Hi, I have breakpoints on these 2 lines GridView1.DataSource = GetData(cmd); GridView1.DataBind(); can you show with a screenshot for the way to see what value "GetData" is having, during I debug the project?
when it is passing through the line below,
https://dl.dropboxusercontent.com/u/40211031/t434.png
what to press to see the data of the Datasource above?
1. Put breakpoint at DataBind
2 And when BreakPoint is hit, move mouse on DataSource and then choose DataTable Visualizer by clicking down arrow as shown below
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.