Answer Posted / varma
session are used in asp.net they provide us the security by
providing us with session id in the case of cokkies the can
travel any where in the web page a website should 20cokkies
only in it because of security form this u can understand
about this a little
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between page directive include and action tag include?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are the two types of web pages?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
How can you send an email message from an asp.net web page?
Is asp.net a language?
Explain what is viewstate?
Explain the flow of processing of the request? : asp.net mvc
What is the biggest disadvantage of “Other Return Types” in Web API?
What kind of programming language is ASP.NET?
Explain the different types of directives in .net?
a 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.
Differentiate between early binding and late binding.
Can a .net web application consume java web service?