What is the result when the Web Form containing the
following line is complied and executed?
<asp:Button id=?thebutton? onClick=?theEvent? />
a) The button control is created; theEvent is the click
event handler.
b) Compiler error; the control must be set to runat=?server?.
c) Compiler error; onClick is not a valid attribute.
d) Runtime Exception; the control must be set to runat=?server?.
Answer Posted / swapna
d) Runtime Exception; the control must be set to
runat=?server?.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
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 = "
Explain how can we access static variable?
What is a postback in asp net?
8. Why do you want to work here?
What is authentication in asp.net?
What is the difference between “Web.config” and “Machine.Config”?
Define web services in asp.net.
Why session is more secure than cookies?
Where is session data stored in asp net?
What is the advantage of mvc over asp.net? : Asp.Net MVC
what cut off mark for po's,what questions they asked for interview?
What are session state modes in asp.net?
What do you mean by marshalbyref?
How would ASP and ASP.NET applications run at the same time on the same server?
Why we are using mvc instead of asp.net? : Asp.Net MVC