Click here to Skip to main content
15,888,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: the page load event gets fires, but it just skips the SelectedIndexChanged event for the dropdown Pin
CHill6019-May-16 6:35
mveCHill6019-May-16 6:35 
PraiseRe: the page load event gets fires, but it just skips the SelectedIndexChanged event for the dropdown Pin
John C Rayan22-May-16 23:43
professionalJohn C Rayan22-May-16 23:43 
Questionasmx web service using Await returning JSON string from Jquery $Ajax not returning string Pin
jkirkerx18-May-16 8:08
professionaljkirkerx18-May-16 8:08 
AnswerInteresting, the data return to $Ajax was repackaged as a different object Pin
jkirkerx18-May-16 9:38
professionaljkirkerx18-May-16 9:38 
QuestionSetup and Use Open SSL in HttpClient and HttpListener application. Pin
Jaimesh.241118-May-16 2:07
Jaimesh.241118-May-16 2:07 
AnswerRe: Setup and Use Open SSL in HttpClient and HttpListener application. Pin
Richard MacCutchan18-May-16 3:13
mveRichard MacCutchan18-May-16 3:13 
Questionwhat is difference betwee App_LocalResources and App_GlobalResources Pin
Tridip Bhattacharjee16-May-16 3:46
professionalTridip Bhattacharjee16-May-16 3:46 
AnswerRe: what is difference betwee App_LocalResources and App_GlobalResources Pin
Richard Deeming16-May-16 5:28
mveRichard Deeming16-May-16 5:28 
Google broken again?

Global resource files are available to any page or component in your Web site. Local resource files are associated with a single Web page, user control, or master page, and contain the resources for only that page.


You create a global resource file by putting it in the reserved folder App_GlobalResources at the root of the application.
...
You put local resource files in folders that have the reserved name App_LocalResources. Unlike the root App_GlobalResources folder, App_LocalResources folders can be in any folder in the application. You associate a set of resources files with a specific Web page by using the name of the resource file.

For example, if you have a page named Default.aspx in the App_LocalResources folder, you might create the following files:
  • Default.aspx.resx. This is the default local resource file (the fallback resource file) if no language match is found.
  • Default.aspx.es.resx. This is the resource file for Spanish, without culture information.
  • Default.aspx.es-mx.resx. This is the resource file for Spanish (Mexico) specifically.
  • Default.aspx.fr.resx. This is the resource file for French, without culture information.


The base name of the file matches the page file name, followed by a language and culture name, and ending with the extension .resx.




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: what is difference betwee App_LocalResources and App_GlobalResources Pin
Tridip Bhattacharjee16-May-16 21:55
professionalTridip Bhattacharjee16-May-16 21:55 
GeneralRe: what is difference betwee App_LocalResources and App_GlobalResources Pin
John C Rayan18-May-16 1:25
professionalJohn C Rayan18-May-16 1:25 
Questionrendom image upload Pin
Member 1181823013-May-16 21:46
Member 1181823013-May-16 21:46 
AnswerRe: rendom image upload Pin
ZurdoDev16-May-16 3:07
professionalZurdoDev16-May-16 3:07 
Questionrename image upload Pin
Member 1181823013-May-16 21:03
Member 1181823013-May-16 21:03 
QuestionRe: rename image upload Pin
ZurdoDev16-May-16 3:07
professionalZurdoDev16-May-16 3:07 
QuestionApplication design for multiple databases Pin
Stephen Holdorf13-May-16 2:24
Stephen Holdorf13-May-16 2:24 
AnswerRe: Application design for multiple databases Pin
Gerry Schmitz13-May-16 4:16
mveGerry Schmitz13-May-16 4:16 
AnswerRe: Application design for multiple databases Pin
Stephen Holdorf13-May-16 9:24
Stephen Holdorf13-May-16 9:24 
GeneralRe: Application design for multiple databases Pin
Stephen Holdorf14-May-16 10:26
Stephen Holdorf14-May-16 10:26 
GeneralRe: Application design for multiple databases Pin
Nathan Minier15-May-16 3:13
professionalNathan Minier15-May-16 3:13 
GeneralRe: Application design for multiple databases Pin
Stephen Holdorf15-May-16 9:53
Stephen Holdorf15-May-16 9:53 
GeneralRe: Application design for multiple databases Pin
Nathan Minier16-May-16 1:28
professionalNathan Minier16-May-16 1:28 
GeneralRe: Application design for multiple databases Pin
Stephen Holdorf16-May-16 2:33
Stephen Holdorf16-May-16 2:33 
QuestionHow to use Datarelation to Create Menu in c# asp.net Pin
Ameer Dhotre12-May-16 21:02
Ameer Dhotre12-May-16 21:02 
QuestionRe: How to use Datarelation to Create Menu in c# asp.net Pin
ZurdoDev16-May-16 3:08
professionalZurdoDev16-May-16 3:08 
AnswerRe: How to use Datarelation to Create Menu in c# asp.net Pin
Ameer Dhotre23-May-16 1:41
Ameer Dhotre23-May-16 1:41 

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.