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 5584Below 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 7610Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
2 53081.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
7 21058i 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 8407
Explain the differences between managed and unmanaged code?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is the difference between viewstate and hidden field in asp.net?
Which asp.net objects encapsulate the state of the client and the browser?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is the difference between adding reference in solution explorer and adding references by using ?
Which object wraps the state or data of a user?
Differentiate between authentication and authorization.
Which methods validate all the controls on a page?
What are type/key pairs in client script registration?
How can you enable impersonation in the web.config file?
Explain how viewstate is being formed?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How long should a session id be?
What is session authentication?