Click here to Skip to main content
15,922,145 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to make a progress bar?? Pin
Dominic Pettifer2-Dec-06 6:13
Dominic Pettifer2-Dec-06 6:13 
QuestionCheckbox Problem Pin
monika_vasvani1-Dec-06 18:46
monika_vasvani1-Dec-06 18:46 
AnswerRe: Checkbox Problem Pin
Not Active1-Dec-06 18:53
mentorNot Active1-Dec-06 18:53 
Questionshow menu ites show over the dropdown list Pin
yesu prakash1-Dec-06 18:39
yesu prakash1-Dec-06 18:39 
QuestionHow does controls renders HTML Pin
Tina P1-Dec-06 15:24
Tina P1-Dec-06 15:24 
AnswerRe: How does controls renders HTML Pin
Guffa1-Dec-06 16:39
Guffa1-Dec-06 16:39 
GeneralRe: How does controls renders HTML Pin
Tina P1-Dec-06 21:32
Tina P1-Dec-06 21:32 
AnswerRe: How does controls renders HTML Pin
Guffa2-Dec-06 5:17
Guffa2-Dec-06 5:17 
Tina P wrote:
I have not heard of markup code as you mentioned above that gets generated when a control is dropped to the surface...is it the same markup as in HTML (hyper text markup language). If so could you please explain what exactly is the difference between just the markup that gets created and HTML.


It's the same kind of markup. It's HTML code mixed with HTML-like tags for the server controls.

Tina P wrote:
Also if I have to modify that markup that is generated by a control, can I simply go to the aspx page (html) view and modify it there, or does it have anything to do with the .cs pages also?


You can do it either way.

You can set properties in the markup:

<asp:Label id="LabelOfMine" style="color:#f00;" />

Or you can set properties in the code:

LabelOfMine.Style["color"] = "#f00";

---
b { font-weight: normal; }

GeneralRe: How does controls renders HTML Pin
Tina P3-Dec-06 7:34
Tina P3-Dec-06 7:34 
AnswerRe: How does controls renders HTML Pin
Guffa3-Dec-06 18:35
Guffa3-Dec-06 18:35 
QuestionALT keys usage in ASP .Net pages Navigation Pin
sam L1-Dec-06 15:11
sam L1-Dec-06 15:11 
AnswerRe: ALT keys usage in ASP .Net pages Navigation Pin
Vasudevan Deepak Kumar1-Dec-06 20:59
Vasudevan Deepak Kumar1-Dec-06 20:59 
GeneralRe: ALT keys usage in ASP .Net pages Navigation Pin
sam L1-Dec-06 21:48
sam L1-Dec-06 21:48 
Questiondisplaying images in tooltip for tree nodes Pin
shefali_sinha1-Dec-06 13:02
shefali_sinha1-Dec-06 13:02 
AnswerRe: displaying images in tooltip for tree nodes Pin
Not Active1-Dec-06 17:23
mentorNot Active1-Dec-06 17:23 
AnswerRe: displaying images in tooltip for tree nodes Pin
ashish_patil++3-Feb-07 23:25
ashish_patil++3-Feb-07 23:25 
QuestionAutoEventWireup="false Pin
saravanan051-Dec-06 11:37
saravanan051-Dec-06 11:37 
AnswerRe: AutoEventWireup="false Pin
DavidNohejl1-Dec-06 13:16
DavidNohejl1-Dec-06 13:16 
QuestionServer.Transfer and server.execute Pin
saravanan051-Dec-06 9:17
saravanan051-Dec-06 9:17 
AnswerRe: Server.Transfer and server.execute Pin
Bassam Saoud1-Dec-06 10:18
Bassam Saoud1-Dec-06 10:18 
JokeRe: Server.Transfer and server.execute Pin
Grapes-R-Fun1-Dec-06 14:13
Grapes-R-Fun1-Dec-06 14:13 
AnswerRe: Server.Transfer and server.execute Pin
ednrgc4-Dec-06 1:32
ednrgc4-Dec-06 1:32 
QuestionASP.NET and Crystal report Pin
aransiola1-Dec-06 8:53
aransiola1-Dec-06 8:53 
AnswerRe: ASP.NET and Crystal report Pin
Bassam Saoud1-Dec-06 10:08
Bassam Saoud1-Dec-06 10:08 
QuestionIntegrated Authentication and SSL Pin
vic021-Dec-06 7:46
vic021-Dec-06 7:46 

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.