Hi, As per my understanding your requirment is to pass the sms_recieved_log_id to javascript function on table row click, right? If so, modify your ItemDataBound method as follows Dim row As HtmlTableRow Dim txtLogID As TextBox If e.Item.ItemType = ListItemType.Item Or e.Item.ItemType = ListItemType...