Moondust

Stories kicked by Moondust

Importing an Excel Spreadsheet Using Typed DataSets and TableAdapters(aspnet.4guysfromrolla.com)

submitted by MoonduskMoondusk(15) 4 years, 2 months ago

In this tutorial, learn how to import data from an Excel Spreadsheet to a Database by creating a tiered application architecture using Visual Studio's Typed DataSets and TableAdapters. read more...

add a comment |category: |Views: 75

tags: another

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

Links galore, everything you need to learn and use ASP.NET(weblogs.asp.net)

submitted by wisemxwisemx(8074) 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

Retrieving Values from a DataReader(weblogs.asp.net)

submitted by wisemxwisemx(8074) 4 years, 3 months ago

There are several ways to retrieve values from a DataReader. The first method is by using the index and looping through the fields in order as retrieved within the Select statement. Starting with the 0 index, you may use the GetValue() Function. read more...

add a comment |category: |Views: 9

tags: another