NUnitAsp

ControlTester.PostBack Method (String, String)

Trigger a post-back. If you don't have a post-back script but need to trigger a post-back, call this method with the appropriate event target and argument.

protected void PostBack(
   string eventTarget,
   string eventArgument
);

See Also

ControlTester Class | NUnit.Extensions.Asp Namespace | ControlTester.PostBack Overload List