Click here to Skip to main content
15,904,823 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAnother way of getting the Text in the TextBox? Pin
chand1013-Jun-07 0:09
chand1013-Jun-07 0:09 
AnswerRe: Another way of getting the Text in the TextBox? Pin
_AK_13-Jun-07 0:15
_AK_13-Jun-07 0:15 
GeneralRe: Another way of getting the Text in the TextBox? Pin
nareshss13-Jun-07 0:49
nareshss13-Jun-07 0:49 
GeneralRe: Another way of getting the Text in the TextBox? Pin
_AK_13-Jun-07 0:52
_AK_13-Jun-07 0:52 
GeneralRe: Another way of getting the Text in the TextBox? Pin
nareshss13-Jun-07 1:03
nareshss13-Jun-07 1:03 
GeneralRe: Another way of getting the Text in the TextBox? Pin
_AK_13-Jun-07 1:23
_AK_13-Jun-07 1:23 
AnswerRe: Another way of getting the Text in the TextBox? Pin
Ptiwari313-Jun-07 3:02
Ptiwari313-Jun-07 3:02 
Questionhow to get value from web.config file in javascript function Pin
deep712-Jun-07 23:38
deep712-Jun-07 23:38 
Hi,
In web.config file under <appSetting>, i have:
<add key="DisplayDateFormat" value = "MM/dd/yyyy" />
I have a javascript function:
function ValidateForm(strVal)
{
if(web.config's DisplayDateFormat="MM/dd/yyyy")
if (isDate(strVal)==false)
{
return false
}
else
{
//do something
}
return true
}

So how to get the DisplayDateFormat from web.config file in my javascript function?
Could anyone please help me out here?

Thanks,
Dee
AnswerRe: how to get value from web.config file in javascript function Pin
_AK_13-Jun-07 0:00
_AK_13-Jun-07 0:00 
GeneralRe: how to get value from web.config file in javascript function Pin
deep713-Jun-07 0:11
deep713-Jun-07 0:11 
GeneralRe: how to get value from web.config file in javascript function Pin
_AK_13-Jun-07 0:12
_AK_13-Jun-07 0:12 
GeneralRe: how to get value from web.config file in javascript function Pin
deep713-Jun-07 0:17
deep713-Jun-07 0:17 
GeneralRe: how to get value from web.config file in javascript function Pin
_AK_13-Jun-07 0:26
_AK_13-Jun-07 0:26 
GeneralRe: how to get value from web.config file in javascript function Pin
deep713-Jun-07 0:36
deep713-Jun-07 0:36 
GeneralRe: how to get value from web.config file in javascript function Pin
_AK_13-Jun-07 0:41
_AK_13-Jun-07 0:41 
GeneralRe: how to get value from web.config file in javascript function Pin
deep713-Jun-07 0:54
deep713-Jun-07 0:54 
GeneralRe: how to get value from web.config file in javascript function Pin
_AK_13-Jun-07 1:21
_AK_13-Jun-07 1:21 
GeneralRe: how to get value from web.config file in javascript function Pin
Jay_se13-Jun-07 0:33
Jay_se13-Jun-07 0:33 
AnswerRe: how to get value from web.config file in javascript function Pin
Biju Sam13-Jun-07 1:32
Biju Sam13-Jun-07 1:32 
QuestionFlow Layout in VS 2005 Pin
macca2412-Jun-07 22:59
macca2412-Jun-07 22:59 
AnswerRe: Flow Layout in VS 2005 Pin
nareshss12-Jun-07 23:20
nareshss12-Jun-07 23:20 
GeneralRe: Flow Layout in VS 2005 Pin
macca2412-Jun-07 23:32
macca2412-Jun-07 23:32 
QuestionRemember me on computer Pin
saravanan0512-Jun-07 22:52
saravanan0512-Jun-07 22:52 
AnswerRe: Remember me on computer Pin
Sathesh Sakthivel12-Jun-07 22:54
Sathesh Sakthivel12-Jun-07 22:54 
GeneralRe: Remember me on computer Pin
saravanan0512-Jun-07 23:02
saravanan0512-Jun-07 23:02 

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.