Good Morning All
i have a menu control in Asp.net , i want to click a certain item in the menu in JavaScript.
Thanks
Printable View
Good Morning All
i have a menu control in Asp.net , i want to click a certain item in the menu in JavaScript.
Thanks
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
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
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.
Good Day mendhak
Thanks for your reply, i realized that and i have added a button to refresh it.
Thanks
Nice, add Resolved if that worked out for you :)
Oops :)