I have form in which I have an asp.net Textbox and Level.
I am saving data with spaces (e.g. test test) and when I retreive this data from database and display the same on the level it removes spaces between the words and shows result like (test test).
I am saving data with spaces (e.g. test test) and when I retreive this data from database and display the same on the level it removes spaces between the words and shows result like (test test).
Comment