What are the ways to sending the data in ASP.NET page?



What are the ways to sending the data in ASP.NET page?..

Answer / Pravesh Kaushik

There are several ways to send data in an ASP.NET page: 1) Query String (using GET method), 2) Form Data (using POST method with HTML form), 3) Cookies, 4) Session state, 5) ViewState, 6) Hidden Fields.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?

2 Answers  


Explain about consistent programming model in the .NET framework?

1 Answers  


What is the displayafter property in updateprogress control?

1 Answers  


we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?

7 Answers   CEI, CSC, HCL, Tech Mahindra,


Is asp.net and .net the same?

1 Answers  


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.

0 Answers   Netsweeper,


How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


Explain the code Access Security (CAS) in .net Framework?

1 Answers  


With out Web.config can we executes the application?

10 Answers   Valtech,


Explain how dot net compiled code will become platform independent?

1 Answers  


What are the three parts of an http response?

1 Answers  


What is virtual directory in asp.net?

1 Answers  


Categories