Click here to Skip to main content
16,004,806 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to create web form at runtime? Pin
ss20505-Jul-08 1:08
ss20505-Jul-08 1:08 
Generaluse of file upload control Pin
gaurav mangal4-Jul-08 18:51
gaurav mangal4-Jul-08 18:51 
GeneralRe: use of file upload control Pin
N a v a n e e t h4-Jul-08 18:55
N a v a n e e t h4-Jul-08 18:55 
Questionjavascript in page load in asp.net 2.0 Pin
vijaylumar4-Jul-08 18:48
vijaylumar4-Jul-08 18:48 
AnswerRe: javascript in page load in asp.net 2.0 Pin
N a v a n e e t h4-Jul-08 18:53
N a v a n e e t h4-Jul-08 18:53 
AnswerRe: javascript in page load in asp.net 2.0 Pin
gaurav mangal4-Jul-08 19:10
gaurav mangal4-Jul-08 19:10 
Questionhow to create a number of textboxes dynamically and how to retrive the value of these textbox at nextpage Pin
gaurav mangal4-Jul-08 18:47
gaurav mangal4-Jul-08 18:47 
AnswerRe: how to create a number of textboxes dynamically and how to retrive the value of these textbox at nextpage Pin
N a v a n e e t h4-Jul-08 18:51
N a v a n e e t h4-Jul-08 18:51 
gaurav mangal wrote:
how to create a number of textboxes dynamically and how to retrive the value of these textbox at nextpage


For creating dynamic controls, use GridView/Datagrid with template column and add rows to it. This is the easy way to do it without worrying about viewstate.

You got many ways to pass values from current page to next page. You can use cross page post back. Or store the data in a temporary location (a temporary table in the DB or a custom type in the session) and access it in the next page.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: how to create a number of textboxes dynamically and how to retrive the value of these textbox at nextpage Pin
gaurav mangal4-Jul-08 19:01
gaurav mangal4-Jul-08 19:01 
Questionhow to use upload control in asp.net Pin
gaurav mangal4-Jul-08 18:45
gaurav mangal4-Jul-08 18:45 
AnswerRe: how to use upload control in asp.net Pin
N a v a n e e t h4-Jul-08 18:47
N a v a n e e t h4-Jul-08 18:47 
Questionhow to give use interface for creating body of mail Pin
imranafsari4-Jul-08 18:07
imranafsari4-Jul-08 18:07 
AnswerRe: how to give use interface for creating body of mail Pin
Christian Graus4-Jul-08 18:15
protectorChristian Graus4-Jul-08 18:15 
AnswerRe: how to give use interface for creating body of mail Pin
N a v a n e e t h4-Jul-08 18:30
N a v a n e e t h4-Jul-08 18:30 
Question2 dropdownlist Pin
ptvce4-Jul-08 17:43
ptvce4-Jul-08 17:43 
AnswerRe: 2 dropdownlist Pin
N a v a n e e t h4-Jul-08 17:56
N a v a n e e t h4-Jul-08 17:56 
GeneralRe: 2 dropdownlist Pin
ptvce4-Jul-08 20:27
ptvce4-Jul-08 20:27 
Questionmay i substract one time to another ? Pin
Rameez Raja4-Jul-08 17:13
Rameez Raja4-Jul-08 17:13 
AnswerRe: may i substract one time to another ? Pin
N a v a n e e t h4-Jul-08 17:52
N a v a n e e t h4-Jul-08 17:52 
GeneralRe: may i substract one time to another ? Pin
Rameez Raja4-Jul-08 20:06
Rameez Raja4-Jul-08 20:06 
QuestionFreeTextBox width Pin
TheEagle4-Jul-08 16:43
TheEagle4-Jul-08 16:43 
AnswerRe: FreeTextBox width Pin
N a v a n e e t h4-Jul-08 18:02
N a v a n e e t h4-Jul-08 18:02 
QuestionSQL connection in Login page using asp.net c#? Pin
katelva4-Jul-08 16:27
katelva4-Jul-08 16:27 
AnswerRe: SQL connection in Login page using asp.net c#? Pin
N a v a n e e t h4-Jul-08 16:53
N a v a n e e t h4-Jul-08 16:53 
GeneralRe: SQL connection in Login page using asp.net c#? Pin
katelva4-Jul-08 19:31
katelva4-Jul-08 19:31 

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.