Click here to Skip to main content
15,887,214 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLost selection from dropdownlist after postback??? Pin
JimFeng9-Apr-08 6:21
JimFeng9-Apr-08 6:21 
AnswerRe: Lost selection from dropdownlist after postback??? Pin
ChrisKo9-Apr-08 10:38
ChrisKo9-Apr-08 10:38 
GeneralRe: Lost selection from dropdownlist after postback??? Pin
JimFeng10-Apr-08 5:24
JimFeng10-Apr-08 5:24 
GeneralDates Problem Pin
macca249-Apr-08 5:09
macca249-Apr-08 5:09 
AnswerRe: Dates Problem Pin
Jesse Squire9-Apr-08 5:24
Jesse Squire9-Apr-08 5:24 
GeneralRe: Dates Problem Pin
Darsh_310-Apr-08 8:50
Darsh_310-Apr-08 8:50 
Questionhow to give input data at runtime in a table format after button click saving Pin
vardhanmm@gmail.com9-Apr-08 3:41
vardhanmm@gmail.com9-Apr-08 3:41 
AnswerRe: how to give input data at runtime in a table format after button click saving Pin
Ashish Sehajpal9-Apr-08 3:59
Ashish Sehajpal9-Apr-08 3:59 
you can use array of controls and generate the controls dynamically..
you can even fix minimum number of rows to be generated everytime i.e. 10 in this case.

on SAVE, just calculate the number of elements in array and LOOP through the elements and FIND CONTROL, detect value and fire save query...
OR add the values into a datatable and perform save operation with COMMANDBUILDER

its simple answer

Ashish Sehajpal

GeneralRe: how to give input data at runtime in a table format after button click saving Pin
Paddy Boyd9-Apr-08 4:44
Paddy Boyd9-Apr-08 4:44 
Question[Message Deleted] Pin
John Sundar9-Apr-08 3:03
John Sundar9-Apr-08 3:03 
GeneralRe: Gathering error logs in ASP.NET with C# Pin
led mike9-Apr-08 4:48
led mike9-Apr-08 4:48 
QuestionError Asp.net with mysql ? Pin
i gr89-Apr-08 2:58
i gr89-Apr-08 2:58 
AnswerRe: Error Asp.net with mysql ? Pin
eyeseetee9-Apr-08 3:18
eyeseetee9-Apr-08 3:18 
GeneralRe: Error Asp.net with mysql ? Pin
i gr89-Apr-08 4:14
i gr89-Apr-08 4:14 
AnswerRe: Error Asp.net with mysql ? Pin
Ashish Sehajpal9-Apr-08 4:00
Ashish Sehajpal9-Apr-08 4:00 
GeneralRe: Error Asp.net with mysql ? Pin
i gr89-Apr-08 4:16
i gr89-Apr-08 4:16 
GeneralRe: Error Asp.net with mysql ? Pin
Ashish Sehajpal9-Apr-08 7:45
Ashish Sehajpal9-Apr-08 7:45 
GeneralHighlighted New Record Pin
sjs4u9-Apr-08 2:57
sjs4u9-Apr-08 2:57 
AnswerRe: Highlighted New Record Pin
Ashish Sehajpal9-Apr-08 4:05
Ashish Sehajpal9-Apr-08 4:05 
Generalincrease values in a loop Pin
eyeseetee9-Apr-08 2:44
eyeseetee9-Apr-08 2:44 
GeneralRe: increase values in a loop Pin
Christian Graus9-Apr-08 2:59
protectorChristian Graus9-Apr-08 2:59 
GeneralRe: increase values in a loop Pin
Sandeep Akhare9-Apr-08 3:00
Sandeep Akhare9-Apr-08 3:00 
GeneralRe: increase values in a loop Pin
eyeseetee9-Apr-08 3:16
eyeseetee9-Apr-08 3:16 
GeneralRe: increase values in a loop Pin
eyeseetee9-Apr-08 3:30
eyeseetee9-Apr-08 3:30 
GeneralRe: increase values in a loop Pin
Jesse Squire9-Apr-08 3:42
Jesse Squire9-Apr-08 3:42 

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.