Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Building Controls > please helpppppppp check box and datalist

Reply
Thread Tools

please helpppppppp check box and datalist

 
 
mahsa
Guest
Posts: n/a
 
      05-05-2004
I have a datalist that show quantity price and some information in each row when user click oon checkbox it show in quantity 1 and calculate the price with the item he have already in shopping card my broblem is how can I do onselectedchange check bo

I want to have onselectedchange event for the check box in my datalist when I try to use it is makes error becouse the checkbox dynamicly in datalist and it dosent have
this.CheckBox1.CheckedChanged += new System.EventHandler(this.CheckBox1_CheckedChanged)

or if I us
<input type="checkbox" id="cbItem" runat="server" onclick="test(this)

value='<%#DataBinder.Eval(Container.DataItem, "PartNo")%>' NAME="cbItem"><%#DataBinder.Eval(Container.DataIte m, "PartNo")%
instead of asp:checkbox it dosent work with my public void in serverside I confuse
I just want to have a check box in datalist that when it checked it call some voi
whats your Idea


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
check box in datalist subashini General Computer Support 4 03-02-2012 04:31 PM
stuck real bad .......HELPPPPPPPP!!!!!! sashi C Programming 13 12-17-2007 01:56 AM
how to selecet check box in the data grid ?? only one check box mit ASP .Net 1 01-25-2006 06:47 PM
Setting up a datalist control - Item_DataBound for a datalist in a datalist Nevyn Twyll ASP .Net 8 09-09-2004 10:13 PM
check box in datalist =?Utf-8?B?bWFoc2E=?= ASP .Net 4 05-05-2004 04:11 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57