Click here to Skip to main content
15,921,382 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: plz do replay i am facing problem since last working day Pin
meeram3954-Dec-08 1:27
meeram3954-Dec-08 1:27 
AnswerRe: plz do replay i am facing problem since last working day Pin
AhsanS4-Dec-08 1:27
AhsanS4-Dec-08 1:27 
GeneralRe: plz do replay i am facing problem since last working day Pin
sajjadlashari4-Dec-08 17:56
sajjadlashari4-Dec-08 17:56 
GeneralRe: plz do replay i am facing problem since last working day Pin
Padmanabh Ganorkar4-Dec-08 18:59
Padmanabh Ganorkar4-Dec-08 18:59 
QuestionSuggesion Required related to filling country and city Dropdownlist [modified] Pin
mr_muskurahat4-Dec-08 0:07
mr_muskurahat4-Dec-08 0:07 
AnswerRe: Suggesion Required related to filling country and city Dropdownlist Pin
meeram3954-Dec-08 0:54
meeram3954-Dec-08 0:54 
AnswerRe: Suggesion Required related to filling country and city Dropdownlist Pin
AhsanS4-Dec-08 1:30
AhsanS4-Dec-08 1:30 
QuestionBizzare ViewState issue Pin
dmartu3-Dec-08 23:21
dmartu3-Dec-08 23:21 
Hello there,

I've created UserControl which is used as a menu. It is populated dynamically and has two levels.

The weird thing is though that second level controls' click event is fired but it the code executed in it seems to have no effect at all:



public void SubCourseRoundMenuClick(object a, CommandEventArgs e)
{
pnlCourseEvents.Visible = false;
pnlCourseSubEvents.Style["display"] = "block";
}

Both properties changes to their old values when observed in any event fired after SubCourseRoundMenuClick.

All menu items and subitems are populated at the same order on every postback. EnableViewState=false on UserControl (though i've tried other way round as well).

For suspect ViewState is playing tricks on me.

This issue is really driving me bonkers so any advice or guidance would be much appreciated.

Best Regards,

Dave
AnswerRe: Bizzare ViewState issue Pin
Christian Graus4-Dec-08 8:44
protectorChristian Graus4-Dec-08 8:44 
GeneralRe: Bizzare ViewState issue Pin
dmartu4-Dec-08 22:56
dmartu4-Dec-08 22:56 
Questionrepeater control Pin
madan raj3-Dec-08 22:56
madan raj3-Dec-08 22:56 
AnswerRe: repeater control Pin
Abhijit Jana3-Dec-08 23:02
professionalAbhijit Jana3-Dec-08 23:02 
AnswerRe: repeater control Pin
nazeerahamad3-Dec-08 23:22
nazeerahamad3-Dec-08 23:22 
AnswerRe: repeater control Pin
J4amieC3-Dec-08 23:32
J4amieC3-Dec-08 23:32 
QuestionNeed to highlight text area in an image Pin
Navinchandran3-Dec-08 22:44
Navinchandran3-Dec-08 22:44 
AnswerRe: Need to highlight text area in an image Pin
Imran Khan Pathan4-Dec-08 0:17
Imran Khan Pathan4-Dec-08 0:17 
AnswerRe: Need to highlight text area in an image Pin
Christian Graus4-Dec-08 8:45
protectorChristian Graus4-Dec-08 8:45 
Questiongoogle problem Pin
Monu1603-Dec-08 22:05
Monu1603-Dec-08 22:05 
AnswerRe: google problem Pin
SeMartens3-Dec-08 22:18
SeMartens3-Dec-08 22:18 
GeneralRe: google problem Pin
Monu1603-Dec-08 22:29
Monu1603-Dec-08 22:29 
GeneralRe: google problem Pin
SeMartens3-Dec-08 23:37
SeMartens3-Dec-08 23:37 
Question[Message Deleted] Pin
mr_muskurahat3-Dec-08 21:22
mr_muskurahat3-Dec-08 21:22 
AnswerRe: Can we Get Client Computer Name in ASP.net?? Pin
SeMartens3-Dec-08 22:12
SeMartens3-Dec-08 22:12 
GeneralRe: Can we Get Client Computer Name in ASP.net?? Pin
mr_muskurahat3-Dec-08 22:19
mr_muskurahat3-Dec-08 22:19 
GeneralRe: Can we Get Client Computer Name in ASP.net?? Pin
Abhijit Jana3-Dec-08 22:51
professionalAbhijit Jana3-Dec-08 22:51 

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.