[][] value [][] in dropDownlist

  • Thread starter Thread starter Rafael Metring
  • Start date Start date
R

Rafael Metring

What's this two box [][] after and before of the text in DropDownlist..

in sql this box display too.
All register have that ([][]) and dont's blank space..

Any Suggestions?
 
and how to delete this boxs?

Rafael

Chris Tacke said:
They're unprintable characters. Maybe \r\n?

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


Rafael Metring said:
What's this two box [][] after and before of the text in DropDownlist..

in sql this box display too.
All register have that ([][]) and dont's blank space..

Any Suggestions?
 
Determine what data it actually is (convert it to a char array or byte
stream and look at in in the debuggger) and then do a string replace (or
remove it in the database)

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


Rafael Metring said:
and how to delete this boxs?

Rafael

Chris Tacke said:
They're unprintable characters. Maybe \r\n?

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


Rafael Metring said:
What's this two box [][] after and before of the text in DropDownlist..

in sql this box display too.
All register have that ([][]) and dont's blank space..

Any Suggestions?
 
Back
Top