User Control

  • Thread starter Thread starter Priya Ghate
  • Start date Start date
P

Priya Ghate

Hi,

How do I go about creating a user control in asp.net ? Any help would be
appreciated.

Thanks,
Priya
 
well just create it like you would create a page...
rename it to a .ascx...
you might have to change the inherits which will potentially point to .aspx

and remove the form tags and the rest of the html you dont need...

you have your basic user control...
 

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