Click here to Skip to main content
15,895,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Single Sign On for two sites of different domains. Pin
RepliCrux18-Jul-07 12:45
RepliCrux18-Jul-07 12:45 
GeneralRe: Single Sign On for two sites of different domains. Pin
N a v a n e e t h18-Jul-07 19:31
N a v a n e e t h18-Jul-07 19:31 
GeneralRe: Single Sign On for two sites of different domains. Pin
RepliCrux18-Jul-07 19:43
RepliCrux18-Jul-07 19:43 
GeneralRe: Single Sign On for two sites of different domains. Pin
N a v a n e e t h18-Jul-07 20:46
N a v a n e e t h18-Jul-07 20:46 
AnswerRe: Single Sign On for two sites of different domains. Pin
ballameharmurali18-Jul-07 18:23
ballameharmurali18-Jul-07 18:23 
QuestionControls Collection Pin
Hyland Computer Systems18-Jul-07 9:46
Hyland Computer Systems18-Jul-07 9:46 
AnswerRe: Controls Collection Pin
leckey18-Jul-07 9:49
leckey18-Jul-07 9:49 
AnswerRe: Controls Collection Pin
-Dr_X-18-Jul-07 9:53
-Dr_X-18-Jul-07 9:53 
Use the following code to obtain the control containing all of your forms controls.

Me.FindControl("ctl00").FindControl("contentMaster")) where "contentMaster" is referenced from your asp:content control located at the top of your aspx's source view page.

<<asp:content id="Content1" contentplaceholderid="contentMaster" runat="Server">
... form's html ...

Now you have a reference to the control containing all of the controls residing on the page.

Michael

I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious.
Vince Lombardi (1913-1970)

GeneralRe: Controls Collection Pin
Hyland Computer Systems18-Jul-07 14:55
Hyland Computer Systems18-Jul-07 14:55 
QuestionVista and IIS : error 503 [modified] Pin
BadJerry18-Jul-07 8:14
BadJerry18-Jul-07 8:14 
AnswerRe: Vista and IIS : error 503 Pin
leckey18-Jul-07 9:53
leckey18-Jul-07 9:53 
GeneralRe: Vista and IIS : error 503 Pin
BadJerry18-Jul-07 23:25
BadJerry18-Jul-07 23:25 
QuestionSOAP Pin
ciacia18-Jul-07 7:33
ciacia18-Jul-07 7:33 
AnswerRe: SOAP Pin
Sathesh Sakthivel18-Jul-07 16:25
Sathesh Sakthivel18-Jul-07 16:25 
QuestionASP.Net Configuration Pin
Whoami Whoami18-Jul-07 7:13
Whoami Whoami18-Jul-07 7:13 
AnswerRe: ASP.Net Configuration Pin
WillemM18-Jul-07 7:37
WillemM18-Jul-07 7:37 
AnswerRe: ASP.Net Configuration Pin
Mubashir Javaid18-Jul-07 18:53
Mubashir Javaid18-Jul-07 18:53 
QuestionFire event in custom controls Pin
kjosh18-Jul-07 6:31
kjosh18-Jul-07 6:31 
AnswerRe: Fire event in custom controls Pin
WillemM18-Jul-07 7:31
WillemM18-Jul-07 7:31 
QuestionSessions Pin
boyindie18-Jul-07 5:55
boyindie18-Jul-07 5:55 
AnswerRe: Sessions Pin
kubben18-Jul-07 6:10
kubben18-Jul-07 6:10 
GeneralRe: Sessions Pin
boyindie18-Jul-07 6:14
boyindie18-Jul-07 6:14 
GeneralRe: Sessions Pin
kubben18-Jul-07 6:59
kubben18-Jul-07 6:59 
GeneralRe: Sessions Pin
boyindie18-Jul-07 7:14
boyindie18-Jul-07 7:14 
GeneralRe: Sessions Pin
kubben18-Jul-07 7:29
kubben18-Jul-07 7:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.