I am trying to build a product detail page menu navigation and want to only show the navigation items for products that are in the same category.
Error: \'Repeater\' does not contain a definition for \'DataSource\' and no extension method \'DataSource\' accepting a first argument of type \'Repeater\' could be found (are you missing a using dir
I have a nested repeater Because of that no control in my code is visible and because of that I found out that I had to use FindControl to get the controls visible.
The ItemDataBound event of the ASP.NET ListView seems to only deal with the visible page as determined by the DataPager.
In the following code, strUsername is always returning as an empty string \"\" (and so are other columns).
I am trying to place a repeater within a repeater using xml data. I have it working exactly as I want, but the method I have used reloads the data for each repeater. I think I need to cast as an XmlNo
I am trying to change the row color of a DataList Control... <asp:DataList ID=\"dlTrades\" Width=\"100%\"
On my asp.net page, I have several DropDownLists. I also have a Repeater. In the ItemDataBound event I want to get the value of these DropDownLists, to change the data in the Repeater. The SelectedVa
I have written a user control that captures some user input and has a Save button to save it to the DB. I use a repeater to 开发者_JAVA百科render a number of these controls on the page - imagine a lis
In my webpage i use the following in order filling the listview control <asp:ListView ID=\"ListView1\" runat=\"server\">