after which page life cycle event all properties of control
will be "fully loaded "

Answer Posted / kalpana reddy .m

page-load event

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about Automatic resource management?

578


What is asp net theme?

523


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

588


Which is faster union or union all?

578


What is cookies in asp net?

523






How do I use response redirect?

560


How do you do client-side validation in .net? How to disable validator control by client side javascript?

534


What is microsoft windows sharepoint services?

542


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

1734


Is global asax mandatory?

555


How you can manage the state of application at the server side in ASP.NET?

580


What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?

569


What is the adavantage of using ASP.NET routing?

649


Can we make activex dll also ti execute in some process as that of client ? How can we do?

4250


Why is global asax is used for?

518