the problem of databind/SQL database for some signs such as ++ #
-
I found that in ASP.net databind and SQL database, I have met often the problem: when the file contains some special signs such as C++,and C#, then it can not be found by databound control or wrongly displayed. anyone can give me one hint how to deal with this? thanks!
-
I found that in ASP.net databind and SQL database, I have met often the problem: when the file contains some special signs such as C++,and C#, then it can not be found by databound control or wrongly displayed. anyone can give me one hint how to deal with this? thanks!
Is it so.... I never checked this but if you are talking about data containing C++ and C# will error out, I dont think this would be a problem. Because basically every control is rendered in browser as html. And you can place any text inside InnerHTML. :doh:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
I found that in ASP.net databind and SQL database, I have met often the problem: when the file contains some special signs such as C++,and C#, then it can not be found by databound control or wrongly displayed. anyone can give me one hint how to deal with this? thanks!
You need to post some code and examples of how it displays wrong, because what you're saying, makes no sense.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.