You must Sign In to post a response.
  • Category: HTML

    When i minimize the web application it should show the customize and control

    hi all,

    I want the css to apply customize and control in the asp.net web application.
    our web application should work like http://getbootstrap.com, when i minimize the application menu's should be hidden and customize control should be there.

    please give me the sample code of it
    requirement is very urgent
    thanks in advance
  • #760104
    Hi

    Can you share your code . What is your issue?
    can you explain more. Minimize means our browser have minimize button so we can easily use this where do u need minimized option can you explain more.

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.

  • #760111
    Hi,

    use the Jquerry method Hide() and show() for hiding the menu and displaying the Custom Controls like
    :

    $(function(){
    $("#Menu").Hide();
    $("#CustomId").Show();

    });

    it will help u out..

    Thnaks,
    Chitaranjan


  • Sign In to post your comments