Author: Ir.WebDeveloper | Posted on: 2/12/2010 3:13:10 PM | Views : 1312

hi all
i have a problem with show data(data when read from db):
assumption,i have a mail sending page,user enter all information and click on send,all info save in db as a record...
mail body save in a 'ntext' field(user enter data in textbox and i pass data into db with SP)
Problem:
when i write data(mail body)from db and show with a gridview and label or literal itemTemplate,all text is sequential,and no
equal with user entered in textbox ....(all enter character and other whitespace character is disappear)
where is the problem?(i think i must convert info to anything when write in db,but i dont know to how?)
and another is when i send mail with this,i need user can be see text in self inbox as well as enterd in textbox)
Thanks in advance,
Aghamohammadi.
...

Go to the complete details ...