Link to home
Start Free TrialLog in
Avatar of bobinorlando
bobinorlando

asked on

How to get access to the DOM in code behind page?

Is it possible to gain access to the document object model of the browser via a code behind page (asp.net 1.1/2003)?
Avatar of PaulHews
PaulHews
Flag of Canada image

The DOM is a client side object.  You can only access server elements on the server.  Give us an idea what you are trying to do, and we may be able to suggest an approach.
Avatar of bobinorlando
bobinorlando

ASKER

To the same extent that you can read and write to the model in the client, I want to be able to do the same in the code behind. I imagine this would involve passing values back and forth between some js and the server side code. In general, what are the various approaches that are available?
ASKER CERTIFIED SOLUTION
Avatar of PaulHews
PaulHews
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial