Click here to Skip to main content
15,888,521 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUnicode problem in asp.net2.0 Pin
sbua18-Dec-08 0:17
sbua18-Dec-08 0:17 
AnswerRe: Unicode problem in asp.net2.0 Pin
Expert Coming18-Dec-08 0:45
Expert Coming18-Dec-08 0:45 
GeneralRe: Unicode problem in asp.net2.0 Pin
sbua18-Dec-08 0:54
sbua18-Dec-08 0:54 
GeneralRe: Unicode problem in asp.net2.0 Pin
Expert Coming18-Dec-08 0:56
Expert Coming18-Dec-08 0:56 
GeneralRe: Unicode problem in asp.net2.0 Pin
sbua18-Dec-08 1:06
sbua18-Dec-08 1:06 
QuestionGetting error while reading data from text file and replacing with comma Pin
Satish - Developer18-Dec-08 0:11
Satish - Developer18-Dec-08 0:11 
AnswerRe: Getting error while reading data from text file and replacing with comma Pin
Satish - Developer18-Dec-08 0:32
Satish - Developer18-Dec-08 0:32 
AnswerRe: Getting error while reading data from text file and replacing with comma Pin
moon_stick18-Dec-08 0:35
moon_stick18-Dec-08 0:35 
You need to change to use a different overload of the Replace function - two spaces is two characters whereas the method you're using expects a single character. Change it so that you do a string, rather than a character replace:

<br />
            string test = "a  b  c  d  e  f  g";<br />
            Console.WriteLine(test.Replace("  ", ";"));<br />
            Console.ReadLine();<br />


It definitely isn't definatley

QuestionBookmarks not working in forefox for the pages are invoked inside an iframe Pin
RenuSelvaraaj18-Dec-08 0:10
RenuSelvaraaj18-Dec-08 0:10 
QuestionProblem with hit counter increment. Pin
Atul Kharecha18-Dec-08 0:07
Atul Kharecha18-Dec-08 0:07 
AnswerRe: Problem with hit counter increment. Pin
Abhijit Jana18-Dec-08 2:16
professionalAbhijit Jana18-Dec-08 2:16 
QuestionCustom Web Setup Deployment Project Pin
shavil17-Dec-08 23:16
shavil17-Dec-08 23:16 
QuestionDebugging ASP.Net application Pin
George_George17-Dec-08 23:02
George_George17-Dec-08 23:02 
AnswerRe: Debugging ASP.Net application Pin
Expert Coming17-Dec-08 23:04
Expert Coming17-Dec-08 23:04 
GeneralRe: Debugging ASP.Net application Pin
George_George18-Dec-08 0:06
George_George18-Dec-08 0:06 
GeneralRe: Debugging ASP.Net application Pin
Expert Coming18-Dec-08 0:54
Expert Coming18-Dec-08 0:54 
GeneralRe: Debugging ASP.Net application Pin
George_George18-Dec-08 1:23
George_George18-Dec-08 1:23 
GeneralRe: Debugging ASP.Net application Pin
Abhijit Jana18-Dec-08 1:59
professionalAbhijit Jana18-Dec-08 1:59 
GeneralRe: Debugging ASP.Net application Pin
George_George19-Dec-08 22:54
George_George19-Dec-08 22:54 
AnswerRe: Debugging ASP.Net application Pin
Abhijit Jana17-Dec-08 23:57
professionalAbhijit Jana17-Dec-08 23:57 
GeneralRe: Debugging ASP.Net application Pin
George_George18-Dec-08 0:10
George_George18-Dec-08 0:10 
GeneralRe: Debugging ASP.Net application Pin
Abhijit Jana18-Dec-08 0:55
professionalAbhijit Jana18-Dec-08 0:55 
GeneralRe: Debugging ASP.Net application Pin
George_George18-Dec-08 1:22
George_George18-Dec-08 1:22 
GeneralRe: Debugging ASP.Net application Pin
Abhijit Jana18-Dec-08 1:44
professionalAbhijit Jana18-Dec-08 1:44 
GeneralRe: Debugging ASP.Net application Pin
George_George18-Dec-08 1:47
George_George18-Dec-08 1:47 

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.