Answer Posted / 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 |
Post New Answer View All Answers
What is the full form of ado?
How do you update a dataset in ado.net and how do you update database through dataset?
Explain the difference in record set and dataset?
What are the data providers used in ado.net
What is ambient transaction?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the methods of XML dataset object?
Explain the advantages and disadvantages of using datalist?
What is ado.net connection?
What is data relation?
What are the Features of a dataset
Is it possible to edit data in Repeater control?
how Sequence to connect and retrieve data from database using dataset?
What is row state?
What are the benefits of ADO.NET?