I have web application which perfectly works fine when i run it on local visual studio development server , but the pr开发者_如何转开发oblem is when i deploy the application on IIS server, my asp.net buttons and checkboxes becomes invisible for some reason , can any one help to figure out what exactly is the issue i am facing.
make sure that you are using "Runat=Server"
Please find here
精彩评论