Web Thinking Point
VB.NET C#.NET ASP.NET ADO.NET
Sunday, 16 December 2012
Show Data From Database into GridView Using C#
cmd.CommandText="Select *from employee";
dr=cmd.ExecuteReader();
GridView1.DataSource = dr;
GridView1.DataBind();
1 comment:
Great................
16 December 2012 at 06:47
thanks............
plz post using DataAdapter.............
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Home
Subscribe to:
Post Comments (Atom)
thanks............
ReplyDeleteplz post using DataAdapter.............