Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 04, 2012 11:52 AM by gaikwad_anil1987
Member
22 Points
8 Posts
Apr 04, 2012 09:26 AM|LINK
Hi,
I want to bind a Gridview with some hidden fields from a xml data using jquery
I have generated the xml by getting data from database
All-Star
126029 Points
10309 Posts
Moderator
Apr 04, 2012 11:49 AM|LINK
You can't do that. GridView lives at the server and renders HTML tables to the client. jQuery lives on the client: There is no GridView at the client.
You can use jQuery to manipulate HTML tables. Googling should provide you with many examples.
Contributor
2805 Points
534 Posts
Apr 04, 2012 11:52 AM|LINK
http://www.dotnetfunda.com/articles/article924-add-edit-delete-paging-records-in-gridview-using-jquery.aspx
http://nareshkamuni.blogspot.in/2011/12/how-to-bind-xml-file-to-gridview-using.html
khan khateeb
Member
22 Points
8 Posts
How to bind XML to a gridview using JQuery
Apr 04, 2012 09:26 AM|LINK
Hi,
I want to bind a Gridview with some hidden fields from a xml data using jquery
I have generated the xml by getting data from database
SGWellens
All-Star
126029 Points
10309 Posts
Moderator
Re: How to bind XML to a gridview using JQuery
Apr 04, 2012 11:49 AM|LINK
You can't do that. GridView lives at the server and renders HTML tables to the client. jQuery lives on the client: There is no GridView at the client.
You can use jQuery to manipulate HTML tables. Googling should provide you with many examples.
My blog
gaikwad_anil...
Contributor
2805 Points
534 Posts
Re: How to bind XML to a gridview using JQuery
Apr 04, 2012 11:52 AM|LINK
http://www.dotnetfunda.com/articles/article924-add-edit-delete-paging-records-in-gridview-using-jquery.aspx
http://nareshkamuni.blogspot.in/2011/12/how-to-bind-xml-file-to-gridview-using.html
www.thecodekey.com
Please mark as answer if useful