Which .NET framework supports Web API?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between windows application and web application? Which is the best for updation purpose?
Explain repository pattern in asp.net mvc? : asp.net mvc
Explain what is event bubbling?
Define WCF ABC , Diffrent Contract. Diff b/w Wcf and in webservice
can we edit records from repeater control
How long do session variables last?
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.
Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Why viewstate is used in asp.net?
Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?
3 Answers Phoenix Technologies,
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.