Where is asp.net view state stored?
No Answer is Posted For this Question
Be the First to Post Answer
If we remove web.config or machine.config from the application then, is this application will works?
What is asp.net response object?
How long should a session id be?
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.
What namespaces are imported by default in ASMX files?
what is view stat? how it is use.
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
How can we read a columnised text data in ASP.Net C#? Columnised means my data is stored in a text file and I have numeric data or string data in this file. For ex. If I am searching for the data of gender and I know that gender data is stored at column 32 in text file. How can I get this data in ASP.Net page. Thanks for help in advance.
Can we store PROGID information in database and dynamically load the component ?
1 Answers Digital GlobalSoft, e4e,
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Which two properties are there on every validation control?
I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.