Id like to call another aspx page from a script area from a procedure.
the only way i found is:
Me.Controls.Clear()
Server.Execute("AnotherPage.aspx)
Is there a better way?
i want to add that there is no NavigateURL property possible for buttons.
> Id like to call another aspx page from a script area from a procedure.
>
[quoted text clipped - 4 lines]
>
> Is there a better way?
Eliyahu Goldin - 14 Feb 2006 07:50 GMT
Do you want to open another form when the user clicks a button? Should it
open in the same browser window or in a new one?
Eliyahu
>i want to add that there is no NavigateURL property possible for buttons.
>
[quoted text clipped - 6 lines]
>>
>> Is there a better way?