Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine the field a textbox is bound to
Message
From
31/10/2010 16:06:49
 
 
To
30/10/2010 11:28:45
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 8.0
OS:
Vista
Network:
Windows XP
Database:
Jet/Access Engine
Application:
Desktop
Miscellaneous
Thread ID:
01487443
Message ID:
01487721
Views:
45
>>I had to fire up VB to be sure I'd remembered the syntax correctly (and to remind myself how much I prefer C# (g)). But I don't really know whether it will work properly with the DataTable/DataView bits....
>
>Quick scan of it looks ok, but again I'm not 100% sure I know what Marc really needs to have done.
>
>>BTW what's your 'favorite online C#-to-VB converter' ?
>
>I have two of them that I like:
>
>http://www.carlosag.net/Tools/CodeTranslator/ - translates in both directions
>http://authors.aspalliance.com/aldotnet/examples/translate.aspx - C#-to-VB only
.
Thx. Never looked for anything like that before. I have no trouble translated VB -> C# - it's only the reverse that give me pause.
Both were interesting. Both tripped up on:
int i =25;
int i2 = i < 25 ? 1 : 0;
(g)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform