DataGrid problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mrtan

    DataGrid problem

    Hi,

    I'm using datagrid for web-based program and i encounter a problem.
    My datagrid comes with a template column using checkbox.
    How do i generate events when user click on the check box ? when user
    click on the check box in datagrid i need to refresh the data in
    datagrid.
    Pls help . thanks in advance !
  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: DataGrid problem

    hi,

    just set the AutoPostBack property to true

    cheers,

    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation


    "mrtan" <chekban@gmail. com> wrote in message
    news:9c2ad155.0 506080024.149aa 042@posting.goo gle.com...[color=blue]
    > Hi,
    >
    > I'm using datagrid for web-based program and i encounter a problem.
    > My datagrid comes with a template column using checkbox.
    > How do i generate events when user click on the check box ? when user
    > click on the check box in datagrid i need to refresh the data in
    > datagrid.
    > Pls help . thanks in advance ![/color]


    Comment

    Working...