If you have to replicate a set of controls(UI) across a
number of web pages, what will you do
Answer / xxx
we can create user control to avoid replicate a set of controls
Is This Answer Correct ? | 2 Yes | 0 No |
How to create events for a control?
Is there any property names “isnavigating”?
What is the difference between Trace and Debug?
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.
Which tool you have done?
What is the viewstate in asp.net?
What is the relationship(in oops) between codebehind and inline code(.aspx to .aspx.cs)??? explain
what is the difference between server.Transfer and response.redirect in .net
What does this do? sn -t foo.dll
What is x xss protection?
How do you make your site SSL enabled ?
Explain the difference between debug.write and trace.write?