c# - how to get a html tag innerHTML of client side code?

bestweb

New Member
Using asp and c# on a sharepoint server I edit the innerhtml of a div tag that has runat="server", and I place lots of html code in it and an input box (this input box is the autocomplete jquery UI input box).Now how can I access the text in the input box in c#?
 
Back
Top