Hi Guys, I am new to MVC, i have got a situation where i have to support 10 languages in my web application. I have made some research and found that resource files and routing are the process to accomplish the task. could you please guide me which is the best way. Thanks.
kheer
Posts
-
Multi Language Support in MVC -
Moving Fileshi simon, i have used this impersonation, but we can only have one impersonated user in our web.config file. my problem is i have to move the files through almost five servers, at this point i am getting the error.
-
Moving FilesHi, what is the process for moving files over servers. i have used System.IO class File.Move. when i am trying to move files i am getting error as (Access to the path is denied).
-
SessionsI want to pass data from one page to another is it correct process using 15 session objects for this process or is there any other way of passing data from one page to another
-
Crystal Reportsi want to pass an sql query to generate crystal reports is it possible.if so please guide me
-
How to add Values in Gridview Columni have a grid view with a column of integer values problem is that i want to add the values in the columns and display it in textbox thanks in advance
-
menu controlno nothing a plain menubar with autoformat
-
menu controli want to know why my menubar control is not working in Internet Explorer when i open my application(menubar) in Mozilla its working correctly do i have to change any settings in my IE ..............thnks in advance
-
logging outyes, i know that but i want to clear the history so that logout action would be succesful
-
regarding foreignkey dataok thanks for ur advice
-
logging outi have used sessions in my application I have a problem loggingout of application when i press back button(in browser) the pages are reappearing i want to stop this is there any code please help me............urgent thanks in advance
-
regarding foreignkey datathats wat i am saying when i enter other values i want to generate an popup message showing error
-
regarding foreignkey dataI have two tables. both tables have a common column (named=Rank) I have made table1 column(Rank) as primary key I have made table2 column(Rank) as foreign key every thing is working properly problem is when i enter some invalid data in table2(into Rank) which is not there in table1 I want to generate a pop up is this possible thanks in advance
-
[Message Deleted]it is a windows app
-
[Message Deleted]actually i want to make that as a setup file and install it in other system
-
[Message Deleted][Message Deleted]
-
How is XML useful in DOTNET, where is it usedI am just confused about XML and its USE in DOTNET Send me some details or links about this to clear my confusion :)
-
Problem with JavaScript Date processI want todays date in one textbox and in another textbox 15days incremented i have a Javascript code for getting date month Year function addDate() { TheDate = new Date(); var theMonth = TheDate.getMonth(); var theDay = TheDate.getDate(); var theYear = TheDate.getFullYear(); if (document.getElementById('Text1').value == '') { document.getElementById('Text1').value = theDay + '/' + theMonth + '/' + theYear ; } else { document.getElementById('Text1').value = theDay + '/' + theMonth + '/' + theYear ; } } I am unable to increment the date in second textbox help me to solve this problem.:confused:</x-turndown>
-
About MailHi every one I am a beginner in ASP.NET I am working on sending Email, but unable to get it... I am screwed up........., i have tried many codes in google but i am confused. Please any one can give me steps to follow from beginning to end. :|
-
have a problem with sessionsi have got it but have one problem after logging out when i press back button every thing remains the same which should not happen how to do this