Click here to Skip to main content
15,922,894 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalcounter code for text box like sms sending Pin
pavankumar makena24-Mar-08 22:57
pavankumar makena24-Mar-08 22:57 
GeneralRe: counter code for text box like sms sending Pin
eyeseetee24-Mar-08 23:26
eyeseetee24-Mar-08 23:26 
GeneralRe: counter code for text box like sms sending Pin
Christian Graus24-Mar-08 23:26
protectorChristian Graus24-Mar-08 23:26 
QuestionProblems in retrieving values of dynamically created controls at runtime. Plz help me Pin
G Nathan24-Mar-08 22:23
G Nathan24-Mar-08 22:23 
GeneralRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
eyeseetee24-Mar-08 23:09
eyeseetee24-Mar-08 23:09 
QuestionRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
G Nathan24-Mar-08 23:14
G Nathan24-Mar-08 23:14 
GeneralRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
eyeseetee24-Mar-08 23:45
eyeseetee24-Mar-08 23:45 
GeneralRe: Problems in retrieving values of dynamically created controls at runtime. Plz help me Pin
Christian Graus24-Mar-08 23:33
protectorChristian Graus24-Mar-08 23:33 
Do you mean on the server or client ?

If the server - your main issue is going to be that dynamically created controls need to be created before page load, or viewstate is lost
If the client - your main issue is going to be knowing the client side Ids of your controls ( but this is far easier to deal with )

For the server, I'd create a hidden control, and store the values as XML or something, so that you can get them from viewstate
for the client, just write javascript creating an array of names using the CLientID property of your textboxes.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

QuestionHow to get index of the row? Pin
iamdking24-Mar-08 22:23
iamdking24-Mar-08 22:23 
AnswerRe: How to get index of the row? Pin
eyeseetee24-Mar-08 22:52
eyeseetee24-Mar-08 22:52 
QuestionWhat is the benefit of using our own webservice in asp.net Pin
ashok@techxygen24-Mar-08 22:18
ashok@techxygen24-Mar-08 22:18 
AnswerRe: What is the benefit of using our own webservice in asp.net Pin
Christian Graus24-Mar-08 23:38
protectorChristian Graus24-Mar-08 23:38 
GeneralExpires the client browser history Pin
Deepak the Cool24-Mar-08 21:15
Deepak the Cool24-Mar-08 21:15 
Questionhow to check Date in Text box using Regularexprestionvalidator control Pin
harunbagwan24-Mar-08 21:12
harunbagwan24-Mar-08 21:12 
AnswerRe: how to check Date in Text box using Regularexprestionvalidator control Pin
Deepak the Cool24-Mar-08 21:22
Deepak the Cool24-Mar-08 21:22 
AnswerRe: how to check Date in Text box using Regularexprestionvalidator control Pin
harunbagwan24-Mar-08 22:13
harunbagwan24-Mar-08 22:13 
QuestionDifference between SqlConnection and SqlDataSource for stored procedures Pin
Albert8324-Mar-08 20:42
Albert8324-Mar-08 20:42 
Generaliframes Pin
Kanjinghat24-Mar-08 20:34
Kanjinghat24-Mar-08 20:34 
GeneralDataBase Connectivity with ASP.NET Pin
MrColeyted24-Mar-08 20:19
MrColeyted24-Mar-08 20:19 
GeneralRe: DataBase Connectivity with ASP.NET Pin
eyeseetee24-Mar-08 22:38
eyeseetee24-Mar-08 22:38 
GeneralRe: DataBase Connectivity with ASP.NET Pin
Christian Graus24-Mar-08 23:08
protectorChristian Graus24-Mar-08 23:08 
GeneralRe: DataBase Connectivity with ASP.NET Pin
dhawanrahul25-Mar-08 0:28
dhawanrahul25-Mar-08 0:28 
GeneralRe: DataBase Connectivity with ASP.NET Pin
Gandalf_TheWhite25-Mar-08 2:42
professionalGandalf_TheWhite25-Mar-08 2:42 
QuestionHow to iterate through a dataset and show each record on the web page Pin
MissionSuccess24-Mar-08 20:01
MissionSuccess24-Mar-08 20:01 
AnswerRe: How to iterate through a dataset and show each record on the web page Pin
Christian Graus24-Mar-08 23:14
protectorChristian Graus24-Mar-08 23:14 

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.