473,756 Members | 2,977 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Databinding and List<int>

Is it possible to Databind to a strongly-typed list of integers
(List<int>) ? I want to use <%# Databinder.Eval (Container.Data Item,
"XXX") %inside a Repeater control in my ASPX page, but I don't know
how to get at the List<intvalue.
-= Tek Boy =-

Nov 21 '06 #1
2 12665
Well I just threw this together and it worked, perhaps it will help you!

List<ints = new List<int>();
s.Add(1);
s.Add(22);
s.Add(33);
customers.DataS ource = s;
customers.DataB ind();
<asp:Repeater id="customers" runat="server">
<ItemTemplate >
<tr>
<td><%#Containe r.DataItem.ToSt ring()%></td>
</tr>
</ItemTemplate>
</asp:Repeater>
--
--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
<de*********@gm ail.comwrote in message
news:11******** **************@ h48g2000cwc.goo glegroups.com.. .
Is it possible to Databind to a strongly-typed list of integers
(List<int>) ? I want to use <%# Databinder.Eval (Container.Data Item,
"XXX") %inside a Repeater control in my ASPX page, but I don't know
how to get at the List<intvalue.
-= Tek Boy =-

Nov 21 '06 #2
John --

Awesome -- that's what I needed to know. Thank you!
-= Tek Boy =-

On Nov 21, 2:45 pm, "John Timney \(MVP\)" <x_j...@timney. eclipse.co.uk>
wrote:
Well I just threw this together and it worked, perhaps it will help you!

List<ints = new List<int>();
s.Add(1);
s.Add(22);
s.Add(33);
customers.DataS ource = s;
customers.DataB ind();

<asp:Repeater id="customers" runat="server">
<ItemTemplate >
<tr>
<td><%#Containe r.DataItem.ToSt ring()%></td>
</tr>
</ItemTemplate>
</asp:Repeater>
--
--
Regards

John Timney (MVP)
VISIT MY WEBSITE:http://www.johntimney. comhttp://www.johntimney. com/blog<deathtos.. .@gmail.comwrot e in messagenews:11* *************** ******@h48g2000 cwc.googlegroup s.com...
Is it possible to Databind to a strongly-typed list of integers
(List<int>) ? I want to use <%# Databinder.Eval (Container.Data Item,
"XXX") %inside a Repeater control in my ASPX page, but I don't know
how to get at the List<intvalue.
-= Tek Boy =-
Nov 21 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1791
by: John Dalberg | last post by:
I am adding integer values from a datarow collection to a List<int> using the Add method. The values are read in the correct order from the collection but once the List is populated, the values in the List are sorted in ascending order. Why? This is undesirable. John Dalberg
2
2253
by: per9000 | last post by:
Hi, *background* I want a class containing an int (a list of sets of integer). This should be hidden for the user and he/she should be able to insert his/her favourite data structure so to be a little fancy I thought I'd do a Ctor like this: // this is the "core": private int sets;
8
2691
by: per9000 | last post by:
Hi, I wanted to test to compile an application I build for .NET 2.0 in with the 1.1 C# compiler. I encountered difficulties since I had a List<myClass>. I found a list of what is new in .NET 2.0 and generics is on it - I assume this is why I encounter problems. So this raises a number of questions: - What is the best replacement of List<intin 1.1 (or is the list just in another namespace)?
1
2431
by: Monty | last post by:
I have a Usercontrol with a public property List<intLinks List <intLinks= new List<int>(); public List<intLinkLabels { get { return Links; } set { Links = value; } }
10
5022
by: arnuld | last post by:
It is quite an ugly hack but it is all I am able to come up with for now :-( and it does the requires work. I want to improve the program, I know you people have much better ideas ;-) /* C++ Primer - 4/e * * exercise 9.20 * STATEMENT: * Write a program to to compare whether a vector<intcontains the
0
1336
by: DR | last post by:
System.Collections.Generic.List<intmyList = new System.Collections.Generic.List<int>(100); Does this preallocate 100 integers? Also, is there any way to preallocate an array of objects all at once? MyOb al= new MyOb; for (int z = 0; z < nCount; z++)
1
1643
by: Danny Ni | last post by:
Hi, I am using a method created by other, the function returns List<int>. If I bind this to a Repeater, what should the data binding expresssion looks like? <%# Eval("I don't know what to put in here") %> TIA
6
2937
by: chandramohanp | last post by:
Hi I am trying to modify class instance members using reflection. I am having problem when trying to add/remove/display elements related to List<int> member. Following is the code. class TestClass { public int i = 0; public int IValue
15
18644
by: hsachdevah | last post by:
Hello, I am trying to create a dictionary item with its key as list type and value as custom object type. It gives me a error "An item with the same key has already been added." Here is my code: List<int> Pkey = new List<int>(); Dictionary<List<int>, Polynomial> A = new Dictionary<List<int>, Polynomial>(); // initialize A with last column. for (int r = 0; r < n; ++r)
0
9456
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9275
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9713
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8713
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7248
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6534
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3806
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2666
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.