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
Which is faster sqldataadapter and sqldatareader?
Explain the difference in record set and dataset?
What is data relation in ado.net?
What is ado recordset?
Why is ADO.NET serialization slower than ADO ?
What DataReader class do in ADO.NET ?
Which object is used to add relationship between two Datatables?
What are ado.net objects?
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?
How will you fill the gridview by using datatable object at runtime?
What are the advantages and drawbacks of using ado.net?
Name which operations can you not perform on an ado.net dataset?
What is the difference between DataReader and DataSet in ADO.NET?
What is ole in excel?
Explain ado.net features? Benefits? Drawbacks?