Onsubmitcommand(grid web) no postback?

In Asp.net c#, when using the onsubmitcommand event I am saving all the records in the gridweb to my database. This works, but I am also trying to set a “label.visible = true” at the end.

I have found out that I have no interaction with the client side or my label while I am in the onsubmitcommand method.

If I create a default button and on the click event set “label.visible = true” it works and I can interact with my client side controls.

Can you please give me a solution to this issue?

Hi,

Please create a simple sample runnable application replicating your problem with the gridweb. We will look into it and provide you a solution.