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 are the different row versions available in table?
Explain ado.net features? Benefits? Drawbacks?
What is aggregate root?
Command objects uses, purposes and their methods.
What is difference between entity framework and ado.net?
how Sequence to connect and retrieve data from database using dataset?
What is execute reader in ado.net?
Explain why edit is not possible in repeater?
What are the advantages and disadvantages of using datalist?
How to add an aggregate column?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
Explain the advantages and disadvantages of using datalist?
What is linq and entity framework?
What is execute scalar in ado.net?
What are typed and untyped dataset?