Author: rodniko | Posted on: 9/14/2009 1:05:56 AM | Views : 1030

i want to simulate a button push after the user pushed an asp:button on the GUI.
When the user push the button, the whole page lifecycle is called ( Load,Prerender , render.....).
it goes through the OnButtonPushed event. after that i need the whole lifecycle to begin again and call the OnButtonPushed again.
how do i do that ? how can i simulated that the user pushed the button twice when he just pushed once ?
(i need that because i work with a component that doesn't work well, it works only when pushing the button twice - two one postback after the push postback)
...

Go to the complete details ...