If there are two web.config files in a application which
config files will get priority?
Answers were Sorted based on User's Feedback
Answer / sankar
local web.config file is having more priority than the
comman web.config file.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / prashanthi
Watever the First Webconfig File is there.It has the First
Priority than Others.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / rajesh
The web.config file which automatically created when we
start the application will get priority.
Is This Answer Correct ? | 2 Yes | 1 No |
Explain the difference between server control and html control.
Question asked by one of interviewer in panal is given below: We have 2 user control on same page ,1st user control contains textbox and a button while 2nd user control have label. when ever we click on button click of 1st custom control button the value of the textBox will get updated into Label of 2nd custom control. How to do this.Your help will be appreciated.
What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?
How do I open an ashx file in windows 7?
how can we display records in single datagrid using two datasets in different place?
2 Answers Global Computer, Honeywell,
How can i include both C# and vb.net classes in same solution?
To call a Web service SOAP which transport protocol you use?
How to limit table cell size with long strings?
What does asp.net stand for?
How do you sign out from forms authentication?
How many types of cache are there?
Define asp.net caching?