|
Apply Style to HTML Anchor in asp.net in code-behind -- psid --
Hi, I want to apply style(e.g. class) to an HTML anchor tag in the code-behind asp.net page. How can this be done? Regards, Siddharth P |
|
-- vanikulkarni --
What kind of styles do u want to apply? Styles can be inline or they can be placed in <style> </style> or styles can be placed in any .css file which can be called into the page. Regards, Vani On 7/7/06, psid <siddharth.phatarphod> wrote: Hi, I want to apply style(e.g. class) to an HTML anchor tag in the code-behind asp.net page. How can this be done? Regards, Siddharth P > |
|
-- SunilAnupuru --
Hi, I want to change the textmode of a textbox to password after onclick event in ASP.NET. Can any one help me Regards, Sunil On 7/11/06, vani kulkarni <vanivk> wrote: What kind of styles do u want to apply? Styles can be inline or they can be placed in <style> </style> or styles can be placed in any .css file which can be called into the page. Regards, Vani On 7/7/06, psid <siddharth.phatarphod> wrote: > > > Hi, > > I want to apply style(e.g. class) to an HTML anchor tag in the > code-behind asp.net page. How can this be done? > > Regards, > Siddharth P > > > > > > > |