Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact


C# Features in Framework 3.0
0000-00-00 00:00:00
Here's list of new features of C# language in Framework 3.0. 1. Implicitly Typed Local Variables You can use implicitly-typed local variables to store anonymous t


Differences between Components, Controls, and Behaviors
0000-00-00 00:00:00
Behaviors, controls, and components are mostly the same. This is the case because when compared to the amount of functionality the base component type provides, behaviors and cont
Read more: Components

What Is LINQ to SQL ?
0000-00-00 00:00:00
Prior to answering this question, you must first understand what LINQ is. LINQ stands for the .NET Language Integrated Query and is a new framework extension in .NET 3.5. As the name
Read more: SQL

Evolution of SQL Server
0000-00-00 00:00:00
SQL Server has evolved over the years into the product it is today. The table below gives a summary of this process. Year
Read more: Evolution , SQL , SQL Server

Loading Master Pages Dynamically in ASP.NET 3.5
0000-00-00 00:00:00
You can associate different Master Pages dynamically with a content page. This is useful in two situations. First, you can enable the users of your website to customize the appear
Read more: Loading

A Brief Overview of Validation in ASP.NET 3.5
0000-00-00 00:00:00
Many web applications involve user input. The sad fact is, however, that users make mistakes: they skip required fields, they put in six-digit phone numbers, and they return all m
Read more: Brief , Overview , Validation

Automatically Hiding the Login Control from Authenticated Users
0000-00-00 00:00:00
Some websites display a login form at the top of every page. That way, registered users can log in at any time to view additional content. The easiest way to add a Login control to all
Read more: Automatically , Control

Check the load time of your website
0000-00-00 00:00:00
  It's a good idea to check the load time of your site, I found that usefult free online tool: You can check the downloaded size (in KB) of the page, Total Load Time and Averag
Read more: Check , website

How to select all text in textbox when it gets focus
0000-00-00 00:00:00
Sometimes it's usefull when your someone clicks in your textbox, whole text inside it to become selected. We use it in 'Link to Us' textbox. Follows example how you can do it: in aspx page:


LINQ: DataContext Class
0000-00-00 00:00:00
The DataContext class is the core channel that you use to work with (for example, to query or update) your database. For each LTS DBML file you add to your solution, a new DataCon


PNGs and Browser Support
0000-00-00 00:00:00
While Internet Explorer for Windows 6 (IE6) and previous versions of IE don’t support PNGs’ alphatransparency feature, all popular browsers — Safari, Opera, Firefox, and
Read more: Support

Check site loading by different locations in the world
0000-00-00 00:00:00
If your site has visitors from all over the world, it may be a good idea to check if it can be accessed and loading time by the different location in the world, I found that useful site:
Read more: Check , locations

Fix the SQL Connection Problems
0000-00-00 00:00:00
Connecting ASP.NET to a remote SQL Server or SQL Server Express database is error-prone and frustrating. If you manage to connect the first time without any grief, run out and buy


Encrypt Connection Information
0000-00-00 00:00:00
ASP.NET doesn’t serve (display) certain types of files to the browser, including configuration files. However, don’t tempt fate by flashing a SQL Server password in the


Generate Sitemap for your Site
0000-00-00 00:00:00
It's a good idea to add sitemap file to your site. Some hosting providers allow their customers tools for sitemap generation, but if your doesn't you can use this url to generate it (just by typing
Read more: Sitemap

Forget about tedious mistakes when Validate through W3C
0000-00-00 00:00:00
Let's begin with an example of simple asp.net code: <asp:ImageButton ID="_imgBtn" runat="server" ImageUrl="~/images/Img.jpg" Height="50px" Wid
Read more: Validate

Fields removed when Download our Products
0000-00-00 00:00:00
We've received some mails form our visitors, they asked us why we need to collect their names and e-mails when they download our free products. We've really don't need users names and e-mails. That
Read more: Download , Fields , Products , removed

Page 2 of 2 « < 1 2 > »
eXTReMe Tracker