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

ASP.NET

 
GeneralRe: ASCII ENTER symbol in text box Pin
Christian Graus14-Dec-07 10:02
protectorChristian Graus14-Dec-07 10:02 
GeneralSSL - Auto-switching protocols based on security Pin
Chris_Green14-Dec-07 1:48
Chris_Green14-Dec-07 1:48 
Questionhow i can convert any date formate to dd/mm/yyyy Pin
jagan12314-Dec-07 1:29
jagan12314-Dec-07 1:29 
AnswerRe: how i can convert any date formate to dd/mm/yyyy Pin
Paddy Boyd14-Dec-07 3:31
Paddy Boyd14-Dec-07 3:31 
AnswerRe: how i can convert any date formate to dd/mm/yyyy Pin
Pushpendra patwal14-Dec-07 3:33
Pushpendra patwal14-Dec-07 3:33 
Generalinserting XML data into database. Pin
I Never Look Behind14-Dec-07 1:14
I Never Look Behind14-Dec-07 1:14 
Generaldelete files after adding them? AND focus on a control... Pin
Support12314-Dec-07 0:38
Support12314-Dec-07 0:38 
GeneralRe: delete files after adding them? AND focus on a control... Pin
Sun Rays14-Dec-07 0:43
Sun Rays14-Dec-07 0:43 
Hi,
you can delete file if you are having permission to delete it.

Create fileinfo object of that file and then delete it.

And to set focus you can do below code.

private void Set_Focus(string controlname)<br />
{<br />
string strScript;<br />
strScript = "<script language=javascript> document.all('" + controlname + "').focus() </script>";<br />
RegisterStartupScript("focus", strScript);<br />
}<br />

Thanks,
Sun Rays

To get something you must have to try once.


My Articles

GeneralRe: delete files after adding them? AND focus on a control... Pin
Support12314-Dec-07 0:47
Support12314-Dec-07 0:47 
GeneralOpening all files in browser from ASP.Net Web Page Pin
Anuradha61214-Dec-07 0:36
Anuradha61214-Dec-07 0:36 
GeneralRe: Opening all files in browser from ASP.Net Web Page Pin
Sun Rays14-Dec-07 0:40
Sun Rays14-Dec-07 0:40 
GeneralRe: Opening all files in browser from ASP.Net Web Page Pin
Paddy Boyd14-Dec-07 1:27
Paddy Boyd14-Dec-07 1:27 
GeneralCookies problem Pin
Rahul Babu14-Dec-07 0:17
Rahul Babu14-Dec-07 0:17 
Generaldisplaying a letter in textbox when a button is clicked Pin
suhasini14-Dec-07 0:13
suhasini14-Dec-07 0:13 
GeneralRe: displaying a letter in textbox when a button is clicked Pin
Sun Rays14-Dec-07 0:28
Sun Rays14-Dec-07 0:28 
GeneralRe: displaying a letter in textbox when a button is clicked Pin
Christian Graus14-Dec-07 10:05
protectorChristian Graus14-Dec-07 10:05 
GeneralUsing SSL with SQL Server Pin
eyeseetee13-Dec-07 23:55
eyeseetee13-Dec-07 23:55 
QuestionDropdownlist selected index changed event not firing Pin
JacquesDP13-Dec-07 23:28
JacquesDP13-Dec-07 23:28 
GeneralRe: Dropdownlist selected index changed event not firing Pin
Sun Rays13-Dec-07 23:30
Sun Rays13-Dec-07 23:30 
GeneralRe: Dropdownlist selected index changed event not firing Pin
JacquesDP13-Dec-07 23:44
JacquesDP13-Dec-07 23:44 
Generaluploading files from visual web developer express edition Pin
eyeseetee13-Dec-07 22:55
eyeseetee13-Dec-07 22:55 
GeneralRe: uploading files from visual web developer express edition Pin
Abhijit Jana13-Dec-07 23:07
professionalAbhijit Jana13-Dec-07 23:07 
GeneralRe: uploading files from visual web developer express edition Pin
eyeseetee13-Dec-07 23:19
eyeseetee13-Dec-07 23:19 
QuestionDynamically Creating controls in UserControl at design time Pin
fieh13-Dec-07 22:51
fieh13-Dec-07 22:51 
GeneralUsing Excel And Doc file into Web Server Pin
Deepak the Cool13-Dec-07 21:55
Deepak the Cool13-Dec-07 21:55 

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.