Bind DataGrid on the client

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top