Click here to Skip to main content
15,921,174 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: ViewState property of asp.net Textbox Pin
quiteSmart28-Nov-06 20:00
quiteSmart28-Nov-06 20:00 
The button doesn't make any action in your form unless you tell it what to do. You can tell the button to make some action (clear the textbox) in the button1_click action.

here you have it empty:
void button1_click(object sender,eventargs evt)<br />
{<br />
}<br />


Just put in it some code, for example, you can put
TextBox1.clear();

this will clear the text box.

best regardes,

Jamil Abou Khalil
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 
AnswerRe: Datagrid rows Pin
hanjian28-Nov-06 17:13
hanjian28-Nov-06 17: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.