datagrid and ajax

  • Thread starter Thread starter Vikram
  • Start date Start date
V

Vikram

Hi,
anyone tried using datagrid binding with ajax. Like i want to display
datagrid without firing postback, through javascript.
Any help will be appriciated.
 
Vikram

It is not very clear what exactly you want to do.

I guess, you can create a template column, put some html controls in
it, and call javascript functions by them. Those javascript functions
can be Ajax wrapper methods, which will actually call some server-side
methods without postback.

Regards
Snig.
 

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