Problem with applying style sheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a aspx form setup that works as it should. When trying to apply a
style sheet to the html, the page controls dissappear. The asp texkboxes,
checkboxes, and buttons are all gone.

Does anyone know why this might be happening? I'm new to asp.net.
 
Fire off the page and examine the code. If the info is there, but hidden from
the browser, you have a problem in your stylesheet. If not, you have a
problem in your ASPX page. I would answer this question before proceeding.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top