Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can you edit data in the Repeater control?

Answers were Sorted based on User's Feedback



Can you edit data in the Repeater control?..

Answer / swapna

No.

Is This Answer Correct ?    11 Yes 4 No

Can you edit data in the Repeater control?..

Answer / sunil

NO u cannot edit in the repeater control.only u can display
the data in the repeating sequence thats it.but in datagrid
and datalist u can do edit /update options

Is This Answer Correct ?    10 Yes 4 No

Can you edit data in the Repeater control?..

Answer / vaibhav

No U can't edit in repeater control u can only display
records in repeater control.if u have to edit then use of
grid view is confirtable

Is This Answer Correct ?    1 Yes 0 No

Can you edit data in the Repeater control?..

Answer / saransony

100% after all controls are for us we can edit data for ex
look at following code.
asp:Repeater ID="Repeater1" runat="server"
DataSourceID="SqlDataSource1">
<Item Template>
<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.
Important links-
http://www.asp101.com/articles/john/repeater/default.asp
http://msdn2.microsoft.com/en-
us/library/ms178369(VS.80).aspx

http://www.code101.com/Code101/DisplayArticle.aspx?cid=1

http://authors.aspalliance.com/aspxtreme/aspnet/syntax/repea
terwebcontrol.aspx
http://www.techinterviews.com/?
p=249

Is This Answer Correct ?    3 Yes 4 No

Can you edit data in the Repeater control?..

Answer / jagadeesh

No

Is This Answer Correct ?    3 Yes 4 No

Can you edit data in the Repeater control?..

Answer / avinash

NO u cannot edit in the repeater control.only u can display
the data in the repeating sequence thats it

Is This Answer Correct ?    3 Yes 4 No

Can you edit data in the Repeater control?..

Answer / jophy

No you cannot edit

Is This Answer Correct ?    2 Yes 4 No

Can you edit data in the Repeater control?..

Answer / t.prabu

No

Is This Answer Correct ?    2 Yes 5 No

Can you edit data in the Repeater control?..

Answer / nazeema

No, we con't edit.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More ADO.NET Interview Questions

What is the use of adodc?

0 Answers  


What is the use of sqldatareader class?

0 Answers  


What you mean by filtering of data?

0 Answers  


What is the difference between Response.Expires and Reponse.ExpiresAbsolute?

0 Answers  


What is full form of ado?

0 Answers  


What are the important features of ado.net 2.0?

0 Answers  


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

0 Answers  


How do you merge two datasets into the third dataset in a simple manner?

3 Answers   IBM,


How to sort the data in Datatable

2 Answers   NetProphet,


Does executenonquery return a value?

0 Answers  


How To Update A Column In A DataGrid Using C#.NET? I am getting InvalidCastException as (Specified cast is not valid) while updating 2nd column in a datagrid? Id,firstname,lastname are the three columns of my datagrid respectively. I wanted to edit the second column(lastname) and update it. I did the following code in DataGrid's updatecommand(),but failed to update ! Int varid=(int)DataGrid1.DataKeys[e.Item.ItemIndex]; TextBox lnm=(TextBox)e.Item.Cells[2].Controls[0]; string str=lnm.Text ; SqlCommand cmd=new SqlCommand("update customer set lastname='" + str + "' where id=" + varid + "",con); cmd.ExecuteNonQuery(); DataGrid1.EditItemIndex=- 1; DataGrid1.DataBind();

2 Answers   Mind Tree, TCS,


Which is the best institute in hyderabad to learn DotNet?

11 Answers   Cognizant,


Categories