I have a aspx page with a grideview. Whe a user click the gridview a usercontrol is loaded. When a user clicks on the run button nothing happens. When the user click on the button again the the button responds and runs the job. Why won't the button respond the first time it is clicked? What can I do to make the button clicked event happen the first time the user clicks the button? Why must I click it twice? I load the user control in the load.postdata event of the aspx...is that the right event?