Click here to Skip to main content
15,908,661 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionlogin logout Pin
aditya.net12-Jul-07 4:54
aditya.net12-Jul-07 4:54 
AnswerRe: login logout Pin
_AK_12-Jul-07 19:17
_AK_12-Jul-07 19:17 
QuestionCrystal Report C# Pin
keroed_edmond12-Jul-07 4:42
keroed_edmond12-Jul-07 4:42 
AnswerRe: Crystal Report C# Pin
Paul Conrad12-Jul-07 17:47
professionalPaul Conrad12-Jul-07 17:47 
QuestionDropDownList remove blanks from string Pin
Nimua12-Jul-07 4:28
Nimua12-Jul-07 4:28 
AnswerRe: DropDownList remove blanks from string [modified] Pin
DarrollWalsh12-Jul-07 9:57
DarrollWalsh12-Jul-07 9:57 
GeneralRe: DropDownList remove blanks from string Pin
Pete O'Hanlon12-Jul-07 10:34
mvePete O'Hanlon12-Jul-07 10:34 
GeneralRe: DropDownList remove blanks from string Pin
Nimua12-Jul-07 20:04
Nimua12-Jul-07 20:04 
Hello,

Thank you for answers but I tryied to replace blanks with   but it displayed like this
123    Name

: ((

Here is my code:

On DropDownListDataBound

for (int i = 0; i < DDListPoint.Items.Count; i++)
{
DDListPoint.Items[i].Text = DDListPoint.Items[i].Text.Replace(" ", " ");
}

When I should replace blanks? on the client side in Javascript?

Thank you : )
GeneralRe: DropDownList remove blanks from string Pin
Nimua12-Jul-07 20:05
Nimua12-Jul-07 20:05 
QuestionRe: DropDownList remove blanks from string Pin
Nimua17-Jul-07 21:35
Nimua17-Jul-07 21:35 
AnswerRe: DropDownList remove blanks from string Pin
Nimua18-Jul-07 22:30
Nimua18-Jul-07 22:30 
QuestionASP vs cold fusion Pin
LCI12-Jul-07 4:14
LCI12-Jul-07 4:14 
AnswerRe: ASP vs cold fusion Pin
Not Active12-Jul-07 4:30
mentorNot Active12-Jul-07 4:30 
AnswerRe: ASP vs cold fusion Pin
Paul Conrad12-Jul-07 17:57
professionalPaul Conrad12-Jul-07 17:57 
QuestionShow data at multiple page in asp Pin
Y_Kaushik12-Jul-07 4:11
Y_Kaushik12-Jul-07 4:11 
AnswerRe: Show data at multiple page in asp Pin
Venkatesh Mookkan12-Jul-07 16:29
Venkatesh Mookkan12-Jul-07 16:29 
GeneralRe: Show data at multiple page in asp Pin
Y_Kaushik12-Jul-07 20:20
Y_Kaushik12-Jul-07 20:20 
QuestionGridView Sorting Problem Pin
vickyshah12-Jul-07 3:45
vickyshah12-Jul-07 3:45 
AnswerRe: GridView Sorting Problem Pin
Sathesh Sakthivel12-Jul-07 3:48
Sathesh Sakthivel12-Jul-07 3:48 
GeneralRe: GridView Sorting Problem Pin
vickyshah12-Jul-07 3:52
vickyshah12-Jul-07 3:52 
GeneralRe: GridView Sorting Problem Pin
Not Active12-Jul-07 4:00
mentorNot Active12-Jul-07 4:00 
GeneralRe: GridView Sorting Problem Pin
Sathesh Sakthivel12-Jul-07 4:00
Sathesh Sakthivel12-Jul-07 4:00 
GeneralRe: GridView Sorting Problem Pin
Christian Graus12-Jul-07 4:00
protectorChristian Graus12-Jul-07 4:00 
GeneralRe: GridView Sorting Problem Pin
Not Active12-Jul-07 4:12
mentorNot Active12-Jul-07 4:12 
AnswerRe: GridView Sorting Problem Pin
Steve Echols12-Jul-07 16:32
Steve Echols12-Jul-07 16:32 

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.