Calling USERCONTROL public method

  • Thread starter Thread starter Ashutosh
  • Start date Start date
A

Ashutosh

HI Friends,

I have a usercontol where i have one public which i want to call in
wizard.....

in in wizard second page i have implemented a usercontrol and on last page
of wizard i have to call that usercontrol method....but i m getting an error
"Object reference not set to an instance of an object"

So any solution???
 
Ashutosh said:
HI Friends,

I have a usercontol where i have one public which i want to call in
wizard.....

in in wizard second page i have implemented a usercontrol and on last page
of wizard i have to call that usercontrol method....but i m getting an error
"Object reference not set to an instance of an object"

If these are separate .aspx pages, then the user control exists on the
second page, but does not exist at all on the third page.
 

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