For a server control, you need to have same properties like
color maxlength, size, and allowed character throughout the
application. How do you handle this?
Answer Posted / krishna prasad
prepare a style sheet class
and apply the cssClass property for the control
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Explain the difference between an exe and a dll?
What is server infrastructure & server components?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
How does windows service lifecycle differ from a .standard. Exe?
How does output caching work in ASP.NET?
What is session handling in a webfarm, how it can work with its limits?
Is asp net front end or backend?
Explain the difference between debug.write and trace.write? When should each be used?
Do cookies store passwords?
What does clearing cache?
Explain server-side scripting?
What is the difference between web.config and machine.config in ASP.NET?
How do you design a website with multilingual support in ASP.NET ?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?