views:

338

answers:

1

Hai guys,

Is it possible to add multiple controls(Buttons) to PostBackTrigger's ControlId property inside a single update panel....

+2  A: 

What if you do in this way...?

  <Triggers>
        <asp:PostBackTrigger ControlID="Button1" />
        <asp:PostBackTrigger ControlID="Button2" />
    </Triggers>
Muhammad Akhtar
@Akthar i ll try and let u know...
Pandiya Chendur
It worked akthar.....
Pandiya Chendur