0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
2 Posted Topics
Re: some ideas: http://jsfiddle.net/wazz/uuvutx47/ note the background-size of td.percent. | |
Re: the first error (my vb is rusty), i think you need brackets: Dim getID1 As Integer = CInt(DataList1.DataKeys[e.Item.ItemIndex] or Dim getID1 As String = DataList1.DataKeys[e.Item.ItemIndex].ToString() the second error, as far as i can tell, you don't have a control with an id of "ID". |