Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Browser back button -> force a logout Pin
PunkIsNotDead6-Jan-10 12:05
PunkIsNotDead6-Jan-10 12:05 
Questionmasterpage -> Check if javascipt is enabled & cookies enabled. Pin
gerrybrennan6-Jan-10 7:17
gerrybrennan6-Jan-10 7:17 
AnswerRe: masterpage -> Check if javascipt is enabled & cookies enabled. Pin
Abhijit Jana6-Jan-10 7:32
professionalAbhijit Jana6-Jan-10 7:32 
QuestionRegistering global HttpModule Pin
Gennady Oster6-Jan-10 3:57
Gennady Oster6-Jan-10 3:57 
AnswerRe: Registering global HttpModule [modified] Pin
m-khansari6-Jan-10 19:14
m-khansari6-Jan-10 19:14 
GeneralRe: Registering global HttpModule Pin
Gennady Oster9-Jan-10 1:01
Gennady Oster9-Jan-10 1:01 
QuestionEnable asp menu with javascript Pin
dptalt6-Jan-10 2:47
dptalt6-Jan-10 2:47 
AnswerRe: Enable asp menu with javascript Pin
Kaushal Arora6-Jan-10 18:46
Kaushal Arora6-Jan-10 18:46 
Hi,

You are using it correctly but just one mistake you have made is making the Menu disabled in server side.

Use

<asp:Menu disabled="true"

Rather than

<asp:Menu Enabled="False"

Because when you make a control disable from server side you will not be able to get it from client side.

Also try using getElementById only in place of getElementByIdWithReplaceCheck if it does not work out.

Hope it Helps.

Regards,
Kaushal Arora
GeneralRe: Enable asp menu with javascript Pin
dptalt7-Jan-10 1:48
dptalt7-Jan-10 1:48 
AnswerRe: Enable asp menu with javascript Pin
April Fans7-Jan-10 22:16
April Fans7-Jan-10 22:16 
QuestionMessage Removed Pin
6-Jan-10 1:32
Jeneesh K. Velayudhan6-Jan-10 1:32 
AnswerRe: Excel to xml & xml to xslt conversion C# Pin
Pranay Rana6-Jan-10 1:43
professionalPranay Rana6-Jan-10 1:43 
GeneralRe: Excel to xml & xml to xslt conversion C# Pin
Jeneesh K. Velayudhan6-Jan-10 20:10
Jeneesh K. Velayudhan6-Jan-10 20:10 
AnswerRe: Excel to xml & xml to xslt conversion C# Pin
Abhishek Sur6-Jan-10 2:31
professionalAbhishek Sur6-Jan-10 2:31 
QuestionHTML editor in ASP.Net Pin
Amit Patel19856-Jan-10 1:30
Amit Patel19856-Jan-10 1:30 
AnswerRe: HTML editor in ASP.Net Pin
Ashfield6-Jan-10 4:43
Ashfield6-Jan-10 4:43 
AnswerRe: HTML editor in ASP.Net Pin
Amit Patel19856-Jan-10 5:35
Amit Patel19856-Jan-10 5:35 
QuestionConditionally displaying ConfirmButtonExtender Pin
Leeblake656-Jan-10 0:40
Leeblake656-Jan-10 0:40 
AnswerRe: Conditionally displaying ConfirmButtonExtender Pin
sashidhar6-Jan-10 0:46
sashidhar6-Jan-10 0:46 
GeneralRe: Conditionally displaying ConfirmButtonExtender Pin
Leeblake656-Jan-10 0:55
Leeblake656-Jan-10 0:55 
GeneralRe: Conditionally displaying ConfirmButtonExtender Pin
sashidhar6-Jan-10 0:57
sashidhar6-Jan-10 0:57 
GeneralRe: Conditionally displaying ConfirmButtonExtender Pin
Leeblake656-Jan-10 1:21
Leeblake656-Jan-10 1:21 
GeneralRe: Conditionally displaying ConfirmButtonExtender Pin
sashidhar6-Jan-10 1:22
sashidhar6-Jan-10 1:22 
AnswerRe: Conditionally displaying ConfirmButtonExtender Pin
wilsonmanmcp6-Jan-10 17:58
wilsonmanmcp6-Jan-10 17:58 
GeneralRe: Conditionally displaying ConfirmButtonExtender Pin
Leeblake657-Jan-10 7:00
Leeblake657-Jan-10 7:00 

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.