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
How to add a javaScript function in a datagrid?
What two types of data providers does ADO.NET supply? What determines which one you should use?
How does ado.net work?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What is difference between entity framework and ado.net?
What are the different execute methods of Ado.Net?
Explain sqlconnection object?
How to enable and disable connection pooling?
What are different layers of ADO.Net?
What is an orm, and why would you use one instead of plain old ado.net?
What are the difference between readonly vs. Const?
What DataReader class do in ADO.NET ?
Explain advantages of ado.net?
What is data relation?
What is typed dataset ?