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 |
Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?
Explain about consistent programming model in the .NET framework?
What is the displayafter property in updateprogress control?
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?
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.
How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP
Explain the code Access Security (CAS) in .net Framework?
With out Web.config can we executes the application?
Explain how dot net compiled code will become platform independent?
What are the three parts of an http response?
What is virtual directory in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)