| Author: Vidhya 09 Aug 2008 | Member Level: Gold | Rating: Points: 5 |
hi,
Protected Sub GridView1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.SelectedIndexChanged 'Do code here to set the values from the selected row Dim popup As AjaxControlToolkit.ModalPopupExtender = ModalPopupExtender If popup IsNot Nothing Then If ReSetDefaults Then SetDefaults(Nothing) popup.Show() End If End Sub
I hope it helps you!
Note: Kindly rate this content if it helpe!
|