Web User Controls returning values

  • Thread starter Thread starter Varangian
  • Start date Start date
V

Varangian

Hello there :)

I have a problem with Web User Controls but I may be doing an incorrect
C# code.

Basically I have a Web User Control. ascx file that has a 1 ImageButton
on it. On my main page I successfully load this imageButton 3 times.

Ok when the I click on the ImageButton it performs the operations
behind the ImageButton_Click event. I debugged with some
Response.Write.

My problem is this. How can I return a value stating which Image was
clicked ?

Thanks
any help appreciated :)
 
I don't know if its possible.. maybe I'm missing something. I'm using
..NET framework 1.1
 
Back
Top