Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every one

i want to ask how i can display the number in button "maybe or ..." but as "yahoo example" when we see inbox we can see number of new message

>>I'm not use any SMTP Mail << i'm just create database for mail message !!!

THANKS
Posted

1 solution

Sure, you can do it; a button per mail message, I presume? And also don't forget to put it all on a modal pop-up windows and make "OK" and "Cancel" radio buttons; also make "Close" a check box. Your user will be pleasantly surprised.

—SA
 
Share this answer
 
Comments
Cs.A M A L 1-May-11 20:03pm    
Thanks a lot for replay , but excuse me sir can you explain more for me please, i use a simple standard button for that >> for allow in clients side see as inbox button, that when they click the email will be appear and read but i want do more >>
i want to display the number of message received in this client
Sergey Alexandrovich Kryukov 1-May-11 20:12pm    
What's wrong with
System.Web.UI.WebControls.Button.Text = //... whatever?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900