Is data can be edited in the Repeater control?

Answers were Sorted based on User's Feedback



Is data can be edited in the Repeater control?..

Answer / srujana

No, data can not be edited in the repeater control.
Repeater control just reads the information from its data
source.

Is This Answer Correct ?    5 Yes 0 No

Is data can be edited in the Repeater control?..

Answer / prasath

Repeater is a ReadOnly,FowardOnly Control.It Doesn't Allow
to perform any edit operations.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


What is state management in asp.net and define Client-side state management and Server-side state management?

2 Answers   TVS,


What is the full meaning of asp.net?

0 Answers  


About friend and Protected friend ?

3 Answers   MMTS,


Write a code snippet to implement the indentation in json in web api.

0 Answers  






What is the use of ASP.NET routing?

0 Answers  


What is the usage of DelegatingHandler?

0 Answers  


What is the use of The Page.Master Property?

1 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,


What is session handling in a webfarm, how it can work with its limits?

0 Answers   Siebel,


In a Code-Behind class generally which type of code is found ?

3 Answers   Siebel,


What is the state management in asp.net?

0 Answers  


Categories