G Grey Dec 23, 2004 #1 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??
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??
C Curt_C [MVP] Dec 23, 2004 #2 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
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
G Guest Dec 23, 2004 #3 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
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
S Saravana Dec 24, 2004 #4 This article explain how you can have popup calendar, ths might help you. http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx
This article explain how you can have popup calendar, ths might help you. http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx