Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference b/w .net 1.1 and 2.0 ?

Answers were Sorted based on User's Feedback



what is the difference b/w .net 1.1 and 2.0 ?..

Answer / bikshapathi,applicationdevelop

In .NET1.1 we have no Generics,anonymous and partial
concepts where in 2.0 it has.

In .Net2.0 we have advance controls like login controls and
also we have MasterPages ,Themes-Skins etc concepts

Is This Answer Correct ?    5 Yes 2 No

what is the difference b/w .net 1.1 and 2.0 ?..

Answer / divya kalra

1. In 2.0 version we can use multiple web.config files.

2.in 2.0 we have dataview which allow sorting,
paging,filtering no need to write code for that, but in 1.0
we have datagrid which don't allow these features by
default.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is state management techniques in asp.net?

0 Answers  


Explain how do you validate the controls in an asp .net page?

0 Answers  


Which is the best institute in Hyderabad/Secunderabad/Andhra Pradesh to learn DotNet?

0 Answers  


What is different in .net 1.1 and .net 2.0?

0 Answers  


What kind of programming language is ASP.NET?

0 Answers   3i Infotech,


what is the uses Of Global.asax

3 Answers  


How do pass data from one layer to another layer in N-tier architecture?

2 Answers  


What is web configuration file and how to use in web application

0 Answers   MCN Solutions,


Hi this is the coding for adding data in to an xml table i want the coding for update and delete Try Dim emp_xml_doc As New XmlDocument If System.IO.File.Exists(Server.MapPath("emp.xml")) Then emp_xml_doc.Load(Server.MapPath("emp.xml")) Dim myrow_element As XmlElement myrow_element = emp_xml_doc.CreateElement("EmpDetails") Dim str As String str = "<EmpID>" & TxtEmpId.Text & "</EmpID>" & _ "<Empname>" & TxtName.Text & "</Empname>" & _ "<EmpSalary>" & TxtSalary.Text & "</EmpSalary>" myrow_element.InnerXml = str emp_xml_doc.DocumentElement.AppendChild(myrow_element) emp_xml_doc.Save(Server.MapPath("emp.xml")) Response.Write("Record Saved") Dim ds As New DataSet ds.ReadXml(Server.MapPath("emp.xml")) GridView1.DataSource = ds GridView1.DataBind() Else Response.Write("File does not exist.") End If Catch ex As Exception Response.Write(ex.ToString) End Try *********************** this is the xml file <?xml version="1.0" encoding="utf-8" ?> <Employee> <empdetails> <empid>100</empid> <empname>xxx</empname> <empsalary>2000</empsalary> </empdetails> <EmpDetails> <EmpID>yyy</EmpID> <Empname>dddd</Empname> <EmpSalary>77777</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>rrrr</EmpID> <Empname>rrrr</Empname> <EmpSalary>6666</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>qaqa</EmpID> <Empname>sini</Empname> <EmpSalary>50000</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>errrrrrrrr</EmpID> <Empname>rrrrrrrrr</Empname> <EmpSalary>677777</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>rrr</EmpID> <Empname>rrr</Empname> <EmpSalary>33</EmpSalary> </EmpDetails> </Employee>

0 Answers   InfoCom,


Is oauth for authentication or authorization?

0 Answers  


how many databases and tables are uses in one project?

2 Answers  


How Clustered Index and Non clustered index stored on SQL server?

2 Answers   TCS,


Categories