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

ASP.NET

 
GeneralRe: how i write a function or method which return table row with 32 cells any help. Pin
Spunky Coder23-Mar-09 22:25
Spunky Coder23-Mar-09 22:25 
Questionhow do i change the background image of a web apge through profile Pin
souravghosh1823-Mar-09 1:00
souravghosh1823-Mar-09 1:00 
AnswerRe: how do i change the background image of a web apge through profile Pin
Abhishek Sur23-Mar-09 3:33
professionalAbhishek Sur23-Mar-09 3:33 
Question-Not a valid bookmark- issue Pin
V.23-Mar-09 0:54
professionalV.23-Mar-09 0:54 
AnswerRe: -Not a valid bookmark- issue Pin
Abhishek Sur23-Mar-09 3:31
professionalAbhishek Sur23-Mar-09 3:31 
GeneralRe: -Not a valid bookmark- issue Pin
V.23-Mar-09 3:38
professionalV.23-Mar-09 3:38 
GeneralRe: -Not a valid bookmark- issue Pin
Abhishek Sur23-Mar-09 3:58
professionalAbhishek Sur23-Mar-09 3:58 
QuestionProblem compiling resource file to library Pin
Zoltan Aszalos23-Mar-09 0:31
Zoltan Aszalos23-Mar-09 0:31 
Hi,

I have a web application built in asp.net, which uses resource files to support multiple languages. The problem I have is that I can only add a new language file in Visual Studio, and I have to rebuild the whole application to have a the new language included. After searching the net I've found out that the compilation of the resource files can be done in the .net compiler. I've used the following commands:

resgen.exe /compile langfile.en.resx

al.exe /out:en\App_GlobalResources.resources.dll /culture:en /embedresource:langfile
.en.resources

The file is copied into the website's folder but it doesn't work. I mean, when I select the new language from the web page, the strings are loaded from the default resource file. If I create the resource file in VS, it works okay. I checked the sizes of the two dll files, the one generated by VS and the one compiled by myself, and they have the same size but the compiled one doesn't work. I can only think that maybe I would have to use some other parameters in the commands above but I don't really know.

Any help is really appreciated.
AnswerRe: Problem compiling resource file to library Pin
V.23-Mar-09 0:56
professionalV.23-Mar-09 0:56 
QuestionHow to define SkinId property in the customcontrol Pin
Chameli22-Mar-09 23:27
Chameli22-Mar-09 23:27 
AnswerRe: How to define SkinId property in the customcontrol Pin
Spunky Coder22-Mar-09 23:54
Spunky Coder22-Mar-09 23:54 
QuestionASP.net Page Loading Pin
Ryno Engelbrecht22-Mar-09 22:35
Ryno Engelbrecht22-Mar-09 22:35 
AnswerRe: ASP.net Page Loading Pin
Christian Graus22-Mar-09 22:51
protectorChristian Graus22-Mar-09 22:51 
GeneralRe: ASP.net Page Loading Pin
Ryno Engelbrecht22-Mar-09 23:17
Ryno Engelbrecht22-Mar-09 23:17 
GeneralRe: ASP.net Page Loading Pin
N a v a n e e t h23-Mar-09 0:43
N a v a n e e t h23-Mar-09 0:43 
GeneralRe: ASP.net Page Loading Pin
Christian Graus23-Mar-09 18:18
protectorChristian Graus23-Mar-09 18:18 
GeneralRe: ASP.net Page Loading Pin
Ryno Engelbrecht23-Mar-09 21:22
Ryno Engelbrecht23-Mar-09 21:22 
GeneralRe: ASP.net Page Loading Pin
Ryno Engelbrecht23-Mar-09 21:36
Ryno Engelbrecht23-Mar-09 21:36 
AnswerRe: ASP.net Page Loading Pin
specialdreamsin23-Mar-09 0:13
specialdreamsin23-Mar-09 0:13 
QuestionWebsite vs Web Project Pin
Brendan Vogt22-Mar-09 22:24
Brendan Vogt22-Mar-09 22:24 
AnswerRe: Website vs Web Project Pin
Blue_Boy22-Mar-09 22:27
Blue_Boy22-Mar-09 22:27 
AnswerRe: Website vs Web Project Pin
Christian Graus22-Mar-09 22:27
protectorChristian Graus22-Mar-09 22:27 
Questionpassing hideenvalues from one page to another Pin
venu65622-Mar-09 21:51
venu65622-Mar-09 21:51 
AnswerRe: passing hideenvalues from one page to another Pin
Blue_Boy22-Mar-09 22:00
Blue_Boy22-Mar-09 22:00 
AnswerRe: passing hideenvalues from one page to another Pin
Christian Graus22-Mar-09 22:28
protectorChristian Graus22-Mar-09 22:28 

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.