Web User Controls returning values

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 :)
 
V

Varangian

I don't know if its possible.. maybe I'm missing something. I'm using
..NET framework 1.1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top