I'm trying to embed my cutom windows control in asp.net pages. If anyone can point me to some good tutorial for beginer and intermediate C# programmar, it'll be great.
thanks a lot.
Furqan
MigrationUser 1 Sunday, May 29, 2005 10:30 AM
Hi Furqan,
Hope this helps: <a href="http://www.15seconds.com/issue/030610.htm">http://www.15seconds.com/issue/030610.htm</a>
Colt
MigrationUser 1 Monday, May 30, 2005 1:01 AM
Thanks colt... The tutorial is exactly what I was looking for. After trying out the tutorial I've embeded the windows form control as an object tag. but it appears as an empty text area i.e. my control is not displayed.
I've added the site http://localhost/BCWebText/ to the trusted sites in IE but it still doesn't work. Can anyone help me identify the problem.