Click here to Skip to main content
16,011,578 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralLinkButton in DataGrid Pin
VanithaVasu3-Mar-08 21:47
VanithaVasu3-Mar-08 21:47 
GeneralRe: LinkButton in DataGrid Pin
N a v a n e e t h3-Mar-08 22:44
N a v a n e e t h3-Mar-08 22:44 
GeneralRe: LinkButton in DataGrid Pin
VanithaVasu4-Mar-08 17:37
VanithaVasu4-Mar-08 17:37 
Generalset username and password to open internet explorer Pin
gopismiles3-Mar-08 21:14
gopismiles3-Mar-08 21:14 
GeneralRe: set username and password to open internet explorer Pin
Christian Graus3-Mar-08 21:21
protectorChristian Graus3-Mar-08 21:21 
GeneralRe: set username and password to open internet explorer Pin
eyeseetee3-Mar-08 21:27
eyeseetee3-Mar-08 21:27 
GeneralRe: set username and password to open internet explorer Pin
Christian Graus3-Mar-08 21:45
protectorChristian Graus3-Mar-08 21:45 
GeneralCannot Get Traditional Chinese character properly with Request.QueryString under ASP.NET C# Pin
oceandeeplawrence3-Mar-08 21:09
oceandeeplawrence3-Mar-08 21:09 
Dear All,

I sent a HTTP request to a ASP.NET page, which including Tradition Chinese character. Such as:
http:\\www.mydomainname.com\myfolder\mypage?lastname=?
(The URL is in utf-8 encoding should be)

and then I cannot get the traditional Chinese character properly with the page of ASP.NET C# in server side. Such as:

this.m_strLastNameIn = Request.QueryString["lastname"];

then the value of m_strLastNameIn become: ??

The HTTP GET Request is sent by my MFC C++ WIN32 application with utf-8 URL with URLDownloadToFile() function. Such as:
URLDownloadToFile(NULL, wszURL, wszStoragePath, 0, 0)
where wszStoragePath is wchar_t[1024] under C++;


How can I solve this problem?
I want to get the traditional Chinese character properly at ASP.NET C# page.
GeneralThe problem during writing into an existing cookie, after re running my web application....... Pin
Vishnu Narayan Mishra3-Mar-08 20:57
Vishnu Narayan Mishra3-Mar-08 20:57 
GeneralIIS System.OutOfMemoryException Pin
Eduard Keilholz3-Mar-08 20:05
Eduard Keilholz3-Mar-08 20:05 
Questionhow to show gridview update after button click without postback Pin
uglyeyes3-Mar-08 19:23
uglyeyes3-Mar-08 19:23 
AnswerRe: how to show gridview update after button click without postback Pin
Christian Graus3-Mar-08 19:34
protectorChristian Graus3-Mar-08 19:34 
GeneralRe: how to show gridview update after button click without postback Pin
uglyeyes3-Mar-08 19:41
uglyeyes3-Mar-08 19:41 
GeneralRe: how to show gridview update after button click without postback Pin
uglyeyes3-Mar-08 19:52
uglyeyes3-Mar-08 19:52 
GeneralRe: how to show gridview update after button click without postback Pin
Christian Graus3-Mar-08 20:11
protectorChristian Graus3-Mar-08 20:11 
GeneralRe: how to show gridview update after button click without postback Pin
Christian Graus3-Mar-08 19:53
protectorChristian Graus3-Mar-08 19:53 
GeneralRe: how to show gridview update after button click without postback Pin
uglyeyes4-Mar-08 11:46
uglyeyes4-Mar-08 11:46 
Generalget a value in a gridview Pin
caradri3-Mar-08 19:03
caradri3-Mar-08 19:03 
GeneralRe: get a value in a gridview Pin
Christian Graus3-Mar-08 19:36
protectorChristian Graus3-Mar-08 19:36 
GeneralRe: get a value in a gridview Pin
caradri3-Mar-08 20:35
caradri3-Mar-08 20:35 
GeneralRe: get a value in a gridview Pin
Christian Graus3-Mar-08 20:49
protectorChristian Graus3-Mar-08 20:49 
GeneralRe: get a value in a gridview Pin
caradri3-Mar-08 21:24
caradri3-Mar-08 21:24 
GeneralRe: get a value in a gridview Pin
Christian Graus3-Mar-08 22:14
protectorChristian Graus3-Mar-08 22:14 
Questionasp:UpdatePanel Component Question Pin
Programm3r3-Mar-08 18:41
Programm3r3-Mar-08 18:41 
GeneralRe: asp:UpdatePanel Component Question Pin
eyeseetee3-Mar-08 21:24
eyeseetee3-Mar-08 21:24 

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.