hi,

I use asp.net(vb) create web application, my monitor resolution is 800*600 with WinXP. I 'm just begin .net please helpme

1.When i copy my web project and open on another computer like "http://localhost/myproject/myweb.aspx" but display resolution problem occur. what is a code? for detect resolution of others computers in order to match in every computers.

2.I use web control, When i run on another computer , Dropdownlist and textbox and button are not appear why? but another controls don't (label and image okay)

3.How i can use stylesheet on Asp.Net like asp use Stylesheet Editor.

4.I try to copy webform and paste for use same apperance (coz i don't know how i can use stylesheet) but i found class error. I open .aspx.vb and change class declaration in order to avoid declare same class name which it's can fix problem but this is a right way?????