Search the web
Sign In
New User? Sign Up
sitecore
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Get Parameter Collection for WebControl   Message List  
Reply | Forward Message #3303 of 3315 |
Hi Everyone,

I have created a WebControl by inheriting from System.Web.UI.Control
class. For a WebControl we can get parameters by declaring it as
public property but in my case, there will be any number of
parameters will be passed. So, if I want to get the list of all the
parameters for the Control, how can I get it?

Here is the definition of class.
/*****/
public class MyControl : System.Web.UI.Control

{

}
/*****/

Thanks and Regards,

Urvesh






Thu Nov 13, 2008 6:13 am

urvesh.sitecore
Offline Offline
Send Email Send Email

Forward
Message #3303 of 3315 |
Expand Messages Author Sort by Date

Hi Everyone, I have created a WebControl by inheriting from System.Web.UI.Control class. For a WebControl we can get parameters by declaring it as public...
urvesh.sitecore
Offline Send Email
Nov 13, 2008
6:15 am

Most Web controls used with Sitecore inherit from Sitecore.Web.UI.WebControl and override the DoRender() method rather than inheriting from...
John West
johnpwest3
Offline Send Email
Nov 13, 2008
4:21 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help