Click here to Skip to main content
15,878,852 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Logout? Pin
Karthick_gc9-Mar-09 22:46
Karthick_gc9-Mar-09 22:46 
GeneralRe: Logout? Pin
Greg Chelstowski9-Mar-09 22:51
Greg Chelstowski9-Mar-09 22:51 
AnswerRe: Logout? Pin
kumar_k5089-Mar-09 22:57
kumar_k5089-Mar-09 22:57 
GeneralRe: Logout? Pin
Karthick_gc9-Mar-09 23:04
Karthick_gc9-Mar-09 23:04 
QuestionChinese text Pin
GangadharMG9-Mar-09 21:08
GangadharMG9-Mar-09 21:08 
AnswerRe: Chinese text Pin
N a v a n e e t h9-Mar-09 21:50
N a v a n e e t h9-Mar-09 21:50 
AnswerRe: Chinese text Pin
BalasubramanianK9-Mar-09 21:53
BalasubramanianK9-Mar-09 21:53 
AnswerRe: Chinese text Pin
Jarek Kruza9-Mar-09 21:57
Jarek Kruza9-Mar-09 21:57 
First, force your app to use UTF-8.

Put this in web.config's system.web element:
<globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8"/>

Second, use nchar/nvarchar types instead of char/varchar.

Third, if you build your queries as text remember to put "N" before strings, like: column=N'text' (there is no problem if you use stored procedures and parameters from C#/VB#)

Fourth, use proper collation on table/database to get vaild sorting.

Hope this helped...

JK
Questiontoolbox Pin
balapdy9-Mar-09 19:45
balapdy9-Mar-09 19:45 
AnswerRe: toolbox Pin
anujbanka17849-Mar-09 19:55
anujbanka17849-Mar-09 19:55 
Questionretrieve data from Database based on SessionID and populating the textboxes.. [modified] Pin
scar_face9-Mar-09 19:03
scar_face9-Mar-09 19:03 
AnswerRe: retrieve data from Database based on SessionID and populating the textboxes.. Pin
Anurag Gandhi9-Mar-09 19:35
professionalAnurag Gandhi9-Mar-09 19:35 
GeneralRe: retrieve data from Database based on SessionID and populating the textboxes.. Pin
scar_face9-Mar-09 19:42
scar_face9-Mar-09 19:42 
QuestionImages not displaying in IIS7 [modified] Pin
Member 34269369-Mar-09 10:59
Member 34269369-Mar-09 10:59 
AnswerRe: Images not displaying in IIS7 Pin
Curtis Schlak.9-Mar-09 12:50
Curtis Schlak.9-Mar-09 12:50 
GeneralRe: Images not displaying in IIS7 Pin
Member 34269369-Mar-09 12:52
Member 34269369-Mar-09 12:52 
AnswerRe: Images not displaying in IIS7 Pin
N a v a n e e t h9-Mar-09 15:47
N a v a n e e t h9-Mar-09 15:47 
GeneralRe: Images not displaying in IIS7 Pin
Member 342693610-Mar-09 5:19
Member 342693610-Mar-09 5:19 
AnswerRe: Images not displaying in IIS7 Pin
Cybernate11-Mar-09 6:51
Cybernate11-Mar-09 6:51 
GeneralRecord Audio Pin
Paul R Morrison9-Mar-09 10:33
Paul R Morrison9-Mar-09 10:33 
GeneralRe: Record Audio Pin
Christian Graus9-Mar-09 11:08
protectorChristian Graus9-Mar-09 11:08 
NewsPage event order: Please critique this info Pin
Gregory Gadow9-Mar-09 7:04
Gregory Gadow9-Mar-09 7:04 
GeneralRe: Page event order: Please critique this info Pin
Anurag Gandhi9-Mar-09 19:50
professionalAnurag Gandhi9-Mar-09 19:50 
QuestionHttpException The file '/MyControls/Web/GUI/Controls/PageHead.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) Pin
thomasa9-Mar-09 6:49
thomasa9-Mar-09 6:49 
AnswerRe: HttpException The file '/MyControls/Web/GUI/Controls/PageHead.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) Pin
Christian Graus9-Mar-09 11:48
protectorChristian Graus9-Mar-09 11:48 

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.