Moondust

Stories submitted by Moondust

ASP.NET Links for Getting Started - Nannette Thacker ShiningStar.net(weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

Ready to learn ASP.NET? Here are my recommendations for videos and articles to learn ASP.NET in a logical order. read more...

add a comment |category: |Views: 0

tags: another

Improving Page Download Time With Image Compression - Nannette Thacker(weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

To show the importance of image optimization, I took a page with 64 HTML images and ran it through a page load test. I then optimized the images and ran it through the test again. read more...

add a comment |category: |Views: 1

tags: another

HTML Tables to ASP.net Table Controls - Nannette Thacker ShiningStar.n(weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

If you're new to ASP.net, but familiar with ASP Classic or HTML, you might wonder about the ASP.net table control. read more...

add a comment |category: |Views: 13

tags: another

AutoEventWireup and Debugging Why Events Are Not Being Hit - Nannette (weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

If you're new to ASP.net, this may be an issue for you at some point. What if you're programming, you put in your page load function, and then run your code and nothing happens? You turn on debugging and try to step through the code, but it never hits your Page_Load function? read more...

add a comment |category: |Views: 1

tags: another

OnLoggingIn Custom Method - Nannette Thacker ShiningStar.net(weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

If you are using a Login control and you want to run your custom log in code before the system handles the log in, you may use the "OnLoggingIn" property to access your custom function. read more...

add a comment |category: |Views: 7

tags: another

Illustrator Image Edges and Anti-Aliasing - Nannette Thacker ShiningSt(weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

How to remove the 1 pixel edge around an image for the web. read more...

add a comment |category: |Views: 0

tags: another

Ajax Control Toolkit Installation in Visual Web Developer - Nannette T(weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

Step by step instructions for Ajax Control Toolkit Installation in Visual Web Developer read more...

add a comment |category: |Views: 12

tags: another

Microsoft OneNote 2007 for Organizing Source Code Snippets, Clients, F(weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

OneNote is an invaluable tool for creating Snippet folders to hold snippets of code under various categories. Then during web application development, if I need to reuse a snippet of code on another site, I have it handy and searchable. read more...

add a comment |category: |Views: 16

tags: another

Retrieving Values from a DataReader - Nannette Thacker ShiningStar.net(weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

There are several ways to retrieve values from a DataReader. read more...

add a comment |category: |Views: 4

tags: another