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
Asked
Active
Viewed 3,072 times
1

Bhasker Vengala
- 103
- 5
- 19
-
Take a look at jQueryUI – Yuriy Galanter Nov 25 '13 at 05:32
-
http://net.tutsplus.com/tutorials/html-css-techniques/create-a-sticky-note-effect-in-5-easy-steps-with-css3-and-html5/ check this... this might help u.. – The Hungry Dictator Nov 25 '13 at 05:34
-
@KamleshArya- Buddy that was already in answer.... Dont u see that??? – The Hungry Dictator Nov 25 '13 at 05:38
1 Answers
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 .