how to give use interface for creating body of mail
-
Dear All, I am using C# , asp.net 2.0 and Ajax1.0. My requirement is that I have to I have to give user interface where He write the body of mail and attach the file which has to tranfer through mail. My question is how can I provides or which control should I use so that whatever user writes in same manner It will deliver that is if he has used new line or break. In body of mail should also show the same.. In short I want to build message textbox just like when we write new post message text box comes. Please guide me. Thank you
imran khan
-
Dear All, I am using C# , asp.net 2.0 and Ajax1.0. My requirement is that I have to I have to give user interface where He write the body of mail and attach the file which has to tranfer through mail. My question is how can I provides or which control should I use so that whatever user writes in same manner It will deliver that is if he has used new line or break. In body of mail should also show the same.. In short I want to build message textbox just like when we write new post message text box comes. Please guide me. Thank you
imran khan
Good lord, do you know anything about ASP.NET ? Seriously, I don't see how you can ask this with a straight face ? You want a textbox that takes line breaks ? Like the, um, TEXTBOX control ? Buy a book on ASP.NET
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
-
Dear All, I am using C# , asp.net 2.0 and Ajax1.0. My requirement is that I have to I have to give user interface where He write the body of mail and attach the file which has to tranfer through mail. My question is how can I provides or which control should I use so that whatever user writes in same manner It will deliver that is if he has used new line or break. In body of mail should also show the same.. In short I want to build message textbox just like when we write new post message text box comes. Please guide me. Thank you
imran khan
You are looking for WYSIWYG[^] editor. FCK editor is good and can easily integrate with ASP.NET app. Also as CG said, please purchase a good book.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions