Popup menu in datagrid

  • Thread starter Thread starter Grey
  • Start date Start date
G

Grey

i need to design a hierarchical datagrid in asp.net. In the hierar datagrid,
i also need to have popup menu. Is it possible to do that??
 
anything is possible. Popup menu's and other such visual things are usually
a clientside script though, and not serverside so you may want to research
DHTML
 
You need to register client side script in your ASP.Net code so that it can
be rendered in the brouser.

Get back if you need specific code...

Hope this helps!!

Avneesh Kumar
MCSD.Net
 

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