collapsible panel extenders

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Garima12
    New Member
    • Mar 2007
    • 58

    collapsible panel extenders

    I have 3 collapsible panel extenders containing other controls on my web page. Initially, I am loading one on page load. I want to collapse other 2 panels on click of any one out of those three as well as want to make the textboxes blank contained by them. Can you suggest me how will it work?
    thks
  • maheshmrk22
    New Member
    • Dec 2007
    • 23

    #2
    Hi,

    In the case of collasping other two panels I would suggest you to use Accordion control instead of CollapsiblePane lExtender. If you want to stick with same control. try all the properties of that control like AutoExpand and AutoCollapse etc.

    In the case to clear text boxes as in this case page does not postback with ajaxcontrols so maintain Viewstate of the controls that you want to clear.

    for more ajax help visit.

    http:// ajaxcontroltool kit.com

    Thanks
    Mahesh





    Originally posted by Garima12
    I have 3 collapsible panel extenders containing other controls on my web page. Initially, I am loading one on page load. I want to collapse other 2 panels on click of any one out of those three as well as want to make the textboxes blank contained by them. Can you suggest me how will it work?
    thks

    Comment

    • Garima12
      New Member
      • Mar 2007
      • 58

      #3
      Thks for help. I saw the site http:// ajaxcontroltool kit.com but didn't reach on conclusion. Can you suggest any way so that I may make the textboxes blank?

      Originally posted by maheshmrk22
      Hi,

      In the case of collasping other two panels I would suggest you to use Accordion control instead of CollapsiblePane lExtender. If you want to stick with same control. try all the properties of that control like AutoExpand and AutoCollapse etc.

      In the case to clear text boxes as in this case page does not postback with ajaxcontrols so maintain Viewstate of the controls that you want to clear.

      for more ajax help visit.

      http:// ajaxcontroltool kit.com

      Thanks
      Mahesh

      Comment

      • maheshmrk22
        New Member
        • Dec 2007
        • 23

        #4
        Hi,

        Did you try that by maintaining Viewstate of those controls.When you collapsing any panel of those control then page does not postback so it is very hard to empty textboxes while just expanding other panel.

        Can you put your code for more analysis. So I can suggest you various ways.

        Thanks

        Mahesh



        Originally posted by Garima12
        Thks for help. I saw the site http:// ajaxcontroltool kit.com but didn't reach on conclusion. Can you suggest any way so that I may make the textboxes blank?

        Comment

        • Garima12
          New Member
          • Mar 2007
          • 58

          #5
          [HI Mahesh,
          Thks for ur help. this problem is sloved. wrote javascript function to do it.
          QUOTE=maheshmrk 22]Hi,

          Did you try that by maintaining Viewstate of those controls.When you collapsing any panel of those control then page does not postback so it is very hard to empty textboxes while just expanding other panel.

          Can you put your code for more analysis. So I can suggest you various ways.

          Thanks

          Mahesh[/QUOTE]

          Comment

          Working...