Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Drag 'n Drop support for custom asp.net catalogpart/catalogzone.
ArnoB - 25 Feb 2009 11:35 AM - 3 messages
Hi all, I want to implement drag 'n drop functionality to take a webpart from the asp.net webpart catalog and add it to the webzone I drop it on. I understand I shoud inherit some baseclasses and implement some control of my own. Now ...
Score Get argument with imageclickeventhandler.
cykill - 22 Feb 2009 4:20 PM - 2 messages
Hi.  Anyone know how to get argument from imageclickeventhandler? ImageButton myimage = new ImageButton(); myimage.ID = "myimageid"; myimage.Click += ImageClickEventHandler(clicked); void clicked(object sender, imageclickeventargs e){     //get myimage.ID here? } ...
Next » 2 3 4 5 6 7 8 9 10