Gridview ?
-
What is the use of the GridView .Where i should be use.Give me an example for that. by che
-
What is the use of the GridView .Where i should be use.Give me an example for that. by che
Refer some books,google and get some basics,dont try jump in the middle and deepest part first.
modified on Tuesday, March 10, 2009 8:45 AM
-
What is the use of the GridView .Where i should be use.Give me an example for that. by che
It is used to display data stored in some database table. You can goggle about it too.
-
What is the use of the GridView .Where i should be use.Give me an example for that. by che
GridView is used to show the data from database. It will help you and if you google, you can get more samples like this.
[http://www.codeproject.com/KB/aspnet/ScrollingGridView.aspx](http://www.codeproject.com/KB/aspnet/ScrollingGridView.aspx)[[^](http://www.codeproject.com/KB/aspnet/ScrollingGridView.aspx "New Window")]
Balasubramanian K.
-
What is the use of the GridView .Where i should be use.Give me an example for that. by che
i used to use gridview to show detail record from certain header. for example, i record data from Purchase order which contains POHeader saved in table named T_Header that consist of Pono, podate,requester,supplier, and orderdetail saved in table named T_Detail consist of orderlineno, partcode, and priceunit which is recorded line by line. all orderdetail i have recorded shown in gridview. regards, edi
gain new knowledge through knowledge-sharing