Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: code behind submit button


Message #1 by Cindy.Somerville@h... on Wed, 18 Sep 2002 13:53:51
I have some code that links my xml file to a dataSet and then displays it 
in a dataGrid. This code works fine when I place it in pageLoad. However, 
when I move it to my submit button, nothing is displayed. 

Do I need to pass more than the default parameters, (object sender, 
System.EventArgs e) into the buttonClick event? 

How come the dataGrid does not display?

Cindy

  Return to Index