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 5664Below 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 7809Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
2 54131.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
7 21320i 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 8578
IN an ASP.NET Web application if there is any error, how can you debug?
Are cookies stored on server or client?
Tell me the code snippet to show how we can return 404 errors from HttpError?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Where is asp.net view state stored?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
How should I destroy my objects in asp.net?
How to fetch a data from one table to another table in asp.net ?
What is difference cookie and session?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is a master page and what does it do?
List the events in page life cycle.
What is a runtime version?
What is the default authentication mode for asp.net?
Explain the use of errorprovider control in .net?