Click here to Skip to main content
15,905,504 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Mail sending failed Pin
Christian Graus20-Aug-09 20:47
protectorChristian Graus20-Aug-09 20:47 
AnswerRe: Mail sending failed Pin
Vimalsoft(Pty) Ltd20-Aug-09 20:59
professionalVimalsoft(Pty) Ltd20-Aug-09 20:59 
AnswerRe: Mail sending failed Pin
Sundeep Ganiga20-Aug-09 23:05
Sundeep Ganiga20-Aug-09 23:05 
QuestionASP.NET web project master pages templates Pin
Chesnokov Yuriy20-Aug-09 19:32
professionalChesnokov Yuriy20-Aug-09 19:32 
AnswerRe: ASP.NET web project master pages templates Pin
Coding C#20-Aug-09 21:04
Coding C#20-Aug-09 21:04 
QuestionHow to setup custom language for site controls? Pin
Chesnokov Yuriy20-Aug-09 19:26
professionalChesnokov Yuriy20-Aug-09 19:26 
AnswerRe: How to setup custom language for site controls? Pin
Abhijit Jana20-Aug-09 19:39
professionalAbhijit Jana20-Aug-09 19:39 
AnswerRe: How to setup custom language for site controls? Pin
Abhishek Sur20-Aug-09 21:38
professionalAbhishek Sur20-Aug-09 21:38 
Create a Resource File for each language with all the static strings that you have.

set the CurrentThread CultureInfo to UserLanguage.
Thread.CurrentThread.CurrentCulture = new CultureInfo(lang);<br />


lang could be Request.UserLanguages[0] or any language you want.

Change the Webpage static strings to StringResources.ResourceManager.GetString(resName);
resName will be the key which finds the string on actual language.

Rose | [Rose] Rose | [Rose]

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.

QuestionVitual directory Pin
Member 426027020-Aug-09 19:11
Member 426027020-Aug-09 19:11 
AnswerRe: Vitual directory Pin
Abhijit Jana20-Aug-09 19:40
professionalAbhijit Jana20-Aug-09 19:40 
GeneralRe: Vitual directory Pin
Member 426027020-Aug-09 19:52
Member 426027020-Aug-09 19:52 
QuestionEdit String Before Gridview Display Pin
VengefulSakhmet20-Aug-09 10:19
VengefulSakhmet20-Aug-09 10:19 
AnswerRe: Edit String Before Gridview Display Pin
Christian Graus20-Aug-09 11:41
protectorChristian Graus20-Aug-09 11:41 
GeneralRe: Edit String Before Gridview Display Pin
VengefulSakhmet20-Aug-09 12:09
VengefulSakhmet20-Aug-09 12:09 
GeneralRe: Edit String Before Gridview Display Pin
Christian Graus20-Aug-09 13:30
protectorChristian Graus20-Aug-09 13:30 
AnswerRe: Edit String Before Gridview Display Pin
Anurag Gandhi21-Aug-09 4:01
professionalAnurag Gandhi21-Aug-09 4:01 
QuestionRE: findcontrol button in listView Pin
agarwasa200820-Aug-09 10:02
agarwasa200820-Aug-09 10:02 
AnswerRe: RE: findcontrol button in listView Pin
Christian Graus20-Aug-09 11:43
protectorChristian Graus20-Aug-09 11:43 
AnswerRe: RE: findcontrol button in listView Pin
abayaz20-Aug-09 20:51
abayaz20-Aug-09 20:51 
QuestionBegining Crystal Reports In Visual Studio 2008 [modified] Pin
mj_developer20-Aug-09 9:56
mj_developer20-Aug-09 9:56 
Questionstrange behaviour of BulletedList control Pin
Seraph_summer20-Aug-09 9:23
Seraph_summer20-Aug-09 9:23 
QuestionExtending the System.Web.UI.WebControls.WebControl Button class. Pin
mnemonic6920-Aug-09 9:19
mnemonic6920-Aug-09 9:19 
AnswerRe: Extending the System.Web.UI.WebControls.WebControl Button class. Pin
Christian Graus20-Aug-09 13:37
protectorChristian Graus20-Aug-09 13:37 
QuestionWhere did the event handlers go! Pin
vbwrangler20-Aug-09 6:22
vbwrangler20-Aug-09 6:22 
AnswerRe: Where did the event handlers go! Pin
dan!sh 20-Aug-09 6:38
professional dan!sh 20-Aug-09 6:38 

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.