Adding Controls Like Radio Button,Button in a Outlook Mail Body.
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, All Anybody who suggest me how to add the Controls like RadioButton Control or Button Control to a OutLook mail body,so that when that button is pressed some value will be stored to the database... Regards Deepak
after declaring mail body as html and specifying the encoding of mail ; you can specify a form in html and set its post property to your aspx that stores data. Even more u may even use ajax tecniques for that Mikail Çetinkaya . The C# DEveloper