aspx_beginners thread: code behind submit button
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
|





