Click here to Skip to main content
15,919,778 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: response.redirect Pin
playout12-Nov-06 21:57
playout12-Nov-06 21:57 
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 
OK...
i did a sample code (vb script) for what u want but u need to convert it to C#
first add a panel and add the dynamic text boxes to that panel

then do this
<br />
Dim ctl As Control<br />
        For Each ctl In Me.Panel1.Controls<br />
            If TypeOf ctl Is TextBox Then<br />
<br />
                'Whatever code u like <br />
                Dim str As String<br />
                str = CType(ctl, TextBox).Text()<br />
                lblTest.Text &= str<br />
<br />
            End If<br />
        Next ctl<br />


Guess this should solve ur problem



Best Regards
3ala2 Smile | :)

GeneralRe: Dynamic Controls Pin
aaraaayen12-Nov-06 23:00
aaraaayen12-Nov-06 23:00 
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 

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.