Get current screen resolution?

  • Thread starter Thread starter Carlos Albert
  • Start date Start date
C

Carlos Albert

Hi,

I need to get some statistic about wich resolution are my customers using,
how can I get the current screen resolution from the codebehind, so I can
store it in a database?
 
I suggest you use JavaScript that post back the value in a <input
type=hidden> or in a QueryString
 
Back
Top