Freelancercafe

Friday, May 18th

Last update05:06:15 AM GMT

You are here: Web & Programming .Net Tips

.Net Tips

ASP Net And Flash Communication

E-mail Print

In this article you will learn the world of Flash development with ASP.NET. This article thoroughly covers all of the Flash to ASP.NET communication methods, as well as a step-by-step introduction to ASP.NET development using Visual Studio.NET coolest IDE and Adobe Flash CS.

How To Find Size Of Logical Drives Using .NET?

E-mail Print

There is direct method in .NET for computing the file size but there is no such method for computing directory size and logical drive size.

.Net-Check For Unfilled TextBox

E-mail Print

Here is the code for checking unfilled text Boxes:

ASP.NET Session State tips

E-mail Print

Session state is an essential part of many ASP.NET apps but it can also be a drag on performance or result in application errors if used improperly. Here are some ASP.NET Session State tips to make sure you won’t be tripped up by any situation