Trigger function inside a usercontrol from a page

Posted by diver-d on Stack Overflow See other posts from Stack Overflow or by diver-d
Published on 2010-06-05T23:33:55Z Indexed on 2010/06/05 23:42 UTC
Read the original article Hit count: 187

Filed under:
|

Hi there,

I have created a usercontrol to capture education details, it contains 5 textboxes and an functionto insert that values into my db. I have added the usercontrol 5 times to a page. I have a button on my aspx page which I want to be able to click and call the function to insert the values.

Can anyone suggest how I can do this?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about usercontrols