Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
991Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
1045Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
1181If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
1092If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
1057To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
1057
What is caching? What are different ways of caching in asp.net?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What are the data controls available in asp.net?
Can user control be stored in library?
How can you implement the postback property of an asp.net control?
Does web services support data reader like pom project?
What are the differences between clr & cts?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain serialization and deserialization?
What is the difference between c# and .net?
Do you know caching feature?
What is boxing and unboxing in asp.net?
Explain the difference between panel and groupbox classes using .net?
What is connection pooling and how to enable and disable connection pooling?
Which is better viewstate or session?