Click to See Complete Forum and Search --> : c# screen size


AConnorABBCO
12-13-2005, 08:51 AM
How do I get the browser width and height using c#, much like javascript's

document.body.clientWidth;
document.body.clientHeight;

?

Thank you for your help,
Andrew