Is possible call the PostBack of an asp page by code? The result I want to
obtain is the itself one as the pressure of a button with "submit"! Thanks
Ignacio Machin ( .NET/ C# MVP ) - 16 Apr 2008 16:10 GMT
> Is possible call the PostBack of an asp page by code? The result I want to
> obtain is the itself one as the pressure of a button with "submit"! Thanks
just do a submit() of the form:
document.forms[0].submit()