Hi All,
In a Webform i have two asp.net text boxes (Search fields) and one asp.net button(Search Button),
one RadGrid to show search results based on the search fields given, after search button click.
On search button click post back is happening and In RadGrid all the grid events are not doing post backs cos i used Ajax manager and AjaxUpdatedControl.
Now i want not to happen post back on search button click, what i need to do to avoid post back on search button click.
Please help me regarding this.