Protected Sub gridStore_RowEditing(sender As Object, e As GridViewEditEventArgs)
gridStore.EditIndex = e.NewEditIndex
Dim strstore As String
strstore = CType(gridStore.Rows(e.NewEditIndex).FindControl("lblstoreName"), Label).Text
txtstore.Text = strstore