Can we use both custom button and inbuilt button in datagridview?

I think that your problem is the Redirect at the end If the user clicks the standard edit / delete buttons, your OnRowCommand method will still be executed first, and probably that's why they stopped working It is not clear why you need the redirect, but you should make sure to call it only upon the execution of one of your custom commands.

I think that your problem is the Redirect at the end. If the user clicks the standard edit / delete buttons, your OnRowCommand method will still be executed first, and probably that's why they stopped working. It is not clear why you need the redirect, but you should make sure to call it only upon the execution of one of your custom commands.

The above answer solved the issue. But having issues in pagination when down or up events are raised – Srikanth V M Apr 29 '10 at 12:52.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions