i think problem is in A secured <a class=’vardana12’ href=’http://www.deal-explorer.co.uk’>Loans</a>

hello Sir,

I am just add some textarea value to database.but it generate error like unhandle string..this will come only when i put this string------------
(A secured <a class=’vardana12’ href=’http://www.deal-explorer.co.uk’>Loans</a> is any loan that requires the borrower to offer the lender with a number of form of safety.)

is any prob is this string...

plz tell me ASAP




Answer this question

i think problem is in A secured <a class=’vardana12’ href=’http://www.deal-explorer.co.uk’>Loans</a>

  • mwrisner

    A secured <a class=vardana12 href=http://www.deal-explorer.co.uk>Loans</a> is any loan that requires the borrower to offer the lender with a number of form of safety. In the case of secured loans, the safety will be the borrower's home, in spite of of whether it is mortgaged or owned outright. secured in opposition to property that is already mortgaged are known as second charges, whereas loans secured against a property owned outright with no existing mortgage in place are known as first charges

  • Shira

    Hello ahkiller. If you are getting an exception you should provide the whole error. You could be getting a wide variety of errors and thus you need to specify the full exception (copy and paste) and specify when you are getting the error, for example. Are you getting it when you submit that data or when you display etc



  • amleth

    Can you use Server.HtmlEncode method on the textarea value before you save it to the database.

    E.g. string valueToSubmit = Server.HtmlEncode(txt1.Text);

    Hope this helps.



  • i think problem is in A secured <a class=’vardana12’ href=’http://www.deal-explorer.co.uk’>Loans</a>