ASP.Net DataGrid question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tom S

    ASP.Net DataGrid question

    Whenever I put a DataGrid onto an ASP page that has C# code-behind, the
    code-behind method for DataGrid_Select ionChanged() doesn't fire off unless
    I've double clicked the DataGrid in design view and had Visual Studio send me
    to the code. It's as if it doesn't realize that I've coded the method until
    I double click on the DataGrid. In the current project I'm working on, this
    poses a problem since I'm not able to see the DataGrid in design view (since
    it's inside of an ASP Table that's inside of an ASP Panel...VS doesn't like
    to display the Datagrid for some reason here). Any suggestions on what I can
    do to get this to work? Thanks!
Working...