datagrid in asp.net
-
i have created a datagrid in my page(default.aspx) using the following code I am getting column of textboxes in design view. But on running the page i am not able to view my purpose is to enter values through textbox. when i enter id in textbox corresponding name from database need to show in thenext column can anyone please help me in this thanks and regards hari
-
i have created a datagrid in my page(default.aspx) using the following code I am getting column of textboxes in design view. But on running the page i am not able to view my purpose is to enter values through textbox. when i enter id in textbox corresponding name from database need to show in thenext column can anyone please help me in this thanks and regards hari
are you binding the grid view on load or while showing the data? and is there in data present .
Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"
-
are you binding the grid view on load or while showing the data? and is there in data present .
Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"
yes iam binding the grid on load in that i have the data
Kiran Kumar.P
-
yes iam binding the grid on load in that i have the data
Kiran Kumar.P
1 - Step into code and verify your datasource is getting properly. 2 - Make sure your calling
DataBind()
after setting data source. 3 - Make sure your data source has values.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
are you binding the grid view on load or while showing the data? and is there in data present .
Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"