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 5593Below 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 7655Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications
2 53281.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
7 21100i 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 8433
Explain client-side scripting?
Is session server side or client side?
What is ispostback method in asp.net? Why do we use that?
What is the Intermittent crashing of application in production?
What is the used of "ispostback" property?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What should you do is you want to remove an existing component but would like to make some funtionalities?
Which tool you have done?
Explain how can we inherit a static member?
What is HTTPModule and HTTPcontext? What is the use of each?
How many types of sessions are there in asp net?
Write the different features of a Thread and a Process?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
How many types of validators are there in asp net?
What is the concept of view state in asp.net?