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
 
Back
Top