What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
1 7604Hi, 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 8649What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?
2 7728what is difference between User Control,Custom Contro1,Web server control and template controls
1 3822a 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.
1023
Define static function?
Where can I get the details on migration of existing projects using various technologies to asp.net?
How can we register exception filter from the action?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Can we use a static function with a non-static variable?
What is fulltrust?
How do you store a value in viewstate and retrieve them?
Explain about Automatic resource management?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is a swagger in web api?
What is server side in asp.net?
Name the tools or API for developing or testing web api?
How long should a session id be?
What are server activated objects?
Which data type does the rangevalidator control support?