Click here to Skip to main content
15,918,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to develop Message Board Application in ASP.net Pin
Christian Graus9-Dec-07 17:10
protectorChristian Graus9-Dec-07 17:10 
GeneralVb.net AND C# Pin
AnhTin9-Dec-07 16:09
AnhTin9-Dec-07 16:09 
GeneralRe: Vb.net AND C# Pin
leckey9-Dec-07 16:13
leckey9-Dec-07 16:13 
GeneralRe: Vb.net AND C# Pin
Christian Graus9-Dec-07 16:19
protectorChristian Graus9-Dec-07 16:19 
Questionset login user control to my site from a data base Pin
Knowledgestudent9-Dec-07 15:46
Knowledgestudent9-Dec-07 15:46 
GeneralRe: set login user control to my site from a data base Pin
Christian Graus9-Dec-07 16:16
protectorChristian Graus9-Dec-07 16:16 
GeneralRe: set login user control to my site from a data base Pin
Knowledgestudent9-Dec-07 16:46
Knowledgestudent9-Dec-07 16:46 
QuestionHow to save filename in korea language while exporting gridview to ecxel. Pin
Rajesh_K_Sharma9-Dec-07 13:56
Rajesh_K_Sharma9-Dec-07 13:56 
Hi,
When I export grid view to excel in asp.net 2.0. It successfully exported but I did localization.
I want to save exported excel file name save in Korean language. When I put file name in Korean language like
protected void ExportGridView(Control grdView, string strFileName)
{

string attachment = "attachment; filename="??".xls";

Response.ClearContent();

Response.AddHeader("content-disposition", attachment);


Response.ContentType = "application/ms-excel";

StringWriter sw = new StringWriter();



HtmlTextWriter htw = new HtmlTextWriter(sw);

grdView.RenderControl(htw);

Response.Write(sw.ToString());

Response.End();

}

The out put comes like “리폴.xls” but I want to save like “??.Xls”
How can I do this to save file name as korean language .

Regards
Rajesh

rajesh

GeneralGridView on MultiView / View with MenuItems to change Views - the problem Pin
Member 47002259-Dec-07 12:28
Member 47002259-Dec-07 12:28 
GeneralRe: GridView on MultiView / View with MenuItems to change Views - the problem Pin
Michael Sync9-Dec-07 15:15
Michael Sync9-Dec-07 15:15 
AnswerRe: GridView on MultiView / View with MenuItems to change Views - the problem Pin
Member 47002259-Dec-07 18:33
Member 47002259-Dec-07 18:33 
GeneralRe: GridView on MultiView / View with MenuItems to change Views - the problem Pin
Michael Sync9-Dec-07 19:06
Michael Sync9-Dec-07 19:06 
QuestionNavigation?? Pin
Muammar©9-Dec-07 7:54
Muammar©9-Dec-07 7:54 
AnswerRe: Navigation?? Pin
Christian Graus9-Dec-07 9:25
protectorChristian Graus9-Dec-07 9:25 
AnswerRe: Navigation?? Pin
Paul Conrad9-Dec-07 12:45
professionalPaul Conrad9-Dec-07 12:45 
GeneralProblem in Validation Control Pin
Parameswar Mal9-Dec-07 2:16
Parameswar Mal9-Dec-07 2:16 
GeneralRe: Problem in Validation Control Pin
Michael Sync9-Dec-07 2:49
Michael Sync9-Dec-07 2:49 
Generalhi why we use DIV Pin
wasimsharp9-Dec-07 2:16
wasimsharp9-Dec-07 2:16 
GeneralRe: hi why we use DIV Pin
Sathesh Sakthivel9-Dec-07 4:55
Sathesh Sakthivel9-Dec-07 4:55 
GeneralRe: hi why we use DIV Pin
Christian Graus9-Dec-07 9:25
protectorChristian Graus9-Dec-07 9:25 
GeneralServer Unavailable Pin
Muammar©8-Dec-07 10:17
Muammar©8-Dec-07 10:17 
GeneralRe: Server Unavailable Pin
Christian Graus8-Dec-07 12:33
protectorChristian Graus8-Dec-07 12:33 
GeneralRe: Server Unavailable Pin
Muammar©8-Dec-07 19:14
Muammar©8-Dec-07 19:14 
GeneralRe: Server Unavailable Pin
Christian Graus8-Dec-07 21:37
protectorChristian Graus8-Dec-07 21:37 
GeneralRe: Server Unavailable Pin
Gamzun8-Dec-07 22:39
Gamzun8-Dec-07 22:39 

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.