Hi,
In my page,i have used a grid view with a button bound field (Command name="Select") and a row command event for that field.The thing is that whenever i click the button field, the page load event is firing and Ispostback ="false" and hence it is executing all the functionalities once again.This is happening randomly and not all the times. i am using update panel in my master page(grid is within the update panel).
What would be the cause for this problem?How do i overcome this?
Pandiyan