Click here to Skip to main content
15,905,914 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDateTime.Now() Not updating or is being cached? Pin
Expert Coming2-Feb-08 7:10
Expert Coming2-Feb-08 7:10 
GeneralRe: DateTime.Now() Not updating or is being cached? Pin
Guffa3-Feb-08 7:11
Guffa3-Feb-08 7:11 
GeneralRe: DateTime.Now() Not updating or is being cached? Pin
Expert Coming3-Feb-08 17:50
Expert Coming3-Feb-08 17:50 
Generalerror uploading to server Pin
Boshkash2-Feb-08 1:13
Boshkash2-Feb-08 1:13 
GeneralRe: error uploading to server Pin
pmarfleet2-Feb-08 3:12
pmarfleet2-Feb-08 3:12 
QuestionHow to use Resource.resx file in my soution. Pin
Sasmi2-Feb-08 1:12
Sasmi2-Feb-08 1:12 
AnswerRe: How to use Resource.resx file in my soution. Pin
Preyatham2-Feb-08 5:05
Preyatham2-Feb-08 5:05 
AnswerRe: How to use Resource.resx file in my soution. Pin
John-ph3-Feb-08 0:08
John-ph3-Feb-08 0:08 
It's always a good practice to keep the string values which is common to the application in a assembly resource file.

In Framework 2.0, accessing the named strings from assembly resource file has been made very simpler. You have to add the resource file to the App_GlobalResources folder and add the named strings to the resource file.

Say for an example, you have added a resource file with the name GlobalData.resx and a string ApplicationName with the value "Sample Application". The named strings you add to a global resource file are accessible through a namespace named Resources. It takes a single line of code...
lblAppName.Text = Resources.GlobalData.ApplicationName


- Regards -
   J O N


     A good thing is a bad thing if it keeps you from the best thing. - Dr. Adrian Rogers


Questionhow i can make a list box to show the data in the columns type Pin
jagan1232-Feb-08 0:34
jagan1232-Feb-08 0:34 
AnswerRe: how i can make a list box to show the data in the columns type Pin
pmarfleet2-Feb-08 3:05
pmarfleet2-Feb-08 3:05 
Generalasp.net Pin
arivazhagi1-Feb-08 20:31
arivazhagi1-Feb-08 20:31 
GeneralRe: asp.net Pin
Michael Sync1-Feb-08 21:25
Michael Sync1-Feb-08 21:25 
GeneralRe: asp.net Pin
pmarfleet1-Feb-08 23:06
pmarfleet1-Feb-08 23:06 
GeneralRe: asp.net Pin
Colin Angus Mackay2-Feb-08 5:04
Colin Angus Mackay2-Feb-08 5:04 
GeneralRe: asp.net Pin
dilipv3-Feb-08 20:03
dilipv3-Feb-08 20:03 
GeneralSending Email Pin
.NET- India 1-Feb-08 20:15
.NET- India 1-Feb-08 20:15 
GeneralRe: Sending Email Pin
Michael Sync1-Feb-08 21:21
Michael Sync1-Feb-08 21:21 
GeneralRe: Sending Email Pin
.NET- India 1-Feb-08 22:35
.NET- India 1-Feb-08 22:35 
GeneralRe: Sending Email Pin
Michael Sync1-Feb-08 23:06
Michael Sync1-Feb-08 23:06 
Generali am using asp.net with VB.net Pin
Deepthy.P.M1-Feb-08 19:34
Deepthy.P.M1-Feb-08 19:34 
GeneralRe: i am using asp.net with VB.net Pin
Sun Rays1-Feb-08 21:19
Sun Rays1-Feb-08 21:19 
AnswerRe: i am using asp.net with VB.net Pin
John-ph2-Feb-08 23:31
John-ph2-Feb-08 23:31 
GeneralRe: i am using asp.net with VB.net Pin
Deepthy.P.M4-Feb-08 18:13
Deepthy.P.M4-Feb-08 18:13 
Generalproblem of scripting on windows server 2003 SP2 Pin
koolprasad20031-Feb-08 17:30
professionalkoolprasad20031-Feb-08 17:30 
GeneralRe: problem of scripting on windows server 2003 SP2 Pin
Venkatesh Mookkan3-Feb-08 16:45
Venkatesh Mookkan3-Feb-08 16:45 

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.