Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another postback issue
Message
From
07/07/2006 10:13:52
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01134363
Message ID:
01134427
Views:
14
>maybe I have not understood right, but why don't you put the code with the popup in the page_load and check for Page.IsPostBack?:
>
>
>Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
>   If Not Me.Page.IsPostBack Then
>      Response.Write("<script>javascript:alert('passowrd expired') </script>")
>   End If
>End Sub
>
You are right. I completely missed that last night. Thanks, I will try that approach.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform