What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
1 9026Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom
4 11298What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?
2 10730what is difference between User Control,Custom Contro1,Web server control and template controls
1 5082a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
1814
What permissions do asp.net applications posses by default?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is web configuration file and how to use in web application
How is the asp.net mvc architecture different from others? : asp.net mvc
Why is global asax is used for?
What are session state modes? List some of the important session state modes of asp.net.
What is difference between ispostback and autopostback in asp net?
What is a web pool?
Why we use content place holder in asp.net?
What is the difference between page-level caching and fragment caching?
List the asp.net validation controls?
List down the sequence of methods called during the page load.
Explain difference betn dataset and recordset?
What is the use of asp.net web api?
Tell me the code snippet to show how we can return 404 errors from HttpError?