All @ vsmsdn
While browsing the internet and new age web portals, I was always wondering how one structure his/her site in these beautiful does and meaning full URLs like below:
http://www.mysite.com/Nokia6610
http://www.mysite.com/Shopping/Phones
...
Cheat sheets are helpful to have around because they allow you to quickly remember code syntax and see related concepts visually. Additionally, they’re nice decorative pieces for your office.
In this article, you’ll find 23 excellent, print-ready...
SQL injection is very common on database driven websites. It does not make any difference either you use PHP with MySQL or ASP/.Net with SQL Server or JSP with Oracle.
Hacker will definitely assume if the webpage is .asp extention that the backen...
It will be really good to understand how Microsoft Office System 2007, Microsoft Vista and Visual Studio 2008 works together.
Those who are wondering how exactly visual studio 2008 looks like. Well, your wait ends here, Microsoft has the option t...
Microsoft® Silverlight™ is now available for download. Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Silverlight offers a flexi...
A showcase of next generation experiences using Silverlight.
Microsoft Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Silverl...
Here is a trick to lock the folders without using any software:
• Lock a folder without any software
Suppose you want to lock the folder games in d: which has the path D:\Games.
Follow the below steps:
1. In the same drive create a text fil...
Top-n query: Query to find the nth highest salary and the
associated employees from employees table
select a.last_name,a.salary
from employees a
where n = (select count(distinct(b.salary))
from employees b
where a.salary <= b.salary)
nth ...
Hierarchical query:
This query lists the employee_details with their manager in hierarchical manner from employees table.
SELECT a.employee_id, a.first_name, a.last_name, a.manager_id,
b.first_name mgr_first_name, b.last_name mgr_last_nam...
Internet Information Services 7.0
More than just a Web server, Internet Information Services 7.0 (IIS7) provides a secure, easy to manage platform for developing and reliably hosting Web applications and services.
With IIS7 you can:
Minimize p...
Welcome! ASP.NET is a great technology for building web sites but it would be even better if it provided more flexibility for customizing the rendered HTML. For example, the Menu control makes it simple to add a menu to a web site, but it would be be...
Hey Guyz, check out this nice tutorial on ASP.NET AJAX. Read the exerpts below or click the link on top of this article to grab this offer.
------------------------------
Welcome, Visual Studio 2005 developers! InnerWorkings has teamed with Microso...
With Visual Studio 2005, Microsoft continues its market leading innovation in developer productivity by delivering a productive, integrated, and extensible application platform and tools....
Using External Table feature of Oracle 10g on Windows:
External Tables are used for dataloading to oracle 10g Database.
1. Create a Directory C:\wkdir
2. connect to sqlplus as system or sysdba
3. Execute the below statement
create or replace d...
We may come across the problem menstioned below. So I have attached the solutions as well with this to releave you off the problem.
Problem:
In order to install or reinstall Microsoft Windows you must have access to a Product Key for that versi...
Technical Details of Image File Attachment in Oracle Applications 11i.
Attaching an image file in Oracle Apps say, you attach an image of an Item.
For this you will click on the attachments icon(Paperclip Icon) of the toolbar in Apps Window and t...
Ever wondered how popular is your programming language like Visual Basic, Java, C or C++ etc...? If you are really interested to know how these scripting languages are doing in the market you can checkout TIOBE Programming Community which provides mo...
The PHP development team is proud to announce the immediate release of PHP 5.2.0. This release is a major improvement in the 5.X series, which includes a large number of new features, bug fixes and security enhancements. Further details about this re...
This is the place to take advantage of unique special offers and new training opportunities from Microsoft Learning. Explore what Microsoft Certification can do for you. Find targeted classroom training, giving you the knowledge that you need to help...
Microsoft presents the Beta 1 release of Expression Web (formerly Expression Web Designer).
Expression Web is a professional design tool that helps you create and work with:
Standards-based Web sites
Sophisticated CSS-based layouts
Extensiv...
Microsoft released the final version of its new .NET 3.0 platform. It's available to download at the microsoft website.
The Microsoft .NET Framework 3.0 is the new managed code programming model for Windows®. It combines the power of the .NET Fram...
Following example will show you how to export the data from your Asp.Net application to the excel sheet with column names and their values. Exporting the data is useful in many places such as your user wants to download their account details in good ...
submitted by:
netmsdn
on: 10/29/2006 6:45:57 AM |
Following example shows you how to connect to the SQL Server using DataAdapter and fill the DataSet and print out the resultset on your ASP.NET page.
DataAdapter represents a set of SQL commands and a database connection that are used to fill the...
submitted by:
netmsdn
on: 10/27/2006 5:15:15 PM |
Connection string element help in avoiding the the repeatation of connectionstring in your code. You can store all your connectionstrings in the web.config file for an ASP.NET application.
The connection string can be stored in the configuration f...
submitted by:
netmsdn
on: 10/25/2006 3:30:32 PM |
CheckBoxList control is the simiar to a dropdown list control which provides a multi selection check box group which can be dynamically generated with data binding.
This contains an Items collection with members corresponding to individual items ...
The first public Beta release of Microsoft ASP.NET AJAX v1.0 (code-named "Atlas") is now available for download. ASP.NET AJAX is a free framework for creating client-centric, interactive Web applications that work across many popular browsers and on ...
Central and local governments are under constant pressure to provide the best possible service to citizens at the best possible value for taxpayers' money. At the same time, they are responsible for managing and maintaining a large, complex and very ...
Several companies have popped up recently offering eBusiness sites in a box. These boxed sites include shopping carts, templates to build your site from, the use of your own domain name, an email account, and in many cases credit card processing.
...
The benefits of e-business are undeniable. Many of the world's leading corporations have adopted the e-business model in order to reduce costs, increase productivity, improve accuracy, and get closer to their customers.
The goal is to deploy best ...
Technology is an embedded part of our daily lives - we've Wi-Fi'd the airwaves in our house and garden (and part of the neighbour's garden); iPodded our favourite tracks; podcasted yesterday's football match to listen to on our way to the office; and...
By virtue of training and skills, managers responsible for property, plants, technology, fleets, and public infrastructure are well suited to play a central role in managing the risk associated with unexpected impairment of assets and production capa...
Financial services companies are faced with significant challenges - the ongoing deregulation of financial markets, international competition and industry consolidation. Global M&As are frequent and financial institutions are looking to improve the b...