Using Resource Files with UserControls which Located in SubFolders
You need to create another App_LocalResources inside this sub folder, and put your user control resources files inside it .
look at this structure for example to get the Idea :
-
App_LocalResources
-
YourPage.aspx.ar.resx
-
YourPage.aspx.resx
-
YourPage.aspx
-
UserControlsSubFolder
-
App_LocalResources
-
UserControlName.ascx
-
Web.Config
Hope this Helps
Ahmed
Revision number 2, Wednesday, August 22, 2012 2:44:55 PM by tmorton
You must Login to comment.
Revision #4
Mon, Jun 27, 2011 12:51 PM
by
|
Directory Structure in Asp.Net
ASP.NET 2.0 uses a new set of predefind Directory names for special work. In general, the ASP.NET directory structure can be determined by the developer's preferences.But there are afew reserved directory names. Here is the list of special directory names
|
New
Thu, Jul 10, 2008 10:21 PM
by
|
New in Visual Studio 2008 (Local and Global Resources)
Local and Global Resources In the past, Global Resources were compiled to satellite assemblies, where as local resources were XML files, this usually has some performance penalties when using Local Resources, butin Visual Studio 2008 you can now choose how
|
Revision #12
Sat, Oct 13, 2012 10:32 AM
by
|
File Types
Here is a list of file extensions which are configured by default to be handled byASP.NET 2.0. asax used for application level logic (global.asax) ascx used for creating a web user control. ashx used to create a custom httphandler asmx used to create web services
|