Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET with sliver light Pin
Jamil Hallal12-May-10 0:09
professionalJamil Hallal12-May-10 0:09 
AnswerRe: ASP.NET with sliver light Pin
#realJSOP12-May-10 2:11
professional#realJSOP12-May-10 2:11 
GeneralRe: ASP.NET with sliver light Pin
The Man from U.N.C.L.E.12-May-10 2:37
The Man from U.N.C.L.E.12-May-10 2:37 
GeneralRe: ASP.NET with sliver light Pin
Satish_S14-May-10 2:06
Satish_S14-May-10 2:06 
AnswerRe: ASP.NET with sliver light Pin
The Man from U.N.C.L.E.14-May-10 3:16
The Man from U.N.C.L.E.14-May-10 3:16 
AnswerRe: ASP.NET with sliver light Pin
The Man from U.N.C.L.E.12-May-10 2:48
The Man from U.N.C.L.E.12-May-10 2:48 
Questionasp:ButtonColumn Text Pin
garfield18511-May-10 23:37
garfield18511-May-10 23:37 
AnswerRe: asp:ButtonColumn Text Pin
Jamil Hallal12-May-10 0:13
professionalJamil Hallal12-May-10 0:13 
Hi,

you can you use the DataBound event of the grid to set the text of the button, but the best practice is to set the UI culture by overriding the following event in your page:

protected override void InitializeCulture()
{
  System.Threading.Thread.CurrentThread.CurrentUICulture = "the culture";
  System.Threading.Thread.CurrentThread.CurrentCulture = "the culture";
}

Regards,
Jamil

GeneralRe: asp:ButtonColumn Text Pin
garfield18512-May-10 0:20
garfield18512-May-10 0:20 
QuestionTracking users using sessions Pin
Khaja A. Imtiaz11-May-10 22:23
Khaja A. Imtiaz11-May-10 22:23 
AnswerRe: Tracking users using sessions Pin
Abhijit Jana11-May-10 22:39
professionalAbhijit Jana11-May-10 22:39 
GeneralRe: Tracking users using sessions Pin
Khaja A. Imtiaz11-May-10 22:46
Khaja A. Imtiaz11-May-10 22:46 
GeneralRe: Tracking users using sessions Pin
Brij11-May-10 23:04
mentorBrij11-May-10 23:04 
GeneralRe: Tracking users using sessions Pin
Khaja A. Imtiaz11-May-10 23:08
Khaja A. Imtiaz11-May-10 23:08 
AnswerRe: Tracking users using sessions Pin
Venkatesh Mookkan11-May-10 23:09
Venkatesh Mookkan11-May-10 23:09 
GeneralRe: Tracking users using sessions Pin
Khaja A. Imtiaz11-May-10 23:29
Khaja A. Imtiaz11-May-10 23:29 
GeneralRe: Tracking users using sessions Pin
Venkatesh Mookkan12-May-10 0:34
Venkatesh Mookkan12-May-10 0:34 
QuestionBinding DataList inside FormView Pin
K V Sekhar11-May-10 22:22
K V Sekhar11-May-10 22:22 
QuestionSPAM Problem Pin
Blikkies11-May-10 21:24
professionalBlikkies11-May-10 21:24 
AnswerRe: SPAM Problem Pin
Michel Godfroid11-May-10 23:23
Michel Godfroid11-May-10 23:23 
Questionexport gridview to excel in asp.net Pin
jadhavShubhangi11-May-10 20:00
jadhavShubhangi11-May-10 20:00 
AnswerRe: export gridview to excel in asp.net Pin
Brij11-May-10 20:09
mentorBrij11-May-10 20:09 
GeneralRe: export gridview to excel in asp.net Pin
jadhavShubhangi11-May-10 20:25
jadhavShubhangi11-May-10 20:25 
AnswerRe: export gridview to excel in asp.net Pin
nagendrathecoder11-May-10 20:37
nagendrathecoder11-May-10 20:37 
AnswerRe: export gridview to excel in asp.net Pin
Venkatesh Mookkan11-May-10 21:32
Venkatesh Mookkan11-May-10 21:32 

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.