Click here to Skip to main content
15,907,676 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiontextbox contain text that save as html page Pin
Deepak the Cool25-Oct-06 21:59
Deepak the Cool25-Oct-06 21:59 
AnswerRe: textbox contain text that save as html page Pin
thomas_joyee25-Oct-06 23:13
thomas_joyee25-Oct-06 23:13 
AnswerRe: textbox contain text that save as html page Pin
cloudking1196626-Oct-06 3:54
cloudking1196626-Oct-06 3:54 
QuestionFile upload by ajax in asp.net 1.1?? Pin
Tridip Bhattacharjee25-Oct-06 21:44
professionalTridip Bhattacharjee25-Oct-06 21:44 
Questionhow to use sql to read the arabic languag from websit Pin
ashraf hakiem25-Oct-06 21:37
ashraf hakiem25-Oct-06 21:37 
AnswerRe: how to use sql to read the arabic languag from websit Pin
thomas_joyee25-Oct-06 22:02
thomas_joyee25-Oct-06 22:02 
Questionconvert a string to date format. Pin
monuSaini25-Oct-06 21:35
monuSaini25-Oct-06 21:35 
AnswerRe: convert a string to date format. Pin
dj.rock25-Oct-06 22:00
dj.rock25-Oct-06 22:00 
Hi

you can convert string into date with help of Convert function


dim dt as DateTime
dim str as string = "12/12/2006"

dt = Convert.ToDateTime(str)


Then dt have value 12/12/2006

Enjoy....Smile | :)
GeneralRe: convert a string to date format. Pin
monuSaini25-Oct-06 23:10
monuSaini25-Oct-06 23:10 
GeneralRe: convert a string to date format. Pin
dj.rock25-Oct-06 23:58
dj.rock25-Oct-06 23:58 
GeneralRe: convert a string to date format. Pin
monuSaini26-Oct-06 0:24
monuSaini26-Oct-06 0:24 
AnswerRe: convert a string to date format. Pin
dj.rock26-Oct-06 0:43
dj.rock26-Oct-06 0:43 
GeneralRe: convert a string to date format. Pin
monuSaini26-Oct-06 1:23
monuSaini26-Oct-06 1:23 
GeneralRe: convert a string to date format. Pin
dj.rock26-Oct-06 1:27
dj.rock26-Oct-06 1:27 
GeneralRe: convert a string to date format. Pin
monuSaini26-Oct-06 1:54
monuSaini26-Oct-06 1:54 
Questionwhat is the use of webclient class? Pin
Tridip Bhattacharjee25-Oct-06 21:33
professionalTridip Bhattacharjee25-Oct-06 21:33 
QuestionArray in VB.Net Pin
Mei Yoong25-Oct-06 21:31
Mei Yoong25-Oct-06 21:31 
AnswerRe: Array in VB.Net Pin
thomas_joyee25-Oct-06 21:57
thomas_joyee25-Oct-06 21:57 
GeneralRe: Array in VB.Net Pin
Mei Yoong25-Oct-06 22:56
Mei Yoong25-Oct-06 22:56 
GeneralRe: Array in VB.Net Pin
thomas_joyee25-Oct-06 23:16
thomas_joyee25-Oct-06 23:16 
Questionmoving mouse pointer on the graph Pin
bskvarma25-Oct-06 20:38
bskvarma25-Oct-06 20:38 
QuestionResponse.Write problem !! Pin
vijay258325-Oct-06 20:19
vijay258325-Oct-06 20:19 
AnswerRe: Response.Write problem !! Pin
Guffa25-Oct-06 20:38
Guffa25-Oct-06 20:38 
GeneralYes, You can !!! Pin
cloudking1196626-Oct-06 4:02
cloudking1196626-Oct-06 4:02 
GeneralRe: Yes, You can !!! Pin
Guffa26-Oct-06 10:21
Guffa26-Oct-06 10:21 

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.