Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Providing user with feedback
Message
From
24/03/2008 10:33:29
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01304871
Message ID:
01304892
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
>Right, but the missing part form my side is how do you do this from the server-side code?
>
>I have no problem adding OnClick code, but how do you do it afterwards in server-side?
>
>Can you please show some example?

Everytime a page is processed, it is either a postback or a link to a new page. In both approaches, what I do is to pass a LXMessage in the query string, which contains a message to show. When the incoming hits is processed, if such a field is found in the query string, it will make it appear as an alert message, but only processed at the end of the page so everything has been loaded and thus you can see the message on top of the HTML display.
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
Next
Reply
Map
View

Click here to load this message in the networking platform