Click here to Skip to main content
15,891,981 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Convert VB .NET to C# .NET Pin
Jay_se29-May-07 21:07
Jay_se29-May-07 21:07 
GeneralRe: Convert VB .NET to C# .NET Pin
Junior Boy29-May-07 21:17
Junior Boy29-May-07 21:17 
AnswerRe: Convert VB .NET to C# .NET Pin
Christian Graus29-May-07 21:26
protectorChristian Graus29-May-07 21:26 
GeneralRe: Convert VB .NET to C# .NET Pin
Junior Boy29-May-07 21:57
Junior Boy29-May-07 21:57 
AnswerRe: Convert VB .NET to C# .NET Pin
Steven J Jowett29-May-07 22:20
Steven J Jowett29-May-07 22:20 
GeneralRe: Convert VB .NET to C# .NET Pin
Guffa29-May-07 23:46
Guffa29-May-07 23:46 
QuestionPassword field lost their values Pin
suveenmohan29-May-07 20:42
suveenmohan29-May-07 20:42 
AnswerRe: Password field lost their values Pin
marky77729-May-07 20:46
marky77729-May-07 20:46 
You need to make the attributes of the textboxes persistent (they retain their values):

txtPassword1.Attributes.Add("Value",txtPassword1.Text.ToString());<br />
txtPassword2.Attributes.Add("Value",txtPassword2.Text.ToString());



Hope this helps Smile | :)
GeneralRe: Password field lost their values Pin
suveenmohan29-May-07 21:49
suveenmohan29-May-07 21:49 
GeneralRe: Password field lost their values Pin
marky77729-May-07 21:59
marky77729-May-07 21:59 
QuestionFile Download problem.... Pin
manjunath hindupur29-May-07 20:32
manjunath hindupur29-May-07 20:32 
QuestionRequest .Form for a Div tag Pin
Senthil_M29-May-07 20:28
Senthil_M29-May-07 20:28 
AnswerRe: Request .Form for a Div tag Pin
Guffa29-May-07 21:39
Guffa29-May-07 21:39 
Questiongrid view Pin
mahendra nath reddy29-May-07 20:24
mahendra nath reddy29-May-07 20:24 
Questionhow to place controls one below another Pin
harithadotnet29-May-07 20:19
harithadotnet29-May-07 20:19 
AnswerRe: how to place controls one below another Pin
nareshss29-May-07 20:46
nareshss29-May-07 20:46 
Generaltask management Pin
sangramkp29-May-07 20:19
sangramkp29-May-07 20:19 
GeneralRe: task management Pin
karthik_dotnet130-May-07 0:33
karthik_dotnet130-May-07 0:33 
GeneralRe: task management Pin
sangramkp30-May-07 0:51
sangramkp30-May-07 0:51 
GeneralRe: task management Pin
karthik_dotnet130-May-07 1:17
karthik_dotnet130-May-07 1:17 
GeneralRe: task management Pin
sangramkp30-May-07 1:24
sangramkp30-May-07 1:24 
QuestionTextbox Multiline Pin
kirthikirthi29-May-07 20:13
kirthikirthi29-May-07 20:13 
AnswerRe: Textbox Multiline Pin
Sherin Iranimose29-May-07 21:20
Sherin Iranimose29-May-07 21:20 
GeneralRe: Textbox Multiline Pin
kirthikirthi29-May-07 21:36
kirthikirthi29-May-07 21:36 
QuestionDoes this Functions work Also for ASP.NET? Pin
Vimalsoft(Pty) Ltd29-May-07 20:12
professionalVimalsoft(Pty) Ltd29-May-07 20:12 

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.