Click here to Skip to main content
16,005,734 members
Home / Discussions / C#
   

C#

 
QuestionRe: Creating evaluation installer Pin
saud_a_k28-Nov-06 20:37
saud_a_k28-Nov-06 20:37 
AnswerRe: Creating evaluation installer Pin
Eduard Keilholz28-Nov-06 20:44
Eduard Keilholz28-Nov-06 20:44 
Questioncontainer-like behavior Pin
Dobromir Dimitrov28-Nov-06 19:47
Dobromir Dimitrov28-Nov-06 19:47 
AnswerRe: container-like behavior Pin
Eduard Keilholz28-Nov-06 20:18
Eduard Keilholz28-Nov-06 20:18 
GeneralRe: container-like behavior Pin
Dobromir Dimitrov28-Nov-06 22:49
Dobromir Dimitrov28-Nov-06 22:49 
AnswerRe: container-like behavior Pin
Martin#28-Nov-06 23:57
Martin#28-Nov-06 23:57 
AnswerRe: container-like behavior Pin
Nader Elshehabi28-Nov-06 23:53
Nader Elshehabi28-Nov-06 23:53 
QuestionViewState property of asp.net Textbox Pin
karam chandrabose28-Nov-06 18:32
karam chandrabose28-Nov-06 18:32 
Laugh | :laugh: Hi, am new to asp.net, i just wanted to eperiment the enableviewstate property. i have placed a textbox and a button on my page, in the page_load() i have the following code.
void pageLoad()
{
if(! Page.IsPostback)
TextBox1.Text = "Hi";
}
void button1_click(object sender,eventargs evt)
{
}
when i loaded the page the text box contained "Hi", and i had set the enableviewstate property of page as well as the textbox to false. now when i click on the button, still the textbox had "Hi" in it, i expect it to be cleared , can anyone explain me why it happens so?

BABA thats what they say, B to the A to the B to the A. Laugh | :laugh:
AnswerRe: ViewState property of asp.net Textbox Pin
quiteSmart28-Nov-06 20:00
quiteSmart28-Nov-06 20:00 
GeneralRe: ViewState property of asp.net Textbox Pin
saud_a_k28-Nov-06 20:41
saud_a_k28-Nov-06 20:41 
GeneralRe: ViewState property of asp.net Textbox Pin
karam chandrabose28-Nov-06 21:17
karam chandrabose28-Nov-06 21:17 
QuestionCompiling .Net Remoting Client Pin
wasife28-Nov-06 17:15
wasife28-Nov-06 17:15 
AnswerRe: Compiling .Net Remoting Client Pin
karam chandrabose28-Nov-06 18:37
karam chandrabose28-Nov-06 18:37 
QuestionAsynchronous reading and writing text files Pin
Mohsen28-Nov-06 16:11
Mohsen28-Nov-06 16:11 
AnswerRe: Asynchronous reading and writing text files Pin
lost in transition 29-Nov-06 16:08
lost in transition 29-Nov-06 16:08 
GeneralRe: Asynchronous reading and writing text files Pin
Mohsen30-Nov-06 9:40
Mohsen30-Nov-06 9:40 
GeneralRe: Asynchronous reading and writing text files Pin
lost in transition 30-Nov-06 11:37
lost in transition 30-Nov-06 11:37 
GeneralRe: Asynchronous reading and writing text files Pin
Mohsen30-Nov-06 12:26
Mohsen30-Nov-06 12:26 
GeneralRe: Asynchronous reading and writing text files Pin
Mohsen2-Dec-06 8:32
Mohsen2-Dec-06 8:32 
GeneralRe: Asynchronous reading and writing text files Pin
lost in transition 4-Dec-06 3:08
lost in transition 4-Dec-06 3:08 
GeneralRe: Asynchronous reading and writing text files Pin
Mohsen4-Dec-06 5:09
Mohsen4-Dec-06 5:09 
GeneralRe: Asynchronous reading and writing text files Pin
Mohsen6-Dec-06 22:11
Mohsen6-Dec-06 22:11 
QuestionDatagrid view keyboard capture Pin
~~~Johnny~~~28-Nov-06 15:47
~~~Johnny~~~28-Nov-06 15:47 
AnswerRe: Datagrid view keyboard capture Pin
Nader Elshehabi28-Nov-06 23:15
Nader Elshehabi28-Nov-06 23:15 
QuestionDatagrid rows Pin
Naji.A28-Nov-06 15:36
Naji.A28-Nov-06 15:36 

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.