Results 1 to 13 of 13

Thread: retractable panel

  1. #1

    Thread Starter
    Frenzied Member met0555's Avatar
    Join Date
    Jul 2006
    Posts
    1,385

    retractable panel

    Hi,

    Few years ago, i used an retractable panel, but i don't remember which control i used.
    by retractable panel i mean, a panel where there is control box at the top, just like a windows application where i can minimize and maximize the panel.
    Can you please tell me where i can find this control.

    Thanks

  2. #2
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Re: retractable panel

    never seen something like this in ASP.NET Controls
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  3. #3
    Addicted Member Claude2005's Avatar
    Join Date
    Jan 2010
    Location
    Philippines
    Posts
    166

    Re: retractable panel

    Maybe it's another control, let's say a button control, that is controlling this panel (minimize/maximize).
    If a post was helpful to you in any way, rate it. If your problem/question has already been solved/answered, remember to mark your thread as resolved.

    Useful Tools: C# to VB Converter
    Tutorial Sites: W3Schools|ASP.Net|ASP.Net QuickStart|LearnVisualStudio.Net

    So many things to learn, so little time... >_<

    Under Construction...

  4. #4
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Re: retractable panel

    you mean something like CollapsiblePanel for AJAX
    i never seen ASP.net control do such a thing
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  5. #5
    Addicted Member Claude2005's Avatar
    Join Date
    Jan 2010
    Location
    Philippines
    Posts
    166

    Re: retractable panel

    you mean something like CollapsiblePanel for AJAX
    Yeah, something like that... The button acts in toggle. First click, show the panel. Second click, hide the panel.
    If a post was helpful to you in any way, rate it. If your problem/question has already been solved/answered, remember to mark your thread as resolved.

    Useful Tools: C# to VB Converter
    Tutorial Sites: W3Schools|ASP.Net|ASP.Net QuickStart|LearnVisualStudio.Net

    So many things to learn, so little time... >_<

    Under Construction...

  6. #6

  7. #7
    Addicted Member Claude2005's Avatar
    Join Date
    Jan 2010
    Location
    Philippines
    Posts
    166

    Re: retractable panel

    Uhm no, I'm thinking of creating my own scripts using ScriptManager and UpdatePanel, but hey, nice links! Adding it to my very long "to-read" list.
    If a post was helpful to you in any way, rate it. If your problem/question has already been solved/answered, remember to mark your thread as resolved.

    Useful Tools: C# to VB Converter
    Tutorial Sites: W3Schools|ASP.Net|ASP.Net QuickStart|LearnVisualStudio.Net

    So many things to learn, so little time... >_<

    Under Construction...

  8. #8
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: retractable panel

    This is one of those situations of, does it make sense to re-invent the wheel?

    From what you have described, I would have said that the accordion control would be a good fit, especially if you are already using AJAX.

    Gary

  9. #9
    Addicted Member Claude2005's Avatar
    Join Date
    Jan 2010
    Location
    Philippines
    Posts
    166

    Re: retractable panel

    Yes, I know what you mean. It's just that, I didn't know that AJAX Controls even existed in the first place
    If a post was helpful to you in any way, rate it. If your problem/question has already been solved/answered, remember to mark your thread as resolved.

    Useful Tools: C# to VB Converter
    Tutorial Sites: W3Schools|ASP.Net|ASP.Net QuickStart|LearnVisualStudio.Net

    So many things to learn, so little time... >_<

    Under Construction...

  10. #10
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: retractable panel

    Ah, I see.

    There are lot's of controls in the Toolkit, that serve a lot of purposes, so you might want to take a look through them and see which ones you can make use of.

    Gary

  11. #11
    Frenzied Member avrail's Avatar
    Join Date
    Mar 2006
    Location
    Egypt, Cairo
    Posts
    1,221

    Re: retractable panel

    good link out there Gep
    may be he can use it
    You Don't Have to Rate Me.
    I'm Not a Civilized Man I'm the Civilization it self
    White or Black, Living or Dieing and 0 or 1 that's MY life
    iam an Object in Object Oriented Life
    my blog : http://refateid.blogspot.com/
    twitter :@avrail
    010011000111010101110110001000000100110101111001001000000101000001100011

  12. #12

    Thread Starter
    Frenzied Member met0555's Avatar
    Join Date
    Jul 2006
    Posts
    1,385

    Re: retractable panel

    Hi,

    I was looking at the folllowing controls,

    http://www.asp.net/AJAX/AjaxControlT...Accordion.aspx
    and
    http://www.asp.net/ajax/ajaxcontrolt...iblePanel.aspx

    What i want to do is, depending on the dropdownlist selection i want to hide an area and show the other ... if possible with no postback action.
    I would like to know if it's possible to do that with the following AJAX controls.

    thx

  13. #13

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width