What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
1 8941Hi, 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 11115What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?
2 10598what is difference between User Control,Custom Contro1,Web server control and template controls
1 5018a 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.
1769
what is the difference between response.write() and response.output.write()?
How does viewstate work?
What is application and session in asp.net?
What are the cookies types in asp.net?
explain code with datachaching with example
Define a web service in .net?
Explain how dot net compiled code will become platform independent?
Why would a company use an application service provider?
What is application state?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is inproc mode in session?
What is state management in .net?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is class and object in asp.net?