0
Reply

How to simulate like System.Windows.Forms.StatusStrip control in ASP.NET

Ask a question
antara bose

antara bose

12y
1.1k
1
Hi,

In my web application I have a requirement that after each database activity(Insert,Update,Delete) I have to show status at the bottom of the page e.g 100 records inserted into the table1 or 100 records deleted from from table1. But in ASP.NET there is no such statusstrip control. I have searched a lot but not able to find proper solution.

So kindly let me know

 if there is any way to use System.Windows.Forms.StatusStrip control in my asp.net web page

or,

Can I create any user control which will work similar to
System.Windows.Forms.StatusStrip

or,

Is there any another way to simulate
System.Windows.Forms.StatusStrip control in asp.net


Thanks in advance.