0
votes
1answer
15 views
Change text of a linkbutton in a repeater
I have a repeater which displays comments related to a post.
I want to add some functionality where when the user click on the link it goes from:
report this post
to
post has b …
1
vote
2answers
17 views
Wrapping a list of Checkboxes in a Datalist or Repeater
Hi,
I have a long list of checkboxes bound in a repeater is there a way of wrapping them so instead of having 1 long list wrapping it across 3 or 4 colouns side by side say 7 item …
0
votes
2answers
30 views
Real time ‘price x quantity’ calculator
Hi,
I'm using ASP.NET and a Repeater control to display my data. The data I have is in stored in a List. How would I implement a simple calculator that is affected in real time? …
0
votes
0answers
22 views
Checkbox with AutoPostBack and OnCheckedChanged Event Fires Event when Page Loads
I have a checkbox in a repeater and it is bound to a data source where it sets the checkbox to checked or unchecked. The checkbox is set to AutoPostBack and has an OnCheckedChange …
0
votes
2answers
39 views
How to FindControls in repeater control ?
I want to enable or disable 'ParticipateBtn' depending on EventStartDate. I am getting this error:Object reference not set to an instance of an object.
<table>
…
0
votes
1answer
43 views
How can I display an image in a repeater or grid control?
I have around 200 images to be displayed on a page.
The database only stores the path where image is located. Images themselves are stored in the application's folder. EG: d:/a …
0
votes
4answers
40 views
ASP.NET - user-controls repeater
Hi All,
I am building a Web Application for shopping cart using ASP.NET and I am new to ASP.NET.
One of my close associate suggested me to use the user controls, repeater and maste …
0
votes
1answer
15 views
Inject Index of Current item when binding to a repeater
I am binding a List<HtmlImage> to a repeater
Its actually a nested repeater and the list is one of the properties that the parent repeater is binding to
I want to spit out …
0
votes
1answer
21 views
How to use PagedDataSource.CopyTo (or otherwise work with the same data I’m sending to my Repeater)
I'm populating a Repeater with a PagedDataSource and after I populate that Repeater, I want to perform some other operations on the subset of data that makes up the page I'm sendin …
0
votes
3answers
159 views
ASP.NET Repeater and DataBinder.Eval
Hello,
I've got a <asp:Repeater> in my webpage, which is bound to a programatically created dataset.
The purpose of this repeater is to create an index from A-Z, which, when …
1
vote
6answers
2k views
How can I hide a repeater in ASP.NET C# if the DataSource contains no items?
I have an ASP.NET page that uses a repeater nested within another repeater to generate a listing of data. It's to the effect of the following:
<asp:Repeater>
<ItemTem …
0
votes
4answers
575 views
ASP.Net repeater Item Command not getting fired
OK, I've used repeaters literally hundreds of times without problems but something has gone awry today. I have a repeater and I'm subscribing to the itemCommand event, but when my …
3
votes
6answers
4k views
Formatting DataBinder.Eval data
How can I format data coming from a DataBinder.Eval statement in an ASPX page?
For example, I want to display the published date of the news items in a particular format in the ho …
1
vote
1answer
48 views
ASP.NET DataGrid within a Repeater
I have a table that has two columns:
CommunityID
PersonID
And A "People" table that has (among other things):
FirstName
LastName
I would like to display a different DataGrid …
0
votes
2answers
346 views
Referencing DataItem of parent Repeater control inside a User Control
I need to place a user control into the template of a repeater control and reference data items from the repeater's datasource.
I tried (ignore the second cast which is specific t …
