Formatting the gridview control
ASP.NET
4
Posts
2
Posters
0
Views
1
Watching
-
I want my gridview to display one row of the returned data source table. Is this possible?
ML Lingwati
Yes,it is possible... Exactly what do you want?
-
Yes,it is possible... Exactly what do you want?
-
kumar_k508 wrote:
Yes,it is possible... Exactly what do you want?
I want to display one question at a time from the Questions table in my database.
ML Lingwati
Please post your question little bit clear... and as per my understand you want to fetch only one record from your table, for that, you have to write a query to fetch the particular one record according to your requirement...and bind it to your gridview... Cheers:rose:
S Kumar