Multiple webforms reference

  • Thread starter Thread starter AM
  • Start date Start date
A

AM

Hi All,
I have a a newbie to ASP.net. I have a function in a class say
classtest. The function changes labels text and enabled properties on
each form. I want multiple web forms e.g webform1, webform2 to use that
function. My problem is how to know which web form has called that
function programatically?
Any help would be greatly appreciated.


Thanks!
 
Hi
Hi
why don't you just has this as one the parameter of that Function , you
send along with your parameters an ID that indicate the caller.

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 

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

Back
Top