I have done expand/collapse for each individual panel..But if I add one more panel and click of this I want the rest of the panels to expand/collapse.. Can you provide the code for this.......!
chetan_agarwal
Posts
-
AJAX Tool Kit +ASP.Net -
AJAX Tool Kit +ASP.NetHi All, I am using Ajax toolkit and extenders for asp.net2.0..I have 3 collapsible panels.I want to collapse/expand all the panels on single panel click... Do any one out there has code for that..any idea will be helpful.. Thanks in advance..!!
-
IE8 issue--URGENT PLZZZZ....I dont want to open a new window.My requirement is to open a new POP-UP on button click and then on closing that POPUP the parent page(having that button)will refresh.But the error is that on closing/any button click on the POPUP, POPUP open in new window/browser..
-
IE8 issue--URGENT PLZZZZ....function fnOpenModalScreen(URL,WindowObj,Features) { window.showModalDialog(URL,WindowObj,Features) }
-
IE8 issue--URGENT PLZZZZ....Hi All, I was facing a issue in IE8 - When I open second/third level pop-up window and closes it then it opens on new page.I solved the issue.But I did tested it on IIS 5.1..When I deployed it on server having IIS6 then it reflected the same POP-UP issue again. Any Help will be helpful...
-
Custom Control-DropDown+ASP.netHi All, I am trying to bind data to a custom control-dropdown.I created class file for control.Then made a DLL file and include that control in my website.I placed 2 dropdowns.1 for State and other for country.I want to populate both drop downs accordingly.I had written 2 SUBs-1 for state binding and other for Country Binding in class file. Code for State Binding dropdown:- Public Sub BindingDataState() Dim MultiList As New DropDownList() Dim ar As New ArrayList ar.Add("Jan") ar.Add("Feb") ar.Add("Mar") MultiList.DataSource = ar MultiList.DataBind() End Sub Please do help me..I am not getting data in dropdowns on browsing the page.
-
IE8:: Text is missing from text box while print preview on IE8 environment.!!??HI All, I am testing my application on IE8 which was made in IE6 environment.While giving print preview on one page,it missed some text from text box on IE8.The text box is multi-line.can some one help me on how to solve that and render complete text on print preview. Hurry..!!!!
-
URGENT--setting width of column in excel throgh code+vbHi All, I want to set the width of column of excel while generating excel through code(on button click) in VB application.Any one knows how to do it...!!!!!!
-
text box in VB applicationHi all..i have a form having tabs in VB application.I want to add a text box to one tab only..when i drag and drop the text box-it appears in both the tab.means text box is overriding the form..some one can help me out..how to fix textbox to particular tab..!!