Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
Ranked #4K
~389 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ebabes

I wish to incorporate e-mail in my page such that when a user had pressed a button, an email will be sent to the recipient. This has been my code. [code]MailMessage mail = new MailMessage(); mail.To = "me@mycompany.com"; mail.From = "you@yourcompany.com"; mail.Subject = "this is a test email."; mail.BodyFormat = …

Member Avatar for ericstenson
0
140
Member Avatar for ebabes

I wish to insert an [B]swf[/B] files in ASP.Net, how can I do it? What is the code in ASP.Net?

Member Avatar for ebabes
0
249