main difference between asp.net2.0,asp.net1.1,asp.net1.0
Answer Posted / nikola
Can someone tell me is it something different in code in C#
from .NET1 and .NET4 or code is the same for C# language?
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between user control an custom control?
What is session in web technology?
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 is the difference between a multi-layer and multi-tier applications?
Distinguish between Server-side and Client-side code with its functionality?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
How can we pass info between 2 asp.net pages?
Is it possible for me to change my aspx file extension to some other name?
How to rename a table using sql queries?
Explain the asp.net page life cycle.
How do http sessions work?
How you can access the properties and controls of master pages from content pages?
What is the difference between custom web user control and a custom web server control?
Is global asax mandatory?
Describe in brief .net framework and its components.