To keep the core layout of your pages consistent you can use master page in your asp.net application. Master pages allow you to keep layout consistent within all the pages of your asp project. There are few more
advantages of using master pages in your project: [Read more...]
How to create a master page in visual studio ?
How to add javascript to aspx page ?
Javascript let’s you enhance your webpages. Javascript can control events and even add effects to parts of your web page. Adding javascript to your asp page will definitely enhance your website. [Read more...]
ASP.NET Controls: Using AdRotator
If you wish to show ads on your webpage then adrotator control will come handy for you. This control allows you to select impressions, images and even allows you to redirect to another URL if any person clicks on image. [Read more...]
ASP.NET Books
If you’re a beginner asp.net programmer then you’ll learn most of the programming skills from MSDN videos and tutorials. But there is limitation to how much you’ll learn from tutorials and videos so you need to get a good book or ebook for yourself for good asp.net reference. There are many good books which you can keep on your desk for reference. [Read more...]
ASP.NET application folders
ASP.NET 3.5 uses file based approach and we’re allowed to create as many folders and files in our application without recompiling each and every time a new file is added to the solution. Visual studio IDE has the capability to automatically
precompile asp.net applications dynamically. [Read more...]
Learning CSharp with Sharpdevelop
When it comes to building .NET applications our first choice is always visual studio. But for some people it can be big download even if they choose to download visual c# express. Sharpdevelop is one alternative that can be used in such cases as it is perfect for creating .net applications and it much lighter on download size and is free as well.
[Read more...]