Click here to Skip to main content
15,911,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Request.Form in MVC Pin
Quake2Player6-Oct-09 19:04
Quake2Player6-Oct-09 19:04 
GeneralRe: Request.Form in MVC Pin
Not Active6-Oct-09 16:20
mentorNot Active6-Oct-09 16:20 
GeneralRe: Request.Form in MVC Pin
Christian Graus6-Oct-09 16:42
protectorChristian Graus6-Oct-09 16:42 
GeneralRe: Request.Form in MVC Pin
N a v a n e e t h6-Oct-09 17:45
N a v a n e e t h6-Oct-09 17:45 
Questionrun javascript after postback Pin
samjesse6-Oct-09 10:28
samjesse6-Oct-09 10:28 
AnswerRe: run javascript after postback Pin
Christian Graus6-Oct-09 10:45
protectorChristian Graus6-Oct-09 10:45 
QuestionNeed help with loading rows of input controls one at a time Pin
Michael Eber6-Oct-09 7:13
Michael Eber6-Oct-09 7:13 
AnswerRe: Need help with loading rows of input controls one at a time Pin
Not Active6-Oct-09 7:55
mentorNot Active6-Oct-09 7:55 
A few ways you could do it.

Use a repeater control with a template that contains the label the textbox controls

Pseudo code here
<repeater>
   <template>
      <label>
      <textbox>
   </template>
</repeater>
<button value=Next><button value=Done>

Bind the repeater to some collection. Handle the click event for the button and add an item to the   collection, then rebind to the repeater.

Another way is to handle the click event for the button and add the next set of controls to the controls collection of the page.


only two letters away from being an asset

GeneralRe: Need help with loading rows of input controls one at a time Pin
Michael Eber7-Oct-09 13:20
Michael Eber7-Oct-09 13:20 
GeneralRe: Need help with loading rows of input controls one at a time Pin
Not Active7-Oct-09 14:14
mentorNot Active7-Oct-09 14:14 
GeneralRe: Need help with loading rows of input controls one at a time Pin
Michael Eber8-Oct-09 6:10
Michael Eber8-Oct-09 6:10 
GeneralRe: Need help with loading rows of input controls one at a time Pin
Michael Eber8-Oct-09 6:16
Michael Eber8-Oct-09 6:16 
GeneralRe: Need help with loading rows of input controls one at a time Pin
Not Active8-Oct-09 6:34
mentorNot Active8-Oct-09 6:34 
GeneralRe: Need help with loading rows of input controls one at a time Pin
Michael Eber8-Oct-09 6:50
Michael Eber8-Oct-09 6:50 
GeneralRe: Need help with loading rows of input controls one at a time Pin
Not Active8-Oct-09 8:46
mentorNot Active8-Oct-09 8:46 
GeneralRe: Need help with loading rows of input controls one at a time Pin
Michael Eber8-Oct-09 8:48
Michael Eber8-Oct-09 8:48 
QuestionFailed to stop window service through application in Windows server 2003 Pin
ramkris846-Oct-09 5:20
ramkris846-Oct-09 5:20 
AnswerRe: Failed to stop window service through application in Windows server 2003 Pin
Christian Graus6-Oct-09 10:46
protectorChristian Graus6-Oct-09 10:46 
GeneralRe: Failed to stop window service through application in Windows server 2003 Pin
ramkris846-Oct-09 20:51
ramkris846-Oct-09 20:51 
GeneralRe: Failed to stop window service through application in Windows server 2003 [modified] Pin
ramkris847-Oct-09 18:44
ramkris847-Oct-09 18:44 
Questionhow to send sms from web to mobile Pin
M.Hussain.6-Oct-09 3:56
M.Hussain.6-Oct-09 3:56 
AnswerRe: how to send sms from web to mobile Pin
Richard MacCutchan6-Oct-09 4:29
mveRichard MacCutchan6-Oct-09 4:29 
AnswerRe: how to send sms from web to mobile Pin
Christian Graus6-Oct-09 10:48
protectorChristian Graus6-Oct-09 10:48 
Question[Message Deleted] Pin
m@dhu6-Oct-09 3:39
m@dhu6-Oct-09 3:39 
AnswerRe: row in repeater control Pin
Kannan Ar6-Oct-09 6:13
professionalKannan Ar6-Oct-09 6:13 

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.