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


Please Help Members By Posting Answers For Below Questions

What is the difference between user control an custom control?

863


What is session in web technology?

745


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.

1642


What is the difference between a multi-layer and multi-tier applications?

801


Distinguish between Server-side and Client-side code with its functionality?

887


When maintaining session through sql server, what is the impact of read and write operation on session objects?

792


How can we pass info between 2 asp.net pages?

795


Is it possible for me to change my aspx file extension to some other name?

801


How to rename a table using sql queries?

790


Explain the asp.net page life cycle.

813


How do http sessions work?

694


How you can access the properties and controls of master pages from content pages?

744


What is the difference between custom web user control and a custom web server control?

728


Is global asax mandatory?

768


Describe in brief .net framework and its components.

771