Calling postback in asp.net programmatically

Ramesh.kbvr picture Ramesh.kbvr · Apr 7, 2011 · Viewed 10.5k times · Source

I am using spgridview with spgridviewpager in update panel. I need to postback using c# in aspx page. I used button field in the spgridview. When i clicked on the button field, i need to raise the postback event using c# or javascript.

Can any have an idea how to do it programmatically?

Answer

Heinzi picture Heinzi · Apr 7, 2011

Since there are some quite good articles on the web explaining this, let me answer your question with a link: