Check that the 'Handles' clause has not dissapeared...this is a known bug in
VS 2003...happens to me all the time-- really annoying!
"bienwell" wrote:
> Hi,
> Does the OnSelectedIndexChanged event work when we mark on the checkbox on
> the cell of Datagrid control ? I tried to call this event; it didn't
> affect anything.
> Do you know any event that make the selection on the checkbox work ? Pleas
e
> give me your advise. Thanks
>
>Hi,
Here are my code. Please take a look on it. Thanks
Sub IndexChange_Command(sender As Object, e As EventArgs)
response.write("<BR>Account_ID ==> " &
DGrid_Carrier.SelectedItem.Cells(0).Text)
End Sub
<asp:DataGrid id="DGrid_Carrier" runat="server"
OnSelectedIndexChanged="IndexChange_Command"
OnItemDataBound="DGrid_ItemDataBound" OnItemCommand="DGrid_ItemCommand"
Width="353px" Font-Size="Smaller" Font-Names="Arial" CellSpacing="1"
CellPadding="3" AutoGenerateColumns="False">
========================================
==================
"Mike" <Mike@.discussions.microsoft.com> wrote in message
news:97A4CD58-B902-40D5-BFCD-7BE706B9F272@.microsoft.com...
> Check that the 'Handles' clause has not dissapeared...this is a known bug
in
> VS 2003...happens to me all the time-- really annoying!
> "bienwell" wrote:
>
on
Please
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment