ASP.Net can affect client?

E

Eduardo Rosa

Can ASP.Net affect client, like JavaScript does?
ASP.Net can change backgrounds and fonts, but can move fields position?

thanks a lot
 
P

Patrice

ASP.NET is all about the server. This is just a "programming model" that
allows to render HTML/JavaScript code client side in a way that is more
similar than ever to what you do in a usual Windows application.

Here you have basically two options :
- either through a postback to recreate a server side page with updated HTML
atttributes so that the fields are moved
- have ASP.NET rendering the JavaScript code that will do this client side

The advantage of the later is that you'll avoid an addtionall round trip.

Patrice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top