Asp.Net Source :- In my project i have gridview control -
item template. Its have asp:button control. my requirement
is while click this button i need to display some alert
message.
Could you please help me which gridview event i need to
write source code?
Please give me a quick response.
Thanks
Answer Posted / debopriyo
Gridview1.SelectedIndexChanged.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a uri query?
What is a page life cycle? What are the events in a page life cycle?
A Web Service Can Only Be Written In .net. Is it True??
What are the new features implemented in ASP.NET?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
calling result set one procedure to anothar procedure in sql2000
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is meant by web application?
Where is the view state data stored in asp net?
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 are the events in a page life cycle?
What is application Object?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is asp net application object?
What is the use of session in web application?