Click here to Skip to main content
15,891,812 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to get values from Ajax Editor control inside the Details view??? Pin
Shivanand Arur15-Apr-12 21:23
Shivanand Arur15-Apr-12 21:23 
AnswerRe: How to get values from Ajax Editor control inside the Details view??? Pin
Not Active16-Apr-12 1:43
mentorNot Active16-Apr-12 1:43 
QuestionTelerik Rad Menu Data Sources Pin
Karthik Harve15-Apr-12 19:17
professionalKarthik Harve15-Apr-12 19:17 
QuestionWhere to set language and culture Pin
Priya Prk15-Apr-12 9:18
Priya Prk15-Apr-12 9:18 
AnswerRe: Where to set language and culture Pin
Bernhard Hiller15-Apr-12 21:51
Bernhard Hiller15-Apr-12 21:51 
AnswerRe: Where to set language and culture Pin
Vipin_Arora16-Apr-12 20:09
Vipin_Arora16-Apr-12 20:09 
AnswerRe: Where to set language and culture Pin
Grace Daniel16-Apr-12 23:51
Grace Daniel16-Apr-12 23:51 
AnswerRe: Where to set language and culture Pin
mitnick5625-Apr-12 3:51
mitnick5625-Apr-12 3:51 
Hi, the proper place is inside the function Application_BeginRequest in the global.asax file.

C#
protected void Application_BeginRequest(object sender, EventArgs e)
{
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-GB");
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-GB");
}

QuestionJSON and C# Pin
xy000114-Apr-12 20:49
xy000114-Apr-12 20:49 
AnswerRe: JSON and C# Pin
Ali Al Omairi(Abu AlHassan)15-Apr-12 2:14
professionalAli Al Omairi(Abu AlHassan)15-Apr-12 2:14 
Questionretrieving blob data(image) and display in a picture box Pin
amSherihan13-Apr-12 23:24
amSherihan13-Apr-12 23:24 
AnswerRe: retrieving blob data(image) and display in a picture box Pin
Ali Al Omairi(Abu AlHassan)14-Apr-12 4:11
professionalAli Al Omairi(Abu AlHassan)14-Apr-12 4:11 
Questionhow to handle error Pin
Member 868940013-Apr-12 8:35
Member 868940013-Apr-12 8:35 
AnswerRe: how to handle error Pin
Not Active13-Apr-12 9:15
mentorNot Active13-Apr-12 9:15 
AnswerRe: how to handle error Pin
jkirkerx13-Apr-12 10:06
professionaljkirkerx13-Apr-12 10:06 
QuestionProblem with Forms Authentication Provider Pin
Flum02113-Apr-12 7:39
Flum02113-Apr-12 7:39 
AnswerRe: Problem with Forms Authentication Provider Pin
Leonardo Metelis13-Apr-12 9:02
Leonardo Metelis13-Apr-12 9:02 
GeneralRe: Problem with Forms Authentication Provider Pin
Flum02113-Apr-12 23:50
Flum02113-Apr-12 23:50 
QuestionCalling public from Public Shared method Pin
byka13-Apr-12 4:21
byka13-Apr-12 4:21 
AnswerRe: Calling public from Public Shared method Pin
ekolis13-Apr-12 4:58
ekolis13-Apr-12 4:58 
GeneralRe: Calling public from Public Shared method Pin
byka13-Apr-12 5:12
byka13-Apr-12 5:12 
GeneralRe: Calling public from Public Shared method Pin
ekolis13-Apr-12 6:27
ekolis13-Apr-12 6:27 
Questionhow to add soap headers to the xml generated from webservice using c#.net 4.0 Pin
anandsurya13-Apr-12 3:38
anandsurya13-Apr-12 3:38 
AnswerRe: how to add soap headers to the xml generated from webservice using c#.net 4.0 Pin
jkirkerx13-Apr-12 12:49
professionaljkirkerx13-Apr-12 12:49 
QuestionReport Viewer Align Problem Pin
jasmin.sayyad13-Apr-12 0:36
jasmin.sayyad13-Apr-12 0:36 

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.