Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

Browse by Tags

All Tags » VB.NET (RSS)
Option Strict On disallows late binding from Visual Studio 2005
If you get this surprise error after converting the asp.net project. This is what you need to do Original <% # Container.DataItem( "ID" ) %> Change to CType (Container.DataItem, DataRowView)( "ID" ).ToString This solve your problem. To set Option...
More Posts