If we remove web.config or machine.config from the application then, is this application will works?
No Answer is Posted For this Question
Be the First to Post Answer
what cut off mark for po's,what questions they asked for interview?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Any disadvantages in Dataset and in reflection ?
What are the advantages of the code-behind feature?
What are the types of authentication in asp.net?
How can you display all validation messages in one control?
What is Web Server Control Templates.?
What is difference between web api and web services?
Difference between application and session ?
What are asynchronous callbacks ?
6 Answers Accenture, BirlaSoft,
Explain Session state management options in ASP.NET.
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.