|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
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 ...
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? } ...
|
|||||||||||||||||||||||