Hi Fellas
I have a user control with Calender control and a combobox thats gets populated on the basis of the the date in the Date field(Calender Control.)
This control is used in an aspx page which plots a chart(using Dundas charts) and a populates a grid,based on the selected item in combobox.
Issue is when on a date the combobox does not have any item(enabled=false),in that case the previous result needs to be cleared.
Now I dunno how to code the scenario.I need to set the visilbilty of the chart and grid on the aspx page to be false when the combobox on the ascx page is not enabled .
Please suggest solution.
Thanks!
Tarang.
I have a user control with Calender control and a combobox thats gets populated on the basis of the the date in the Date field(Calender Control.)
This control is used in an aspx page which plots a chart(using Dundas charts) and a populates a grid,based on the selected item in combobox.
Issue is when on a date the combobox does not have any item(enabled=false),in that case the previous result needs to be cleared.
Now I dunno how to code the scenario.I need to set the visilbilty of the chart and grid on the aspx page to be false when the combobox on the ascx page is not enabled .
Please suggest solution.
Thanks!
Tarang.