what is the difference b/w .net 1.1 and 2.0 ?
Answers were Sorted based on User's Feedback
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 |
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 |
What is state management techniques in asp.net?
Explain how do you validate the controls in an asp .net page?
Which is the best institute in Hyderabad/Secunderabad/Andhra Pradesh to learn DotNet?
What is different in .net 1.1 and .net 2.0?
What kind of programming language is ASP.NET?
what is the uses Of Global.asax
How do pass data from one layer to another layer in N-tier architecture?
What is web configuration file and how to use in web application
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>
Is oauth for authentication or authorization?
how many databases and tables are uses in one project?
How Clustered Index and Non clustered index stored on SQL server?
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)