repeater and gridview diff?
Why is repeater fast than gridview?
Answer Posted / dushyant sharma
yes repeater is much faster then gridview becoz repeater
contained invisable interface
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can we implement a identity (sql server) call in an asp.net page?
Difference between response.redirect and server.transfer?
If you want to write your own dot net language, what steps you will you take care?
Can we have a web application running without web.config file?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
How can you ensure a permanent cookie?
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’s the difference between response .redirect and server.transfer?
What is a web api? Which protocol is used in a web api?
Why will you usually create an aspnet user account in the database for an asp.net web application?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
What is a runtime version?
Describe the master page.
What is boxing and unboxing in asp.net?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?