What is the relationship(in oops) between codebehind and
inline code(.aspx to .aspx.cs)???
explain

Answer Posted / saket kumar

both are the class and we can relate both by using the
objects

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give a few examples of page life cycle events.

666


What do you mean by role-based security?

564


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 = "" & TxtEmpId.Text & "" & _ "" & TxtName.Text & "" & _ "" & TxtSalary.Text & "" 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 100 xxx 2000 yyy dddd 77777 rrrr rrrr 6666 qaqa sini 50000 errrrrrrrr rrrrrrrrr 677777 rrr rrr 33

1723


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

554


How do active server pages work?

539






Why we are using mvc instead of asp.net? : Asp.Net MVC

516


Why we go for mvc instead of asp.net? : Asp.Net MVC

483


Where is session data stored in asp net?

506


What is mta?

618


What is semantic gap?

613


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

588


How does a content page differ from a master page?

503


Explain how to prepare culture-specific formatting in .net.

525


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

587


What are the new features added from ASP to ASP.NET?

564