Bind DataGrid on the client

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to bind Datagrid web control to data on the client side

Thanks
 
the datagrid just renders an html table. if you want to bind on the client
look at using an xml island (direct support in w3c browsers, little bit
client code for IE)

-- bruce (sqlwork.com)
 
Datagrid is a server control. When it's rendered on the client it's just an ordinary HTML table

Suresh

----- Mark wrote: ----

Is it possible to bind Datagrid web control to data on the client side

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top