Search

Feb 21, 2007

Problem after converting Vb.net to C#

Hello,

I was converting my vb project to C# using converter. This tool is really helpful to me for converting my vb application.

It converts successfully, but i notice some points that needs to be checked after done conversion

· Ensure that each page must have C# as language
· Container.DataItem("Field") must converted to DataBinder.Eval(Container.DataItem,"Field")
· Check for the inline code

No comments: