we can able to display a MessageBox in asp .net without
using any script langages?
Answer Posted / raks
No, We can't able to display a msgbox in asp.net..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is boxing and unboxing in asp.net?
What is asp.net web application?
If we remove web.config or machine.config from the application then, is this application will works?
Which browsers support the xmlhttprequest object?
Is it right that ASP.NET Web API has replaced WCF?
What is advantage of asp.net?
How dataadapter.fill works?
What is diff. Between abstract class and an interface?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
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 = "
What is the used of "ispostback" property?
Explain how can we access static variable?
Explain Authentication mechanism in dotnet
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?