Click here to Skip to main content
16,001,007 members

Comments by TheKarateKid (Top 54 by date)

TheKarateKid 3-Jun-17 12:30pm View    
have you tried using loadash.js library. It has way better handling for Array,Loops and repeats .... https://lodash.com/docs
TheKarateKid 3-Jun-17 12:28pm View    
I can see that you've set the update mode as 'Conditional', Are you calling update on UpdatePanel when SelectedIndexChanged is invoked? e.g. UpdatePanel1.Update();
TheKarateKid 4-Sep-16 10:04am View    
Looks like permission issue. Are you running the application from IIS Express or Local IIS? If IIS Express are you running Visual Studio with Administrator privileges? If using Local IIS 7 then please check the folder permissions from IIS Advanced Settings... - Thanks
TheKarateKid 28-Jun-16 9:32am View    
please check my reply on your previous question in similar context
TheKarateKid 28-Jun-16 9:28am View    
after selection if you hide the Menu panle, how do you want to unhide or make it visible again to select different menu ?