My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?
1 4549Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
4 5542Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
2 40791.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
7 17086i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me
4 6460
What is server side session?
Where is the session stored?
What is the difference between a multi-layer and multi-tier applications?
Explain client-side scripting?
How many types of Cookies are available in ASP.NET?
How can you debug your.net application?
Explain the basic functionality of garbage collector?
Describe a Windows Service and its lifecycle ?
Explain client side state management system.
What is the difference between application state and caching?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is anonymous authentication?
Explain cookies with example.
Describe how passport authentication works.
What is postback and autopostback in asp.net?