all groups > asp.net webcontrols > january 2007 >
You're in the

asp.net webcontrols

group:

collecting the information of a custom DataBoundControl



collecting the information of a custom DataBoundControl sloan
1/25/2007 4:52:40 AM
asp.net webcontrols: I have successfully gotten thru and coded up a basic

MyDataBoundCntl : DataBoundControl



Imagine I have a list of 3 people.

John

Mary

Joe



The output of my control is a table, with 3 rows.

By their name, I've added a checkbox ( Checkbox cb = new Checkbox(); the
I add it to the cell, the cell to the row, the row to the table ).



So the output looks perfect.

John [ ]
Mary [ ]
Joe [ ]


_Click Here_



where Click Here is a linkbutton (asp.net) and of course a href on the page.

(right now, click here is not a part of the control, but rather a seperate
button I put on the page)

Ok.... I got all that........

Now I want to collect which checkboxes were checked.

I'm stuck. And my googling keeps bringing up 1.1 stuff, which may or may
not be helpful.



What's the next step.? Example url's are ok .........





Re: collecting the information of a custom DataBoundControl sloan
1/25/2007 11:31:36 AM

I ama moving this to
microsoft.public.dotnet.framework.aspnet

please do not reply here, as this is a cross post thread now.




[quoted text, click to view]

Re: collecting the information of a custom DataBoundControl sloan
1/25/2007 11:32:44 AM

Reposted here:
http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/52fafb5d354ccba9/fabfb12c484b53fc?hl=en#fabfb12c484b53fc





[quoted text, click to view]

AddThis Social Bookmark Button