zacharya
May 11th, 2004, 12:40 AM
I'm new with asp.net and just learn it a couple days ago.
I'm a little bit confused with page events in the web form, when they are being called....
I found it confusing because when I tried adding a data grid to my web form, I want the data adapter to call its Fill(dataset) method so the datagrid can use the dataset fo populate the table.
But somehow I don't know where to put my code for calling the Fill() method and DataGrid.bind()
I tried to use it in the page_load but it didn't work instead it shows me error message....
can you help me with this problem.
thanks before....:)
I'm a little bit confused with page events in the web form, when they are being called....
I found it confusing because when I tried adding a data grid to my web form, I want the data adapter to call its Fill(dataset) method so the datagrid can use the dataset fo populate the table.
But somehow I don't know where to put my code for calling the Fill() method and DataGrid.bind()
I tried to use it in the page_load but it didn't work instead it shows me error message....
can you help me with this problem.
thanks before....:)