VSMSDN > Online Developers Network
   
Welcome! Guest | Register | Login

All @ vsmsdn

submitted by: eGuru on: 2/12/2009 3:35:36 PM |
If you are wondering why your UpdateProgress does not work, look at the code below. Normally while working with UpdateProgress we feel that everything looks correct and during compilation we don't get any errors. This is the code:
	<asp...
Email This  |  Digg it  |  Topic: Ajax.Net
submitted by: eGuru on: 2/10/2009 9:42:05 AM | www.masscontrolsite.com
Folks, check out this cool video, which talks about earning pots of money in no time. If you want to create wealth then create desire. This video is based on, how to create that desire. You can have as much as money you wanted. Recession around the g...
Email This  |  Digg it  |  Topic: General
submitted by: eGuru on: 2/10/2009 9:22:25 AM | www.microsoft.com
Yet another web browser by Microsoft. Google Crome, only browser from Google was launched some time ago and now we see yet another browser for internet experience. Microsoft really need to compete with Crome, Firefox and Safari already doing good. Pe...
Email This  |  Digg it  |  Topic: General
submitted by: Lee on: 2/8/2009 3:07:56 PM | msdn.microsoft.com
Welcome to the Beginner Developer Learning Center - a centralized learning environment specifically targeted to beginning programmers. Here you'll find a rich array of learning content that starts with the very basics, and guides you through step-by-...
Email This  |  Digg it  |  Topic: eBusiness
submitted by: eGuru on: 2/3/2009 12:35:42 AM | www.mesh.com
Time for something new :) Thank you Peer1 guys to inform about it! ---------------------------------------- These days we’re getting more and more computers... I’m personally up to 7 various desktops, laptops, netbooks, and mobile devices. Wouldn’t...
Email This  |  Digg it  |  Topic: General
submitted by: Lee on: 1/22/2009 1:44:21 AM | www.stomperf5.com
Recently I got an email from one of online services I have subscribed to and found out this interesting link. Well, I am still not sure how much it is effective in different busineses but I feel the change in my personal outlook towards business a...
Email This  |  Digg it  |  Topic: General
submitted by: eGuru on: 1/21/2009 8:39:39 AM | www.google.com
Wondering how to get best out of Google? Here's a quick list of some of Google's most popular tools to help refine and improve your search. Google has made life too easy for internet users, you will find it amazing how these operators works so pe...
submitted by: eGuru on: 1/19/2009 3:38:04 AM | www.youtube.com
I have had many problems indexing my site at google. I always wondered why my site is not getting ranked in Google. Many times developers do not consider security in their code and site get hacked. If your site is using a database and you have not ta...
submitted by: eGuru on: 1/19/2009 2:24:17 AM | healthvault.com
Carrying extra pounds can contribute to a host of problems. Even a little weight loss can improve health and energy. Whatever your focus, we’ve found the tools that can get you results. From MSN Health and Fitness. Pick your starting point and de...
Email This  |  Digg it  |  Topic: General
submitted by: eGuru on: 7/12/2008 6:50:19 AM | www.vsmsdn.com
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 
...
Email This  |  Digg it  |  Topic: ASP.NET
submitted by: eGuru on: 7/12/2008 5:07:43 AM | sixrevisions.com
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...
Email This  |  Digg it  |  Topic: HTML
submitted by: eGuru on: 7/8/2008 6:36:02 AM | www.vsmsdn.com
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...
Email This  |  Digg it  |  Topic: SQL
submitted by: eGuru on: 6/25/2008 4:02:26 AM | msdn.microsoft.com
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...
Email This  |  Digg it  |  Topic: Software
submitted by: eGuru on: 5/14/2007 8:48:41 AM | www.asp.net
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...
Email This  |  Digg it  |  Topic: ASP.NET
submitted by: eGuru on: 5/14/2007 8:46:21 AM | www.silverlight.net
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...
Email This  |  Digg it  |  Topic: ASP.NET
submitted by: eGuru on: 4/25/2007 1:46:56 AM | oraapps11i.blogspot.com
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...
Email This  |  Digg it  |  Topic: Other Technical
submitted by: eGuru on: 4/25/2007 1:45:10 AM | oraapps11i.blogspot.com
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 ...
Email This  |  Digg it  |  Topic: Oracle
submitted by: eGuru on: 4/25/2007 1:44:11 AM | oraapps11i.blogspot.com
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...
Email This  |  Digg it  |  Topic: Oracle
submitted by: eGuru on: 3/19/2007 1:56:50 AM | www.iis.net
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...
Email This  |  Digg it  |  Topic: IIS
submitted by: eGuru on: 2/25/2007 1:24:30 AM | www.asp.net
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...
Email This  |  Digg it  |  Topic: CSS
submitted by: Khwaja Hassan on: 11/14/2006 1:11:04 PM | oraapps11i.blogspot.com
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...
Email This  |  Digg it  |  Topic: Oracle
submitted by: Khwaja Hassan on: 11/14/2006 1:07:21 PM | oraapps11i.blogspot.com
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...
Email This  |  Digg it  |  Topic: Other Technical
submitted by: Khwaja Hassan on: 11/14/2006 12:59:08 PM | oraapps11i.blogspot.com
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...
Email This  |  Digg it  |  Topic: Oracle
submitted by: Lee on: 11/10/2006 2:19:08 PM | www.tiobe.com
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...
Email This  |  Digg it  |  Topic: Other Technical
submitted by: Lee on: 11/10/2006 11:06:52 AM | www.php.net
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...
Email This  |  Digg it  |  Topic: PHP
submitted by: netmsdn on: 11/9/2006 12:57:46 AM | www.microsoft.com
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...
Email This  |  Digg it  |  Topic: ASP.NET
submitted by: netmsdn on: 11/9/2006 12:33:29 AM | msdn.microsoft.com
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...
Email This  |  Digg it  |  Topic: ASP.NET
submitted by: netmsdn on: 11/8/2006 1:03:53 PM | www.microsoft.com
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...
Email This  |  Digg it  |  Topic: ASP.NET
submitted by: netmsdn on: 11/1/2006 2:25:42 PM | www.asktechguru.com
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 ...
Email This  |  Digg it  |  Topic: ASP.NET
submitted by: netmsdn on: 6/1/2006 10:39:47 PM | www.ameinfo.com
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. ...
Email This  |  Digg it  |  Topic: eBusiness
submitted by: netmsdn on: 5/19/2006 10:36:09 PM | www.ameinfo.com
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 ...
Email This  |  Digg it  |  Topic: eBusiness
submitted by: netmsdn on: 5/18/2006 10:32:31 PM | www.ameinfo.com
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...
Email This  |  Digg it  |  Topic: eBusiness
submitted by: netmsdn on: 5/8/2006 10:27:36 PM | www.ameinfo.com
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...
Email This  |  Digg it  |  Topic: eBusiness
submitted by: netmsdn on: 5/8/2006 10:21:27 PM | www.ameinfo.com
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...
Email This  |  Digg it  |  Topic: eBusiness