vote up 0 vote down star

Hi , I want to pass the page's server controls(especially gridviews,datalists,repeaters) as parameter to my custom server control. My purpose is to make a html to pdf export button as a custom server control.Programmer will add the my custom control to a page and select the control from the usercontrol properties which he/she wants to make a pdf output.(note:html to pdf conversion are done only this part is missing)

Any help is appreciated,thanks

flag
What's your actual problem? passing the control is self is straight forward. Just make a property with a setter, so Im guessing that's not your problem but then what is? – Rune FS Aug 26 at 16:29
I want to pass the control to the user control.And also the control will be selected from the user controls design-time property.(like the datasource property of a gridview) – slayer35 Aug 26 at 21:44
like ajax toolkit controls,forexample textboxwatermark extender ,you add a textboxwatermarkextender to page and select targetcontrolID.That's what I want to do,select a control from the page, for my custom control. – slayer35 Aug 27 at 8:36

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.