Help! How can i get correct request value

  •  10-06-2006, 4:28 AM

    Help! How can i get correct request value

    When I create a dynamic Editor as:
     
    dim CE as new cuteeditor.editor
    CE.ID=objtable.rows(i).item("Fields")
    PlaceHolder1.Controls.Add(CE)
     
    Now The Editor Created in the Page
     
    But when i use request method to get the value like this:
     
    dim Str as String=Request(objtable.rows(i).item("Fields"))
     
    I get the value diffrent from I have typed:
     
    in the editor, I typed the string:
    <div><img height=8 alt="" src="http://cutesoft.net/wsdesk/uploads/a.gif">sqwr</div>
     
    but I got the request value as:
    #1div#2#1img h#9ight=8 alt="" #7rc="/w#7d#9#7k/upl#5ad#7/a.gif">#7qwr#1/div#2
     
    How Can I Get The Correct Value?
     
View Complete Thread