Click here to Skip to main content
15,906,333 members

Comments by Jason Vetter (Top 1 by date)

Jason Vetter 2-May-11 9:18am View    
Had you been using Option Strict On and Option Explicit On as you ALWAYS should be you would have caught the same error.

Dim oDs As DataSet = DirectCast(GridView1.DataSource, DataSet)