Help on ascx
-
Hi everyone.. I need urgent help from those who have use ascx file before. I'm currently learning C# web application. I would like to design my web page using C# web application which has navigator bar on the web page..And from there i can select from the navigator bar which page i wants to view. I know that ascx file can used to design web page. Anyone who has done it before don't mind share with me or where can i get the source code? I'm now only required to use Mircosoft Visual Studio .NET 2003. Many thanks in advance for your help... :-D Thanks
-
Hi everyone.. I need urgent help from those who have use ascx file before. I'm currently learning C# web application. I would like to design my web page using C# web application which has navigator bar on the web page..And from there i can select from the navigator bar which page i wants to view. I know that ascx file can used to design web page. Anyone who has done it before don't mind share with me or where can i get the source code? I'm now only required to use Mircosoft Visual Studio .NET 2003. Many thanks in advance for your help... :-D Thanks
There are navigator bars out there that have been developed for ASP .NET 1.1. They generally use a JavaScript implementation to display fly-out menus. http://aspalliance.com/652#Page7 Take a look at category 6. However, with ASP .NET 2.0, Microsoft has introduced a fully featured menu control which should meet your needs - if you're able to upgrade.