Click here to Skip to main content
15,906,816 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Create a basic captcha in C#.net Pin
Member 870181328-Feb-13 6:02
Member 870181328-Feb-13 6:02 
GeneralRe: Create a basic captcha in C#.net Pin
Sandeep Mewara28-Feb-13 6:23
mveSandeep Mewara28-Feb-13 6:23 
GeneralRe: Create a basic captcha in C#.net Pin
Member 870181328-Feb-13 6:28
Member 870181328-Feb-13 6:28 
GeneralRe: Create a basic captcha in C#.net Pin
Member 870181328-Feb-13 6:24
Member 870181328-Feb-13 6:24 
GeneralRe: Create a basic captcha in C#.net Pin
Member 870181328-Feb-13 6:29
Member 870181328-Feb-13 6:29 
AnswerRe: Create a basic captcha in C#.net Pin
AshishChaudha28-Feb-13 17:11
AshishChaudha28-Feb-13 17:11 
Questionthreaded function to send email, file io crashes Pin
jkirkerx27-Feb-13 8:29
professionaljkirkerx27-Feb-13 8:29 
SuggestionRe: threaded function to send email, file io crashes Pin
Richard Deeming27-Feb-13 9:30
mveRichard Deeming27-Feb-13 9:30 
GeneralRe: threaded function to send email, file io crashes Pin
jkirkerx27-Feb-13 11:28
professionaljkirkerx27-Feb-13 11:28 
AnswerRe: file io crashes Pin
David Mujica27-Feb-13 10:40
David Mujica27-Feb-13 10:40 
QuestionTextArea value in C# Pin
vanikanc27-Feb-13 8:03
vanikanc27-Feb-13 8:03 
AnswerRe: TextArea value in C# Pin
Sandeep Mewara27-Feb-13 18:12
mveSandeep Mewara27-Feb-13 18:12 
GeneralRe: TextArea value in C# Pin
Ali Al Omairi(Abu AlHassan)27-Feb-13 20:09
professionalAli Al Omairi(Abu AlHassan)27-Feb-13 20:09 
GeneralRe: TextArea value in C# Pin
Sandeep Mewara27-Feb-13 21:02
mveSandeep Mewara27-Feb-13 21:02 
GeneralRe: TextArea value in C# Pin
Ali Al Omairi(Abu AlHassan)27-Feb-13 22:03
professionalAli Al Omairi(Abu AlHassan)27-Feb-13 22:03 
GeneralRe: TextArea value in C# Pin
Sandeep Mewara27-Feb-13 23:16
mveSandeep Mewara27-Feb-13 23:16 
AnswerRe: TextArea value in C# Pin
Ali Al Omairi(Abu AlHassan)27-Feb-13 20:06
professionalAli Al Omairi(Abu AlHassan)27-Feb-13 20:06 
GeneralRe: TextArea value in C# Pin
vanikanc28-Feb-13 2:38
vanikanc28-Feb-13 2:38 
GeneralRe: TextArea value in C# Pin
Ali Al Omairi(Abu AlHassan)4-Mar-13 4:13
professionalAli Al Omairi(Abu AlHassan)4-Mar-13 4:13 
so, your problem was that the tag
ASP.NET
<textarea id="TextBox1" runat="server" ></textarea>

generates an object of type HTMLGenericControl.
when the page is first loaded, the server want mention the control in the response if TextBox1.Visible is set to false, nor in the viewstate. So, when the TextBox1.Visible is set again to true on the button click request the server wont load TextBox1's properties of TextBox1 from the request so they need to be set again.
Help people,so poeple can help you.

QuestionDataset Issue Pin
Abhismart5527-Feb-13 3:18
Abhismart5527-Feb-13 3:18 
AnswerRe: Dataset Issue Pin
Abhismart5527-Feb-13 7:15
Abhismart5527-Feb-13 7:15 
QuestionProblems with display image byte() on image tag Pin
keidash27-Feb-13 0:36
keidash27-Feb-13 0:36 
AnswerRe: Problems with display image byte() on image tag Pin
Ali Al Omairi(Abu AlHassan)4-Mar-13 3:26
professionalAli Al Omairi(Abu AlHassan)4-Mar-13 3:26 
Questionwhy team is not replyin gmy question Pin
prince_rumeel26-Feb-13 23:13
prince_rumeel26-Feb-13 23:13 
AnswerRe: why team is not replyin gmy question Pin
Richard MacCutchan27-Feb-13 1:09
mveRichard MacCutchan27-Feb-13 1:09 

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.