is there any third party tools are using in .net
technologies? what are there ? give me the brief introduction?
Can a user browsing my Web site read my Web.config or Global.asax files ?
What are the advantages of using session?
Explain Optimization technique description?
There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.
What is view state and use of it ?
Explain the different types of assemblies?
Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).
How do I send an email message from my ASP.NET page?
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable
I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i want the validator run only when i click save button, don't validate cancel button , what to do?
7 Answers eMids, Infotech, Integra, TCS, Wipro,
What is the appSettings Section in the web.config file?
Explain significance of routing? : asp.net mvc