What is the difference between GridView and Repeater controls in ASP.NET?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Explain about the Class view window?

0 Answers  


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


Can we have multiple master pages in asp net?

0 Answers  


hi all, can we sort the data set without using the gridview sort method

1 Answers   CGI,


What is inheritance and an how it be used, example with an example?

0 Answers   Siebel,






Who generates session id?

0 Answers  


what is the Difference between Dim Object as object AND dim obj as myform?

1 Answers   Microsoft,


How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?

0 Answers  


How does windows service lifecycle differ from a .standard. Exe?

0 Answers  


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Infosys,


Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

0 Answers  


Can u able to get the xml document in crystal report if yes how its possible

2 Answers  


Categories