Click here to Skip to main content
15,901,205 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: response.redirect Pin
danidanidani12-Nov-06 22:09
danidanidani12-Nov-06 22:09 
QuestionDynamic Controls Pin
aaraaayen12-Nov-06 20:05
aaraaayen12-Nov-06 20:05 
AnswerRe: Dynamic Controls Pin
just3ala212-Nov-06 20:10
just3ala212-Nov-06 20:10 
GeneralRe: Dynamic Controls Pin
aaraaayen12-Nov-06 20:17
aaraaayen12-Nov-06 20:17 
GeneralRe: Dynamic Controls Pin
just3ala212-Nov-06 20:48
just3ala212-Nov-06 20:48 
GeneralRe: Dynamic Controls Pin
aaraaayen12-Nov-06 20:54
aaraaayen12-Nov-06 20:54 
GeneralRe: Dynamic Controls Pin
just3ala212-Nov-06 21:15
just3ala212-Nov-06 21:15 
GeneralRe: Dynamic Controls Pin
aaraaayen12-Nov-06 23:00
aaraaayen12-Nov-06 23:00 
Hi just3ala2,

Thanks

I tried. My C# coding is :

foreach (Control ctl in this.PlaceHolder1.Controls)
{
string strr = ctl.
Response.Write(strr);
}

In the bold part there is no specific (.Text) to get its value. But there is .ID propety which gives its name. Any idea reg. this.

Regards,




Prya

GeneralRe: Dynamic Controls Pin
just3ala213-Nov-06 4:04
just3ala213-Nov-06 4:04 
QuestionDrag & Drop File in ASP.NET Pin
Haridas.R12-Nov-06 19:54
Haridas.R12-Nov-06 19:54 
AnswerRe: Drag & Drop File in ASP.NET Pin
CWIZO12-Nov-06 21:17
CWIZO12-Nov-06 21:17 
AnswerRe: Drag & Drop File in ASP.NET Pin
RichardGrimmer13-Nov-06 2:56
RichardGrimmer13-Nov-06 2:56 
Questiondatagrid and dataset merging problem? Pin
nabeelkhan12-Nov-06 19:28
nabeelkhan12-Nov-06 19:28 
AnswerRe: datagrid and dataset merging problem? Pin
Suresh Pirsquare12-Nov-06 19:57
Suresh Pirsquare12-Nov-06 19:57 
GeneralRe: datagrid and dataset merging problem? Pin
nabeelkhan12-Nov-06 20:07
nabeelkhan12-Nov-06 20:07 
GeneralRe: datagrid and dataset merging problem? Pin
Suresh Pirsquare12-Nov-06 20:40
Suresh Pirsquare12-Nov-06 20:40 
QuestionHow to use message box in asp.net like in vb Pin
Kissy1612-Nov-06 19:18
Kissy1612-Nov-06 19:18 
AnswerRe: How to use message box in asp.net like in vb Pin
just3ala212-Nov-06 19:24
just3ala212-Nov-06 19:24 
AnswerRe: How to use message box in asp.net like in vb Pin
dj.rock12-Nov-06 19:24
dj.rock12-Nov-06 19:24 
AnswerRe: How to use message box in asp.net like in vb Pin
Guffa12-Nov-06 19:25
Guffa12-Nov-06 19:25 
AnswerRe: How to use message box in asp.net like in vb Pin
Suresh Pirsquare12-Nov-06 19:55
Suresh Pirsquare12-Nov-06 19:55 
AnswerRe: How to use message box in asp.net like in vb Pin
Deepak the Cool12-Nov-06 21:43
Deepak the Cool12-Nov-06 21:43 
Questionhow to add nodes to treeview dynamically Pin
prameelapydi12-Nov-06 19:04
prameelapydi12-Nov-06 19:04 
AnswerRe: how to add nodes to treeview dynamically Pin
dj.rock12-Nov-06 19:21
dj.rock12-Nov-06 19:21 
GeneralRe: how to add nodes to treeview dynamically Pin
prameelapydi13-Nov-06 17:11
prameelapydi13-Nov-06 17:11 

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.