Click here to Skip to main content
15,885,366 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to configure SMTP on windows 2003 Pin
Raghvendra Kumar Roy15-Sep-09 0:46
Raghvendra Kumar Roy15-Sep-09 0:46 
AnswerRe: How to configure SMTP on windows 2003 Pin
SeMartens15-Sep-09 0:51
SeMartens15-Sep-09 0:51 
AnswerRe: How to configure SMTP on windows 2003 Pin
Manas Bhardwaj15-Sep-09 0:52
professionalManas Bhardwaj15-Sep-09 0:52 
QuestionCan you help me? Pin
abglorie15-Sep-09 0:14
abglorie15-Sep-09 0:14 
AnswerRe: Can you help me? Pin
Raghvendra Kumar Roy15-Sep-09 0:47
Raghvendra Kumar Roy15-Sep-09 0:47 
GeneralRe: Can you help me? Pin
abglorie15-Sep-09 1:02
abglorie15-Sep-09 1:02 
AnswerRe: Can you help me? Pin
SeMartens15-Sep-09 0:50
SeMartens15-Sep-09 0:50 
Questionhow to clear the value of the ASP.NET FileUpload control in Web application Pin
coolsharath15-Sep-09 0:09
coolsharath15-Sep-09 0:09 
Hi,

I need to clear all the Control field's - (Radiobuttonlist, Dropdownlist, Textboxes and Fileupload) values on a button click. I am able to do for Radiobuttonlist, Dropdownlist and Textboxes but not able to do for FileUpload control. Can anyone please help me out in this. Thanks in advance


txtAppID.Text = string.Empty;
txtkeywords.Text = string.Empty;
MtxtDesc.Text = string.Empty;
ddl_Domain.SelectedIndex = 0;
ddl_Theme.SelectedIndex = 0;
rbl_Businessarea.ClearSelection();
rbl_Clientsize.ClearSelection();

This is code i have written on a button click. On the same button click i need to clear the ASP:FileUpload control values too.


Thanks,
Santa.
AnswerRe: how to clear the value of the ASP.NET FileUpload control in Web application Pin
Vimalsoft(Pty) Ltd15-Sep-09 0:21
professionalVimalsoft(Pty) Ltd15-Sep-09 0:21 
GeneralRe: how to clear the value of the ASP.NET FileUpload control in Web application Pin
coolsharath15-Sep-09 0:25
coolsharath15-Sep-09 0:25 
GeneralRe: how to clear the value of the ASP.NET FileUpload control in Web application Pin
Vimalsoft(Pty) Ltd15-Sep-09 0:34
professionalVimalsoft(Pty) Ltd15-Sep-09 0:34 
AnswerRe: how to clear the value of the ASP.NET FileUpload control in Web application Pin
Manas Bhardwaj15-Sep-09 0:35
professionalManas Bhardwaj15-Sep-09 0:35 
GeneralRe: how to clear the value of the ASP.NET FileUpload control in Web application Pin
coolsharath15-Sep-09 1:13
coolsharath15-Sep-09 1:13 
GeneralRe: how to clear the value of the ASP.NET FileUpload control in Web application Pin
Manas Bhardwaj15-Sep-09 1:39
professionalManas Bhardwaj15-Sep-09 1:39 
Questionwindows service not working Pin
iiiii14-Sep-09 23:47
iiiii14-Sep-09 23:47 
AnswerRe: windows service not working Pin
Manas Bhardwaj14-Sep-09 23:54
professionalManas Bhardwaj14-Sep-09 23:54 
QuestionProblem - Gridview databound column's value has a Decimal value consisting decimal point which has been converted to comma when using culture id-ID Pin
G Nathan14-Sep-09 23:32
G Nathan14-Sep-09 23:32 
AnswerRe: Problem - Gridview databound column's value has a Decimal value consisting decimal point which has been converted to comma when using culture id-ID Pin
Manas Bhardwaj14-Sep-09 23:56
professionalManas Bhardwaj14-Sep-09 23:56 
QuestionPass Parameter For Report Pin
vasanth arivali14-Sep-09 23:25
vasanth arivali14-Sep-09 23:25 
QuestionWCF In C#.Net Pin
Rahad Rahman14-Sep-09 23:04
professionalRahad Rahman14-Sep-09 23:04 
AnswerRe: WCF In C#.Net Pin
Manas Bhardwaj14-Sep-09 23:11
professionalManas Bhardwaj14-Sep-09 23:11 
AnswerRe: WCF In C#.Net Pin
SeMartens14-Sep-09 23:12
SeMartens14-Sep-09 23:12 
Questionmysql query in asp.net Pin
Member 464032614-Sep-09 22:38
Member 464032614-Sep-09 22:38 
AnswerRe: mysql query in asp.net Pin
Manas Bhardwaj14-Sep-09 23:01
professionalManas Bhardwaj14-Sep-09 23:01 
GeneralRe: mysql query in asp.net Pin
Member 464032614-Sep-09 23:20
Member 464032614-Sep-09 23:20 

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.