| | |
preserve formatting when entering data into tables......
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Sep 2007
Posts: 28
Reputation:
Solved Threads: 0
hello!
I would like to know the method of preserving the format of text when entering it into the databse, so that the same format is restored when data is retrieved bak from the database.
for example if I write
hello world
good morning
how are you
all the three lines should be entered with the same formatting in the database table,
also, when i retrieve the value, it should be displayed in the same format...
thanks a lot in advance....
I would like to know the method of preserving the format of text when entering it into the databse, so that the same format is restored when data is retrieved bak from the database.
for example if I write
hello world
good morning
how are you
all the three lines should be entered with the same formatting in the database table,
also, when i retrieve the value, it should be displayed in the same format...
thanks a lot in advance....
I Think it is impossible as formatting of text is designed from application
but there is one way , you make function to get the formate "font name,color, size" of the text and insert it concatenated with text into database.
and make another function to check the concatenation and formate when you select the text from database again and give this formate to the text property in your application to display as you need but be sure to hide the formate name from user.
but there is one way , you make function to get the formate "font name,color, size" of the text and insert it concatenated with text into database.
and make another function to check the concatenation and formate when you select the text from database again and give this formate to the text property in your application to display as you need but be sure to hide the formate name from user.
![]() |
Other Threads in the ASP.NET Forum
- Previous Thread: How to add eventhandler..
- Next Thread: asp:linkbutton
Views: 547 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 activexcontrol advice ajax alltypeofvideos anathor application asp asp.net bc30451 bottomasp.net box browser button c# checkbox commonfunctions complex connection dataaccesslayer database datagridview datagridviewcheckbox datalist development dgv dropdownlist dynamically edit editing expose feedback fileuploader fill flash form formatdecimal formview google gridview gudi iframe iis javascript list listbox login microsoft migration mono mouse mssql news numerical opera panelmasterpagebuttoncontrols parent problem project radio redirect registration relationaldatabases reportemail richtextbox rows save schoolproject search security select services session silverlight smartcard smoobjects software sql sql-server sqlserver2005 suse textbox theft tracking unauthorized validation vb.net video videos view vista visualstudio web webapplications webdevelopemnt webprogramming webservice xsl youareanotmemberofthedebuggerusers





