I\'ve got a web app in ASP.NET 2.0 in which I need to have a highly customized grid.One of the columns in the grid contains a radio button for each row.
I want to use asp.net repeater control to display all threads that under same topic. Each thread has three buttons--reply,edit and delete. Besides buttons, I also want to display author, subject, post
Since I have a field, which contain html content, in dataset returned from database. I want to sue a div to display the html content by using
I am trying to add an attribute to atag with ID \'SubNav2\' on ItemDataBound which is in the HeaderTemplate of a repeater.
I\'ve created an ASP.net web page with an ASP Repeater.I bind the ASP Repeater with an IOrderedEnumerable<int> DataSource.
I am using ASP.NET, C#, Sql Server 2005 for my project and I\'m using the repeater control to form a table of users that are a member of a site and a button next to each user so that they can be added
this is a little bit difficult question I haveasp:button ,inside a repeater <asp:button id=\"tdb1\" commandname=\"update\" text=update runat=server ></asp:button>
I have this label inside a repeater <asp:Label id=\"lblsub\" runat=server text=\"sdds\" /> I am trying to change the text of this label,this is the code behind
I am trying to loop through my repeater control and get the textbox values. However, I am getting an error:
How can I set the column header text 开发者_Python百科value for a repeater control?use the <HeaderTemplate></HeaderTemplate>