GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  DotNet
Go To First  |  Previous Question  |  Next Question 
 DotNet  |  Question 25 of 165    Print  
Can you edit data in the Repeater control?

  
Total Answers and Comments: 8 Last Update: June 02, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 15, 2005 08:42:09   #1  
vijaybabu        

RE: Can you edit data in the Repeater control?
No We Can't Edit Data In Repeater Control
 
Is this answer useful? Yes | No
July 22, 2005 02:00:09   #2  
vvbabbu        

RE: Can you edit data in the Repeater control?
No We Can't Edit
 
Is this answer useful? Yes | No
July 21, 2006 08:24:12   #3  
Dharmendra Yadav        

RE: Can you edit data in the Repeater control?
No we can't edit data in repeater control
 
Is this answer useful? Yes | No
April 13, 2007 09:36:02   #4  
sambit        

RE: Can you edit data in the Repeater control?
Yes it can be done.But everythhing needs to be done manually.
 
Is this answer useful? Yes | No
December 06, 2007 06:57:47   #5  
nagasridhar.m Member Since: December 2007   Contribution: 6    

RE: Can you edit data in the Repeater control?
100 after all controls are for us we can edit data for ex look at follwoing code


<asp:Repeater ID "Repeater1" runat "server" DataSourceID "SqlDataSource1">

<ItemTemplate>

<asp:Label id "Id" Text '< # DataBinder.Eval(Container.DataItem "name") >' runat "server" />

<br />

<br />


<asp:Label id "Label1" Text '< # DataBinder.Eval(Container.DataItem "id") >' runat "server" />

<br />


</ItemTemplate>

</asp:Repeater>


if we are making this then w e can also edit data


 
Is this answer useful? Yes | No
December 11, 2007 04:06:36   #6  
nagasridhar.m Member Since: December 2007   Contribution: 6    

RE: Can you edit data in the Repeater control?
By using the code we can edit the format of repeater control but not the data in repeater control

So we cannot edit the data in repeater control but we can edit the format

 
Is this answer useful? Yes | No
December 17, 2007 03:55:46   #7  
Sasikumar Selvaraju Member Since: August 2007   Contribution: 2    

RE: Can you edit data in the Repeater control?
Can't edit data in Repeater control.
We can edit format only.

 
Is this answer useful? Yes | No
June 02, 2008 00:48:59   #8  
Shailendra_wadile Member Since: May 2008   Contribution: 2    

RE: Can you edit data in the Repeater control?
not possible but format can ..
 
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