|
-
May 21st, 2009, 03:59 AM
#1
Thread Starter
Fanatic Member
[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
-
May 21st, 2009, 04:04 AM
#2
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
-
May 21st, 2009, 04:16 AM
#3
Thread Starter
Fanatic Member
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
-
May 25th, 2009, 07:24 AM
#4
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.
-
May 25th, 2009, 07:53 AM
#5
Thread Starter
Fanatic Member
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
-
May 25th, 2009, 08:50 AM
#6
Re: How to Click a Menu Button in Javascript
Nice, add Resolved if that worked out for you
-
May 25th, 2009, 08:56 AM
#7
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|