| Author: Satya 07 Sep 2008 | Member Level: Gold | Rating: Points: 2 |
Hi,
You have to link this user control to an .aspx page using the Resgister page directive.
See the following link for more info. http://www.asp101.com/lessons/usercontrols.asp
|
| Author: AbidiP 08 Sep 2008 | Member Level: Gold | Rating: Points: 3 |
you cant run ascx page directly as aspx page bcoz ascx is user control.
open aspx page and drag & drop ur ascx on it and try to run that aspx page
bye
|