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
3 days ago
No comments:
Post a Comment