Results 1 to 7 of 7

Thread: [RESOLVED] How to Click a Menu Button in Javascript

  1. #1

    Thread Starter
    Fanatic Member vuyiswamb's Avatar
    Join Date
    Jan 2007
    Location
    South Africa
    Posts
    830

    Resolved [RESOLVED] How to Click a Menu Button in Javascript

    Good Morning All

    i have a menu control in Asp.net , i want to click a certain item in the menu in JavaScript.

    Thanks

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

    Re: How to Click a Menu Button in Javascript

    Hey,

    I think you are going to have to provide some more details about what exactly you are trying to achieve before anyone is going to be able to help you.

    Gary

  3. #3

    Thread Starter
    Fanatic Member vuyiswamb's Avatar
    Join Date
    Jan 2007
    Location
    South Africa
    Posts
    830

    Re: How to Click a Menu Button in Javascript

    Good Day gep13

    I have a Situation , i thought one of my Controls does not have a property Autopostback set to true, i checked them. Am using infragisitc controls and i have a grid, and on textchanged event am calling the Function to bind the grid and it bring data but the Grid remain with no data until i click something else that is not related to the grid and the data shows. i have set Autopostback property from the textbox that is in a usercontrol but still it persist.

    Thanks

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How to Click a Menu Button in Javascript

    The TextChanged event does not perform a postback by default, it gets raised the next time a postback occurs for whatever reason. As I've mentioned in another thread by you - give the user a button so that they can 'filter' the results based on the value in the textbox.

  5. #5

    Thread Starter
    Fanatic Member vuyiswamb's Avatar
    Join Date
    Jan 2007
    Location
    South Africa
    Posts
    830

    Re: How to Click a Menu Button in Javascript

    Good Day mendhak

    Thanks for your reply, i realized that and i have added a button to refresh it.

    Thanks

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How to Click a Menu Button in Javascript

    Nice, add Resolved if that worked out for you

  7. #7

    Thread Starter
    Fanatic Member vuyiswamb's Avatar
    Join Date
    Jan 2007
    Location
    South Africa
    Posts
    830

    Re: [RESOLVED] How to Click a Menu Button in Javascript

    Oops

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