What is repository pattern in mvc.net? : asp.net mvc
You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?
How many time you can fill dataset in asp.net?
What is a WebService and what is the underlying protocol used in it? Namespace?
What is mvc in asp.net tutorial? : Asp.Net MVC
What are validators and list some validators of asp.net?
Why would a company use an application service provider?
On Age field how many Asp.Net validation controls will be suit?
7 Answers NTTF Nettur Technical Training Foundation, Quest,
can we transfer data from one page to another page using viewstate if so how?if not y?
37 Answers AppShark, DataSync, Gtech, iGate, Wipro,
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.
view state data is stored in which format?
15 Answers Mind Tree, Pratham Software,
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is application session?