GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Ado.NET
Go To First  |  Previous Question  |  Next Question 
 Ado.NET  |  Question 9 of 31    Print  
why edit is not possible in repeater??

  
Total Answers and Comments: 8 Last Update: September 06, 2008     Asked by: tukuna 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 27, 2006 01:01:48   #1  
rajikiran...        

RE: why edit is not possible in repeater??
Repeater Control just reads the information from the database so edit is not possible...
 
Is this answer useful? Yes | No
September 03, 2006 01:50:48   #2  
ankur        

RE: why edit is not possible in repeater??
because repeater control is just only in read and forward so edit is not possibe in this.
 
Is this answer useful? Yes | No
March 22, 2007 09:35:53   #3  
Simran        

RE: why edit is not possible in repeater??
because that property is not there for repeater control its not being provided by microsoft.
 
Is this answer useful? Yes | No
March 29, 2007 11:59:24   #4  
sahu Member Since: December 2005   Contribution: 323    

RE: why edit is not possible in repeater??
Hi All



Ans:


It is possible But it rquires Lots hardcoding either in Vb.net or C#.net

 
Is this answer useful? Yes | No
July 10, 2007 06:45:27   #5  
ramya        

RE: why edit is not possible in repeater??
Because it is forward only
 
Is this answer useful? Yes | No
August 10, 2007 03:59:28   #6  
anil sahu        

RE: why edit is not possible in repeater??
Yes it is right that the Repeater Control is only for read only but by hard coding we can also do the Editable in the repeater control.
There is no Item template in the Repeater control.

 
Is this answer useful? Yes | No
September 20, 2007 07:51:25   #7  
ashu fouzdar        

RE: why edit is not possible in repeater??
Yes It is possible to enable editing capabilty in repeater. but it is not acceptable performance wise. one can use other controls which are implementing IList.

Thanks
Ashu

 
Is this answer useful? Yes | No
September 06, 2008 13:29:37   #8  
itdharmalingam Member Since: May 2008   Contribution: 1    

RE: why edit is not possible in repeater??
The Repeater class is not derived from the WebControl class like the DataGrid and DataList. Therefore the Repeater lacks the stylistic properties common to both the DataGrid and DataList. What this boils down to is that if you want to format the data displayed in the Repeater you must do so in the HTML markup.

We dont have SelectedItem and EditItem templates in Repeater. However The Repeater's performance is slightly better than that of the DataList's and is more noticeably better than that of the DataGrid's.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape