Click here to Skip to main content
15,901,205 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to color cells of table Pin
Rameez Raja28-Jul-08 17:19
Rameez Raja28-Jul-08 17:19 
RantRe: How to color cells of table Pin
Paul Conrad28-Jul-08 18:42
professionalPaul Conrad28-Jul-08 18:42 
GeneralRe: How to color cells of table Pin
Rameez Raja28-Jul-08 19:44
Rameez Raja28-Jul-08 19:44 
QuestionComposite Control Pin
Fayu28-Jul-08 16:44
Fayu28-Jul-08 16:44 
QuestionPlease Help Pin
tinamiller28-Jul-08 11:55
tinamiller28-Jul-08 11:55 
AnswerRe: Please Help Pin
Christian Graus28-Jul-08 12:51
protectorChristian Graus28-Jul-08 12:51 
GeneralRe: Please Help Pin
tinamiller28-Jul-08 13:17
tinamiller28-Jul-08 13:17 
GeneralRe: Please Help Pin
Christian Graus28-Jul-08 13:38
protectorChristian Graus28-Jul-08 13:38 
You need to create an aspx page, paste your HTML into it, then replace html elements with server controls if you want to interact with them in code behind.

Don't replace the whole page with HTML, you need to keep the page declaration, for sure. I am pretty sure there's a form tag you need to put all your HTML in as well, and obviously there's stuff in a normal HTML page you'd lose, like the head section and the page tag.

Basically, it sounds to me like you used a WYSIWIG tool to create a website, and you need to both better understand the resultant HTML, and learn about ASP.NET, before you'll be comfortable doing what you're proposing.

Christian Graus

No longer a Microsoft MVP, but still happy to answer your questions.

QuestionTargeting Panels with querystring Pin
Veldrain28-Jul-08 10:00
Veldrain28-Jul-08 10:00 
QuestionProviding security for webpage Pin
manoj2218428-Jul-08 6:45
manoj2218428-Jul-08 6:45 
AnswerRe: Providing security for webpage Pin
Christian Flutcher28-Jul-08 7:43
Christian Flutcher28-Jul-08 7:43 
GeneralRe: Providing security for webpage Pin
Vasudevan Deepak Kumar28-Jul-08 18:22
Vasudevan Deepak Kumar28-Jul-08 18:22 
AnswerRe: Providing security for webpage Pin
Christian Graus28-Jul-08 13:58
protectorChristian Graus28-Jul-08 13:58 
AnswerRe: Providing security for webpage Pin
Vasudevan Deepak Kumar28-Jul-08 18:24
Vasudevan Deepak Kumar28-Jul-08 18:24 
QuestionGridview resizing beyond its panel boundaries when populated/bound to data Pin
Steve Holdorf28-Jul-08 3:36
Steve Holdorf28-Jul-08 3:36 
GeneralRe: Gridview resizing beyond its panel boundaries when populated/bound to data Pin
Steve Holdorf28-Jul-08 7:17
Steve Holdorf28-Jul-08 7:17 
QuestionHow to resize the ContentPlaceHolder in child page.? Pin
mcmilan28-Jul-08 3:21
mcmilan28-Jul-08 3:21 
QuestionCOMException Error When run this program in asp.net Pin
Rinki Mukheraji28-Jul-08 2:49
Rinki Mukheraji28-Jul-08 2:49 
QuestionMulti Column in a DropDown Pin
Ajeet mittal28-Jul-08 2:44
Ajeet mittal28-Jul-08 2:44 
AnswerRe: Multi Column in a DropDown Pin
Abhijit Jana28-Jul-08 2:48
professionalAbhijit Jana28-Jul-08 2:48 
GeneralRe: Multi Column in a DropDown Pin
Ajeet mittal28-Jul-08 3:13
Ajeet mittal28-Jul-08 3:13 
GeneralRe: Multi Column in a DropDown Pin
eyeseetee28-Jul-08 3:14
eyeseetee28-Jul-08 3:14 
AnswerRe: Multi Column in a DropDown Pin
Sherin Iranimose28-Jul-08 2:48
Sherin Iranimose28-Jul-08 2:48 
GeneralRe: Multi Column in a DropDown Pin
eyeseetee28-Jul-08 3:08
eyeseetee28-Jul-08 3:08 
GeneralRe: Multi Column in a DropDown Pin
Ajeet mittal28-Jul-08 3:15
Ajeet mittal28-Jul-08 3:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.