I have created a Webform which will be posted to another Webform after executing the server side code(C#).
I want to execute server code and based on the result of that I want to post the Webform to another Webform otherwise Webform should not be posted.
So, What should i do to achieve the above result?
Thanx in advance.