Click here to Skip to main content
15,891,431 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGridView column formatting Pin
Drew McGhie25-Oct-06 11:44
Drew McGhie25-Oct-06 11:44 
AnswerRe: GridView column formatting Pin
minhpc_bk25-Oct-06 14:45
minhpc_bk25-Oct-06 14:45 
GeneralRe: GridView column formatting Pin
Drew McGhie26-Oct-06 3:19
Drew McGhie26-Oct-06 3:19 
QuestionHow to mask controls based on the input selected before that? Pin
veerugadde25-Oct-06 10:55
veerugadde25-Oct-06 10:55 
AnswerRe: How to mask controls based on the input selected before that? Pin
minhpc_bk25-Oct-06 14:50
minhpc_bk25-Oct-06 14:50 
QuestionAddHandler UserControl Event Pin
greekius25-Oct-06 8:51
greekius25-Oct-06 8:51 
AnswerRe: AddHandler UserControl Event Pin
ednrgc25-Oct-06 8:54
ednrgc25-Oct-06 8:54 
QuestionHow to get all server control in the page by c# code? Pin
CooperWu25-Oct-06 5:19
CooperWu25-Oct-06 5:19 
Hi all,
I put N control in a page, then I want get these controls in c# code,
so I wrote:
<br />
protected void Page_Load(object sender, EventArgs e)<br />
{<br />
   foreach (Control ctrl in this.Controls)<br />
   {<br />
      Response.Write(ctrl.ToString() + "<br>");<br />
   }<br />
}

But this doesn't write all controls on the page. so how to do it?

Thanks.
AnswerRe: How to get all server control in the page by c# code? Pin
ednrgc25-Oct-06 5:32
ednrgc25-Oct-06 5:32 
GeneralRe: How to get all server control in the page by c# code? Pin
CooperWu25-Oct-06 5:43
CooperWu25-Oct-06 5:43 
GeneralRe: How to get all server control in the page by c# code? Pin
ednrgc25-Oct-06 6:46
ednrgc25-Oct-06 6:46 
GeneralRe: How to get all server control in the page by c# code? Pin
CooperWu25-Oct-06 7:40
CooperWu25-Oct-06 7:40 
QuestionValidators controls in asp.net Pin
sood_is_in25-Oct-06 5:11
sood_is_in25-Oct-06 5:11 
AnswerRe: Validators controls in asp.net Pin
ednrgc25-Oct-06 5:28
ednrgc25-Oct-06 5:28 
QuestionError when trying to open the solution in asp.net Pin
pssuresh25-Oct-06 4:53
pssuresh25-Oct-06 4:53 
AnswerRe: Error when trying to open the solution in asp.net Pin
ednrgc25-Oct-06 5:29
ednrgc25-Oct-06 5:29 
QuestionASP.NET Datagrid Problem Pin
ps_prakash0225-Oct-06 2:44
ps_prakash0225-Oct-06 2:44 
AnswerRe: ASP.NET Datagrid Problem Pin
ednrgc25-Oct-06 5:31
ednrgc25-Oct-06 5:31 
Questionfill listbox by 3 tire architure Pin
yesu prakash25-Oct-06 2:40
yesu prakash25-Oct-06 2:40 
AnswerRe: fill listbox by 3 tire architure Pin
ednrgc25-Oct-06 5:32
ednrgc25-Oct-06 5:32 
Questionhelp Beginners Pin
NatarajuDP25-Oct-06 2:19
NatarajuDP25-Oct-06 2:19 
AnswerRe: help Beginners Pin
Elina Blank25-Oct-06 2:28
sitebuilderElina Blank25-Oct-06 2:28 
GeneralRe: help Beginners Pin
NatarajuDP25-Oct-06 2:33
NatarajuDP25-Oct-06 2:33 
GeneralRe: help Beginners Pin
seee sharp25-Oct-06 2:39
seee sharp25-Oct-06 2:39 
GeneralRe: help Beginners Pin
Elina Blank25-Oct-06 3:08
sitebuilderElina Blank25-Oct-06 3:08 

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.