Click here to Skip to main content
15,892,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionneed pair of values to hold in a dropdownlist Pin
choorakkuttyil19-Jul-07 21:14
choorakkuttyil19-Jul-07 21:14 
AnswerRe: need pair of values to hold in a dropdownlist Pin
Sathesh Sakthivel19-Jul-07 21:40
Sathesh Sakthivel19-Jul-07 21:40 
GeneralRe: need pair of values to hold in a dropdownlist Pin
choorakkuttyil19-Jul-07 22:02
choorakkuttyil19-Jul-07 22:02 
QuestionJavascript function in a web usercontrol Pin
anujose19-Jul-07 20:54
anujose19-Jul-07 20:54 
AnswerRe: Javascript function in a web usercontrol Pin
N a v a n e e t h19-Jul-07 21:01
N a v a n e e t h19-Jul-07 21:01 
AnswerRe: Javascript function in a web usercontrol Pin
Vasudevan Deepak Kumar19-Jul-07 21:10
Vasudevan Deepak Kumar19-Jul-07 21:10 
GeneralRe: Javascript function in a web usercontrol Pin
anujose19-Jul-07 21:32
anujose19-Jul-07 21:32 
Questionstring.replace Pin
Sebastian T Xavier19-Jul-07 20:33
Sebastian T Xavier19-Jul-07 20:33 
Hi all,
I need your help in replace function.........
Please look the code below.....
<br />
string File;<br />
File = "C:\\Documents and Settings\\sxavier\\Desktop\\prasobh.doc";<br />
string strFileName = File;<br />

I would like to replace \\ with \... I have tried the line below , but will not work....
strFileName = strFileName.Replace("\\", "\");

Please guide me ....

Thanks in advance

Sebastian
AnswerRe: string.replace Pin
N a v a n e e t h19-Jul-07 20:39
N a v a n e e t h19-Jul-07 20:39 
GeneralRe: string.replace Pin
Sebastian T Xavier19-Jul-07 22:38
Sebastian T Xavier19-Jul-07 22:38 
AnswerRe: string.replace Pin
Vasudevan Deepak Kumar19-Jul-07 20:43
Vasudevan Deepak Kumar19-Jul-07 20:43 
GeneralRe: string.replace Pin
Sebastian T Xavier19-Jul-07 22:39
Sebastian T Xavier19-Jul-07 22:39 
AnswerRe: string.replace Pin
sathesh pandian19-Jul-07 20:45
sathesh pandian19-Jul-07 20:45 
GeneralRe: string.replace Pin
Sebastian T Xavier19-Jul-07 22:40
Sebastian T Xavier19-Jul-07 22:40 
AnswerRe: string.replace Pin
Imran Khan Pathan19-Jul-07 20:49
Imran Khan Pathan19-Jul-07 20:49 
GeneralRe: string.replace Pin
Sebastian T Xavier19-Jul-07 22:41
Sebastian T Xavier19-Jul-07 22:41 
Questiondataset Pin
abdulhaqsdcknl19-Jul-07 20:31
abdulhaqsdcknl19-Jul-07 20:31 
AnswerRe: dataset Pin
Michael Sync19-Jul-07 20:39
Michael Sync19-Jul-07 20:39 
AnswerRe: dataset Pin
N a v a n e e t h19-Jul-07 20:41
N a v a n e e t h19-Jul-07 20:41 
Questionhow to implement validatorcalloutextender in updatepanel Pin
ajithes19-Jul-07 20:19
ajithes19-Jul-07 20:19 
QuestionPostbackurl return unexpected querystring Pin
firestoper19-Jul-07 20:10
firestoper19-Jul-07 20:10 
AnswerRe: Postbackurl return unexpected querystring Pin
Imran Khan Pathan19-Jul-07 20:22
Imran Khan Pathan19-Jul-07 20:22 
GeneralRe: Postbackurl return unexpected querystring Pin
firestoper19-Jul-07 21:09
firestoper19-Jul-07 21:09 
AnswerRe: Postbackurl return unexpected querystring Pin
N a v a n e e t h19-Jul-07 20:56
N a v a n e e t h19-Jul-07 20:56 
GeneralRe: Postbackurl return unexpected querystring Pin
firestoper19-Jul-07 21:13
firestoper19-Jul-07 21: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.