1

I want to create a message alert using sticky notes in c# asp.net web application. how i will do that in web application, please do some help

Bhasker Vengala
  • 103
  • 5
  • 19

1 Answers1

2

I think , Firstly , you need to know how to create a custom message box in asp.net .
Here is a CodeProject reference , how to create a custom message box .

And then you should change your custom message box style into sticky note using CSS .
You can find how to create stick note using CSS in
Link1 , Link2 , and Link3 .

Community
  • 1
  • 1
zey
  • 5,939
  • 14
  • 56
  • 110