Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
-
Has anyone else having troubles with strong typed repeaters and the way the HTML code is outputted for example <table class="table"> <data:allrepositoryrepeater id="RepList" runat="server" enableviewstate="false" datasourceid="ds1"> <itemtemplate>...
-
Hi All, I need to dynamically set a hyperlink in the item of a strongly typed repeater. With a datagrid it would be possible to use the OnDataBinding event and use the EventArg to get the dataRowView: DataRowView drv = (DataRowView)e.Item.DataItem; But how to do this with the strongly typed repeater...