Featured Tips
How to phone number in windows mobile device using C#
This tips to help to read phone number from windows mobile SIM using C# with P/Invoke
 Tip Of The Day
How to phone number in windows mobile device using C#

Introduction

This Tips help to you read the Phone number from SIM in windows mobile device. most of the Windows mobile device have support retrive SIM detail using Native code.Before rea

By :RRaveen |  On : 26 Feb 2010

List of Tips/Tricks

How to disable Silverlight caching in IIS 7 with Web config.

In this, I am going to show that how to disable silverlight cache in IIS7, changes can be add in the web.config.Read more..
By: Mostafa Elzoghbi   |    On:  10/25/2011 8:12:29 AM    |    Tips

How to use BigInteger in C# 4.0

In this tip, I will explain how to use the BigInteger in C# 4.0.The BigInteger is new data type in .NET 4.0.Read more..
By: jalpesh   |    On:  9/22/2011 7:03:54 AM    |    Tips

How to Pass Muliple Fields with Gridview HyperLink Column

In this tip, I will explore that how to Pass Muliple Fields with Gridview HyperLink ColumnRead more..
By: RRaveen   |    On:  9/13/2011 1:41:58 AM    |    Tips

How to Improve SEO services

In the current market trends Companies want their names on the top of the list for their services to customers and for achieving this task they need to be very sensitive on search engines, and for this many companies are spending money for SEO.Read more..
By: NikhilJohari   |    On:  8/28/2011 4:10:23 AM    |    Tips

Windows Azure Table Storage in detail

In this tip, I will give few details about Windows Azure Table storage.Read more..
By: jalpesh   |    On:  8/14/2011 6:07:13 AM    |    Tips

The Box Selection in Visual Studio 2010

In this tips, I'm going to explain how to do box selection in visual studio 2010.Read more..
By: jalpesh   |    On:  8/6/2011 10:00:03 PM    |    Tips

SQL Management Studio in Visual Studio 2010

Microsoft Visual Studio 2010 is a great IDE and everyday I am discovering something new about it. Today I am also going to explain new feature of Visual Studio 2010. In this post I am going to Transact SQL Editor feature in Visual Studio 2010.Read more..
By: jalpesh   |    On:  8/6/2011 9:35:58 PM    |    Tips

The extended version of string spilt method in C#

In this tips,I am going to discuss about two important thing about Split function of String class. Split function of the string class split the string in array of string.Read more..
By: pranay rana   |    On:  7/29/2011 10:36:47 AM    |    Tips

Site Manage access Request Multiple accounts in SharePoint

In this tip, i will show how to manage access Request Multiple accounts in SharePoint.Read more..
By: André Lage   |    On:  7/12/2011 8:54:17 AM    |    Tips

How to Maintain Browser History for Ajax events through script manager in ASP.NET

In this article, I am going to explain, How to Maintain Browser History for Ajax events through script manager in ASP.NET.Read more..
By: jalpesh   |    On:  7/2/2011 10:46:24 AM    |    Tips

Examples of Rollup and Grouping Sets in Oracle

In this tip, I'm going to give few examples of Rollup and Grouping Set usage in Oracle.Read more..
By: Nimish Garg   |    On:  6/17/2011 9:40:26 AM    |    Tips

How to Number Seprated By Any Character in Oracle

In this tip, I am going to explain to how to separate number separated by any characters in Oracle Database.Read more..
By: Nimish Garg   |    On:  6/17/2011 9:23:18 AM    |    Tips

How to upload videos to Facebook using C#

The Facebook is very popular and it has great support to other development Languages by Facebook SDKs.In this tips, I going to explain how to upload Videos to Facebook through C# with few lines of code.Read more..
By: Mostafa Elzoghbi   |    On:  6/13/2011 4:36:13 AM    |    Tips

HTML5 Intellisense support by Visual Studio 2010/2008

Recently I was playing with HTML5 and I was in need of the HTML5 intellisense in Visual Studio 2010. I found a great extension which will provide me a great intellisense for HTML5. I thought its great to share with you all. You can download that tool from following link.Read more..
By: jalpesh   |    On:  5/15/2011 3:43:18 AM    |    Tips

How to use "nav" tag in HTML5

In this tip, i will show how to use the
By: jalpesh   |    On:  5/15/2011 3:38:31 AM    |    Tips

Operation must use an updateable query ASP.NET with Database

When you are work with asp.net and database,sometime you may receive error "Operation must use an update with query." update database with your data access.Read more..
By: RRaveen   |    On:  4/19/2011 9:43:44 AM    |    Tips

How to verify Page is secure or Not using in ASP.NET and JavaScript

In this tip, i will show how to verify Page is secure or Not using in ASP.NET and JavaScript.Read more..
By: jalpesh   |    On:  4/11/2011 9:48:29 AM    |    Tips

Difference between two Entity Set using LINQ

In this tip I am going to discuss about how to get the difference between two table/ entity sets For ExRead more..
By: pranay rana   |    On:  4/4/2011 10:48:28 PM    |    Tips

Handle Printing Data with HTML using CSS

In this tips, i going to share with you, how to handle the HTML Data to printing using CSS.Read more..
By: pranay rana   |    On:  3/27/2011 7:29:37 AM    |    Tips

How to ALTER or ADD two columns in Sql Server Table using T-Sql

In this tips, I will explain how to ALTER or ADD two or more columns in to table by t-sql script.Read more..
By: RRaveen   |    On:  3/25/2011 2:40:13 AM    |    Tips

How to use sql WHERE With LINQ Query

In my current project I am using Linq To Sql ORM as my database layer for doing database operation. Now as I am moving further I got requirement to that I have to filter one table record form another table.Read more..
By: pranay rana   |    On:  3/5/2011 6:05:43 AM    |    Tips

Get Simulated Cumulative Sum (Running Total) in Oracle

In this tip,i will explain how to get the running total in oracleRead more..
By: Nimish Garg   |    On:  3/5/2011 5:42:19 AM    |    Tips

How to Format time HH:MM:SS from second in C#

In this tip, i will share with you , how to format time HH:MM:SS from seconds in C#.Read more..
By: pranay rana   |    On:  2/25/2011 8:04:11 AM    |    Tips

How to use Statspack to Create Report in Oracle

The Statspack is a set of performance monitoring and reporting utilities provided by Oracle starting from Oracle 8i and above. When you run the Statspack installation script, the PERFSTAT user is created automatically.Read more..
By: Nimish Garg   |    On:  2/18/2011 7:41:14 PM    |    Tips

CONNECT BY loop in user data in Oracle

In this tip,i will explain how to use CONNECT BY loop in user data and fetch data.Read more..
By: Nimish Garg   |    On:  2/18/2011 7:23:24 PM    |    Tips

Programmatically creating ASP.NET Request and handling Response

Recently one of the my friends asked about how to create a web request in asp.net to a url outside of project. So I decided to write a small tip regarding this. This web request can be easily created with httpwebrequest class and you can easily consume the response we are getting from thisRead more..
By: jalpesh   |    On:  1/24/2011 8:45:03 AM    |    Tips

Multi Monitor Support in Visual Studio 2010

In this tip we are going to see an new feature for multi monitor support in Visual Studio 2010. In Visual Studio 2010 you can drag windows outside IDE and thus you can use in different monitorRead more..
By: jalpesh   |    On:  1/22/2011 7:44:15 AM    |    Tips

How to Create Round Corner TextBox using Jquery in ASP.NET

In this tip, I will show you, how to create round corner textbox using JQuery. The JQuery is powerful library to manipulate client side HTML, CSS and etc.Read more..
By: RRaveen   |    On:  1/18/2011 9:46:43 PM    |    Tips

Tracking Change Data Capture in SQL Server 2008

A very important feature of SQL Server 2008 is that we can enable CDC(Change Data capture) on database or table.We can track the database had CDC enabled by querying IS_CDC_ENABLED columnRead more..
By: Dhananjay Kumar   |    On:  1/17/2011 8:41:55 AM    |    Tips

Tracking Change Data Capture in SQL Server 2008

A very important feature of SQL Server 2008 is that we can enable CDC(Change Data capture) on database or table.We can track the database had CDC enabled by querying IS_CDC_ENABLED columnRead more..
By: Dhananjay Kumar   |    On:  1/17/2011 8:40:34 AM    |    Tips

How to attach Double click Event to Button using JQuery

In this code snippet, I will show , how to attach double click event to button control using JQuery, sometimes you may need to use the double click event for specific action in web page. So this tips help to you to attach the event.Read more..
By: RRaveen   |    On:  1/14/2011 10:38:04 PM    |    Tips

LINQ and Nullable Values or SQL ISNULL with LINQ

Here in this tip I am going to show you, how you can deal with the Nullable values in LINQ queries and how you can achieve functionality like SQL ISNULL function.Read more..
By: pranay rana   |    On:  1/12/2011 9:23:57 PM    |    Tips

LoggedOut Event is not firing in the Login Control in ASP.NET

In this tip i'm showing an issue i faced when i was working with the login control in ASP.NET.Read more..
By: Mostafa Elzoghbi   |    On:  1/11/2011 10:01:01 AM    |    Tips

How to use Distinct operator in LINQ

Linq operator provides great flexibility and easy way of coding. Let’s again take one more example of distinct operator. As name suggest it will find the distinct elements from IEnumerableRead more..
By: jalpesh   |    On:  1/10/2011 8:30:34 PM    |    Tips

Enum.HasFlag method in C# 4.0

Enums in dot net programming is a great facility and we all used it to increase code readability. In earlier version of .NET framework we don’t have any method anything that will check whether a value is assigned to it or not. In C# 4.0 we have new static method called HasFlag which will check that particular value is assigned or not.Read more..
By: jalpesh   |    On:  1/1/2011 7:14:00 AM    |    Tips

Permanent Redirect is new feature ASP.NET 4.0

In this tip, I will show you permanent redirection new feature in asp.net 4.0.first we consider why we need permanent redirection of page.Read more..
By: Kirti.M.Darji   |    On:  12/29/2010 9:15:49 AM    |    Tips

The remote host closed the connection. The error code is 0x80070057

Sometimes you may get this error when you are do long time processing in asp.net page error message will be "The remote host closed the connection. The error code is 0x80070057.Read more..
By: jalpesh   |    On:  12/22/2010 10:18:24 PM    |    Tips

HTTP 404 Not Found problem when deploying WCF in IIS 7.0

In this tip, i will show how to solve the http 404 not found error at IIS 7.0 with WCF deployment.Read more..
By: Mostafa Elzoghbi   |    On:  12/20/2010 9:53:21 PM    |    Tips

AjaxFrameworkMode Property with ScriptManager in ASP.NET 4.0-Part 2

This is second part of the ScriptManager in ASP.NET 4.0.In this tip I am going to explain about AjaxFrameworkMode Property for ScriptManager in ASP.NET 4.0Read more..
By: jalpesh   |    On:  12/20/2010 7:58:43 AM    |    Tips

How to use DATEDIFF() function in Sql Server

This is the third tips date related function in sql server. In this I going to show you how to use DATEDIFF() function in sql server. The DATEDIFF () is useful to get the specified date part between two datesRead more..
By: RRaveen   |    On:  12/16/2010 10:06:48 AM    |    Tips

How to get Table and Database size using T-Sql

Today I would like to check my database and other few table size in online database. For that I have been use the system produce to get the tables and database size.Read more..
By: RRaveen   |    On:  12/15/2010 10:24:33 AM    |    Tips

How to use sql server DATENAME () Function

In my previous tip I have been posted about DATEADD () function. Another function can use for date and time related operation in Sql server called DATENAME (). The DATENAME () returns a character string representing the specified datepart of the specified date.Read more..
By: RRaveen   |    On:  12/14/2010 11:53:50 PM    |    Tips

How to use DATEADD function in Sql Server

The DATEADD function is a powerful built-in function sql server to add dates in different way and types. So I would like to explore in this tip how we can use the DATEADD function for different purpose.Read more..
By: RRaveen   |    On:  12/12/2010 10:16:49 PM    |    Tips

How to Disable Right click in Web Page using JavaScript/JQuery

In this tip, i will show you How to Disable Right click in Web Page using JavaScript Or JQueryRead more..
By: abhi2434   |    On:  12/2/2010 7:57:23 AM    |    Tips

Select Records Based on Row Number in Sql Server

In this tips, i will explain how to select records based on Row number using ROW_NUMBER() function in sql server.Read more..
By: abhi2434   |    On:  12/2/2010 7:43:59 AM    |    Tips

How to solve IE 7 hanging issue in windows

In this tips i will show, how to resolve IE 7 hanging issues when you are try to close.Read more..
By: dotnetfish   |    On:  11/30/2010 8:12:15 AM    |    Tips

What is best int.Parse vs Convert.ToInt32 in C#

Both int.Parse and Convert.ToInt32 are used to convert string into the integer but Only difference between them is to Convert.ToInt32 handle null and returns "0" as output and int.parse is not going to handle NULL and will give a Argument Null Exception.Read more..
By: jalpesh   |    On:  11/27/2010 12:55:23 AM    |    Tips

How to retrieve Multiple Result Sets from DataReader in .NET

In this snippets, i will show to you How to retrieve Multiple Result Sets from DataReader in .NET.I will use the SqlDataReader for the demonstration purpose.Read more..
By: RRaveen   |    On:  11/23/2010 10:22:10 AM    |    Tips

How to Get Month Name in T-SQL

In this tips will explain to you, two different ways to select month name in sql server. Read more..
By: RRaveen   |    On:  11/12/2010 9:50:54 PM    |    Tips

DllRegisterServer failed with error code 0x80004005 in windows Vista

This is simple and very important tips, who are using windows vista operating system. because when you are try to register dll may be you also face this issue.DllRegisterServer failed with error code 0x80004005 in windows VistaRead more..
By: dotnetfish   |    On:  11/11/2010 9:15:17 AM    |    Tips

Difference between Web Service and WCF Service

While taking interviews of .NET developers I often ask this questions. But lots of people don’t know exact difference between this. So, I decided to write a separate article about this.Read more..
By: jalpesh   |    On:  11/2/2010 10:37:53 AM    |    Tips

Why and When ASP.NET Application restart?

When we are work IIS and ASP.NET, we may face the asp.net application has restart for some reasons.Read more..
By: RRaveen   |    On:  11/2/2010 9:56:42 AM    |    Tips

How to avoid Run Time Errors while deploying SharePoint 2010 Solutions

How to avoid Run Time Errors while deploying SharePoint 2010 SolutionsRead more..
By: Mostafa Elzoghbi   |    On:  10/27/2010 8:27:06 AM    |    Tips

How to find column name within stored procedures in sql server

How to find word within stored procedures in sql serverRead more..
By: dotnetfish   |    On:  10/27/2010 8:00:24 AM    |    Tips

An error in your SQL syntax at line 1 in MySql

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1Read more..
By: dotnetfish   |    On:  10/27/2010 7:44:26 AM    |    Tips

How to use People Editor Control in MOSS 2010

People editor can be used whenever we want the user to select user, AD groups or SharePoint groupsRead more..
By: amalhashim   |    On:  10/24/2010 1:32:40 AM    |    Tips

How to Decoding VBA password in Excel

This thing haunted me since ages. I was able to figure out a way to do this in unique style.Read more..
By: Rohan Datar   |    On:  10/16/2010 11:14:34 AM    |    Tips

Error:Create failed for Login 'username' in sql server

Create failed for Login 'username'. (Microsoft.SqlServer.Express.Smo) ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)Read more..
By: dotnetfish   |    On:  10/16/2010 10:56:34 AM    |    Tips

Error : Exclusive access could not be obtained because the database is in use

When restore a new database in MSSQL 2005 and hit error Restore Failed For Server (Microsoft.SqlServer.Smo)Read more..
By: dotnetfish   |    On:  10/16/2010 10:47:47 AM    |    Tips

Develop high-quality data access applications using NHibernate

.NET developers will learn about all the features of NHibernate 3.0 through example recipes. Users will be shown how to create database queries using methods, including the new LINQ to NHibernate and QueryOver APIs along with developing a persistent object model for moving data in and out of their database.Read more..
By: swativ   |    On:  10/15/2010 5:15:24 AM    |    Tips

How to Manage Self Site Creation Service and un used sites in your farm

I was implementing Site Creation governance practices, and i came out with the idea of this tip.Read more..
By: Mostafa Elzoghbi   |    On:  10/3/2010 10:08:53 AM    |    Tips

Why do we need managed accounts in SharePoint 2010

SharePoint 2010 shipped with a new feature called "Managed Accounts". Managed accounts is a feature that allow sharepoint farm admins and system engineers to manage service accounts/Services created for the sharepoint 2010.Read more..
By: Mostafa Elzoghbi   |    On:  10/3/2010 10:02:03 AM    |    Tips

Security Advisory (Vulnerability in ASP.NET) and SharePoint

We recently released a Microsoft Security Advisory about a security vulnerability in ASP.NET. This post explains the impact on SharePoint and documents a recommended workaround.Read more..
By: André Lage   |    On:  9/27/2010 9:08:17 AM    |    Tips

ASP.NET Security Vulnerability: Take Action Immediately

This is very important for those who have asp.net application running out there. Attacker can get data encrypted data in view state or web.config data if you ignore this.Read more..
By: dotnetfish   |    On:  9/23/2010 9:07:26 AM    |    Tips

How to Securing .NET Assembly code

Tips on how to secure your .net code from crackers.Read more..
By: kirtan007   |    On:  9/21/2010 9:36:17 AM    |    Tips

Hide button outside update panel in asp.net

In this tip, i will show you how to hide the button outside the update panelRead more..
By: RaviChandra   |    On:  9/16/2010 8:00:03 AM    |    Tips

Parser Error Message Section or group name system.web.extensions is already defined.

Parser Error Message: Section or group name 'system.web.extensions' is already defined.Read more..
By: dotnetfish   |    On:  9/13/2010 8:14:37 AM    |    Tips

Could not load file or assembly CrystalDecisions.Web

Deploy a web application that uses crystal report basic 10.5 and hit below error when try to access to the application.Read more..
By: dotnetfish   |    On:  9/13/2010 8:08:14 AM    |    Tips

Could not load file or assembly System.Web.Extensions

Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.Read more..
By: dotnetfish   |    On:  9/11/2010 10:44:46 AM    |    Tips

Method not found at Void System.Web.UI.ScriptManager.RegisterStartupScript

Method not found at Void System.Web.UI.ScriptManager.RegisterStartupScriptRead more..
By: dotnetfish   |    On:  9/11/2010 10:37:34 AM    |    Tips

System Services/ Service Applications in SharePoint 2010

in this tip, I’d like to share some thoughts about SharePoint 2010 terms in regard of planning your SharePoint FarmRead more..
By: Mostafa Elzoghbi   |    On:  9/9/2010 8:29:30 AM    |    Tips

Permission denied to call method XMLHttpRequest.open in jQuery

I received below error message in firebug when i try to use jQuery Ajax callRead more..
By: dotnetfish   |    On:  9/7/2010 10:37:43 AM    |    Tips

Zip & FTP database and create backup in sql server

I need to backup, zip and FTP my database to another server for safety purposes.Read more..
By: dotnetfish   |    On:  9/6/2010 10:21:17 AM    |    Tips

Status of package Crystal Reports Basic for Visual Studio 2008 (x86, x64) after install is Install Failed

Status of package Crystal Reports Basic for Visual Studio 2008 (x86, x64) after install is Install FailedRead more..
By: dotnetfish   |    On:  9/6/2010 10:04:34 AM    |    Tips

Troubleshooting Cloud Service Deployment in Azure

Troubleshooting Cloud Service Deployment in AzureRead more..
By: Mostafa Elzoghbi   |    On:  9/1/2010 9:36:00 AM    |    Tips

How use Let Keyword in Linq

I am using Linq-To-Object in my current project to remove some extra loops and I have found one of the great keyword in Linq called ‘Let’Read more..
By: jalpesh   |    On:  8/26/2010 8:26:27 AM    |    Tips

Cannot change column to Not Null: Cannot insert the value NULL into column '', table '.dbo.Tmp_'; column does not allow nulls.

Cannot change column to Not Null: Cannot insert the value NULL into column '', table '.dbo.Tmp_'; column does not allow nulls.Read more..
By: RRaveen   |    On:  8/20/2010 12:04:43 PM    |    Tips

How to detection browser using Javascript

I have written this article on ‘Browser Detection’. Sometimes it can be very useful to detect the visitor's browser, and then serve up the appropriate information.Read more..
By: ansari.najmul@gmail.com   |    On:  8/14/2010 1:56:53 AM    |    Tips

How to resolve Procedure or function has too many arguments specified in .NET

This is error is occurred when developer or database administrator made mistake in stored procedures argument list.Read more..
By: RRaveen   |    On:  8/2/2010 1:23:48 AM    |    Tips

List of Templates SharePoint

When we are creating List using elemnts.xml and feature.xml, need to know what Template ID code to use.Read more..
By: André Lage   |    On:  7/27/2010 10:06:42 AM    |    Tips

How to use the Compute method with DataTable or DataSet in C#

There are lots of features in .NET framework. In this article, you will learn how to use the Compute method, which is exists within the data table object.Read more..
By: RRaveen   |    On:  7/26/2010 4:37:46 AM    |    Tips

How to Sleeping a thread for Zero Seconds in C#

I was asked about something that appeared to be an oddity in some example code that I posted online. The code in question was a single call to the sleep function.Thread.Sleep(0);or if you prefer to see the native code version:Sleep(0);The sleep function is often used to insert delays into code.Read more..
By: j2inet   |    On:  7/17/2010 11:49:47 PM    |    Tips

How to Copy Document librarys Between websites in SharePoint

This method help you moving files and folders in Document librarys Between sites without metadata.Read more..
By: André Lage   |    On:  7/15/2010 8:56:25 AM    |    Tips

How to Create Directory and File tree in C#

In this tips I have given, create directory and file detail as tree view in C#, I have seem so many questions in asked in forums, how to get the directory and file information in recursive manner.Read more..
By: RRaveen   |    On:  7/12/2010 11:24:18 PM    |    Tips

Handling Cookies with Redirects and HttpWebRequest in ASP.NET

The HttpWebRequest handles redirects automatically. That's usually a nice feature but it can actually get in the way when the web server is setting cookies in the same response in which it is sending a redirect.Read more..
By: j2inet   |    On:  7/11/2010 2:27:56 AM    |    Tips

How to configure Reporting Services 2008 in SharePoint 2010

I will show how to configure SQL Reporting services in SharePoint 2010.Read more..
By: Mostafa Elzoghbi   |    On:  7/6/2010 9:49:00 AM    |    Tips

How to load the WPF controls dynamically at Runtime

In order to load the WPF controls dynamically at RuntimeRead more..
By: Prabu   |    On:  7/4/2010 10:59:30 AM    |    Tips

How to replace special char in Xml with C#

In this tips, will describe about How to replace special char in Xml with C#Read more..
By: RRaveen   |    On:  7/3/2010 3:05:45 AM    |    Tips

Range Operator in Linq in .NET 4.0

Linq is almost providing all the functionalities and i have found one another great operator called range operator which will return a sequence of integer number from start point to number of countRead more..
By: jalpesh   |    On:  7/1/2010 11:55:02 AM    |    Tips

How to read a file line by line C#

How to read a file line by line C#Read more..
By: RRaveen   |    On:  7/1/2010 4:55:04 AM    |    Tips

How to open Crystal Report as PDF in asp.net

How to open Crystal Report as PDF in asp.netRead more..
By: RRaveen   |    On:  6/30/2010 3:56:21 AM    |    Tips

Managing your WCF Service Context and State

when you create a host for your service,this host manage the context of the service and its statesRead more..
By: Mostafa Elzoghbi   |    On:  6/29/2010 12:13:08 PM    |    Tips

New Features in .NET Framework 4.0-Part02

In this tips, I have describe, how to know what is process version and what is bit of OS version running in PCRead more..
By: RRaveen   |    On:  6/22/2010 10:59:41 PM    |    Tips

How to find unused Table and Recently executed query in Sql Server

How to find unused Table and Recently executed query in Sql ServerRead more..
By: Mohammad Shahanshah Ansari   |    On:  6/22/2010 9:30:15 AM    |    Tips

SharePoint tweak # 1 Enabling Intellisense in Visual Studio for creating SharePoint feature

SharePoint tweak # 1 Enabling Intellisense in Visual Studio for creating SharePoint featureRead more..
By: Dhananjay Kumar   |    On:  6/19/2010 11:11:58 PM    |    Tips

Inserting values into an identity column

The identity column gets value assigned automatically when a new records inserted into the table.Read more..
By: Mohammad Shahanshah Ansari   |    On:  6/18/2010 11:20:09 AM    |    Tips

System.Data.OracleClient Requires Oracle Client version 8.1.7 or greater

If you developed .Net Applications with Oracle Backend,you may face this problem if you installed Oracle Client Version 9.1Read more..
By: Mostafa Elzoghbi   |    On:  6/16/2010 11:24:41 AM    |    Tips

Error when using SPMetal in SharePoint 2010 with VS 2010 Beta 2

If you tried to create proxy classes using SPMetal command line tool in SharePoint 2010 using VS 2010Read more..
By: Mostafa Elzoghbi   |    On:  6/16/2010 11:15:41 AM    |    Tips

Difference between Asynchronous & Asynchronous Postback in AJAX

Difference between Asynchronous & Asynchronous Postback in AJAXRead more..
By: Mostafa Elzoghbi   |    On:  6/16/2010 9:43:27 AM    |    Tips

CompressionEnabled Property in session state in asp.net 4.0

As a web developer we all know about session. Without the use of session any database driven web application is incompleteRead more..
By: jalpesh   |    On:  6/16/2010 8:47:41 AM    |    Tips

How to debug process with visual studio 2005/2008 And aspnet_wp.exe

Some time while you are testing you need to debug some things in your asp.net applicationRead more..
By: jalpesh   |    On:  6/11/2010 11:29:49 AM    |    Tips

Sharing Source Files between Projects

There are times when you will want to share the same source code among several projects. A common way to do so is with a shared assembly; you put common functionality in one project and then share the output among several other projects.Read more..
By: j2inet   |    On:  6/11/2010 10:59:06 AM    |    Tips

How to enable Session State in SharePoint 2010

If you are trying to use any of SharePoint 2010 Features that use Session state service in SharePointRead more..
By: Mostafa Elzoghbi   |    On:  6/10/2010 9:19:37 AM    |    Tips

Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender

I was trying to send Emails using SSIS package deployed in SQL 2008. I was getting this error when i am trying to run the SQL Agent Job which sends Email address on the success of this job.Read more..
By: Mostafa Elzoghbi   |    On:  6/9/2010 8:36:17 AM    |    Tips

Master pages in SharePoint 2010

I want to share some ideas and tips on masterpage changes in regard of using Master pages, css and ribbons in Sharepoint 2010Read more..
By: Mostafa Elzoghbi   |    On:  6/9/2010 8:25:08 AM    |    Tips

SharePoint Project Templates in VS 2010

VS 2010 has shipped with wide variety of project types for asp.net/sharepoint developerRead more..
By: Mostafa Elzoghbi   |    On:  6/8/2010 8:02:17 AM    |    Tips

Numeric textbox with regular expression validator control in asp.net 3.5

Numeric textbox with regular expression validator control in asp.net.Read more..
By: RRaveen   |    On:  6/2/2010 10:52:33 PM    |    Tips

Unable to Validate Data Error in ASP.NET website

A weird error that comes when a page is opened for a long time and then posted backRead more..
By: abhi2434   |    On:  5/26/2010 11:52:31 PM    |    Tips

Create a database from mapping files with NHibernate

.NET developers will learn about the use and optimization of NHibernate. Users will be shown how to integrate their .NET projects to create a rich, efficient, object-oriented data access layer quickly and efficiently.Read more..
By: swativ   |    On:  5/24/2010 8:34:56 AM    |    Tips

What is Silverlight ?

SilverLight is a web application framework.Multimedia,graphics,adobe flash,animation are integrated into single environment.Read more..
By: vermdivya   |    On:  5/23/2010 5:26:40 AM    |    Tips

How to use Yield statement in C#

Yield statement is one of most interesting statement in the C# 2.0. I have heard about lot of yield statement but today i have learned about yield statementRead more..
By: jalpesh   |    On:  5/22/2010 6:03:36 AM    |    Tips

ASP.NET - Limit number of characters in TextBox control

ASP.NET - Limit/count number of characters in TextBox controlRead more..
By: bryiantan   |    On:  5/19/2010 11:54:35 PM    |    Tips

Calling parameterized XML web service from javascript

In a previous post i have explained about calling a web service from javascript, please see this post to see calling a web service without parameters.Read more..
By: Prajeesh   |    On:  5/18/2010 8:28:39 AM    |    Tips

Visual Studio 2010 New features No-02-How to use the Navigate to window

In the Visual studio 2010, there are lot of new features.one is navigate to window.Read more..
By: RRaveen   |    On:  5/17/2010 11:11:26 AM    |    Tips

ASP.NET 4.0 New Feature- RepeatLayout property for CheckBoxList and RadioButtonList Controls.

ASP.NET 4.0 having many many new features. One of them is the RepeatLayout property for the CheckBoxList and RadioButtonList controlsRead more..
By: jalpesh   |    On:  5/17/2010 8:31:51 AM    |    Tips

Difference between var and dynamic in C# 4.0

C# 4.0 introduces a new keyword called 'Dynamic'. It can consume any object anything.Read more..
By: jalpesh   |    On:  5/16/2010 2:19:14 AM    |    Tips

Rename feature in Visual Studio 2010

isual web developer is great tool and I am playing more and more with it and every time I am discovering some new features of itRead more..
By: jalpesh   |    On:  5/11/2010 8:46:44 AM    |    Tips

What is New in the .NET Framework 4-Tips No-01

The System.Numerics.BigInteger and this sis support to arbitrary-precision integer data type that supports all the standard integer operationsRead more..
By: RRaveen   |    On:  5/10/2010 9:53:38 PM    |    Tips

ASP.NET- Using span tag instead of label for performance

In ASP.NET controls used in to the user controls are generate Client Id which unique for the control and If you have so many user controls hierarchy then you will have very long client id like ctl00_CPH_ctl02_BM_userLogin_UserNameRead more..
By: jalpesh   |    On:  5/10/2010 9:05:11 AM    |    Tips

.NET 4.0- A new method StringBuilder.Clear() to clear stringbuilder

With Microsoft.NET 4.0 we have a convenient method called clear method which will clear string builderRead more..
By: jalpesh   |    On:  5/10/2010 8:55:10 AM    |    Tips

Performance Difference between Parameterized and Non-Parameterized call to Stored Procedure

Performance Difference between Parameterized and Non-Parameterized call to Stored ProcedureRead more..
By: ayyanarj   |    On:  5/7/2010 9:06:12 PM    |    Tips

OUTPUT Command in SQL Server 2005

OUTPUT Command in SQL Server 2005Read more..
By: ayyanarj   |    On:  5/7/2010 9:03:55 PM    |    Tips

Software Testing Best Practices Tips

Software Testing Best Practices TipsRead more..
By: ayyanarj   |    On:  5/7/2010 9:01:17 PM    |    Tips

How to Use C# Client to Consume Google App Engine's RPC

How to Use C# Client to Consume Google App Engine's RPCRead more..
By: nsoonhui   |    On:  5/7/2010 9:44:23 AM    |    Tips

The type XXX in Assembly , Version=XXX, Culture=neutral, PublicKeyToken=null is not marked as serializable.

Access viewstate with custom object in ASP.NETRead more..
By: RRaveen   |    On:  5/4/2010 3:51:19 AM    |    Tips

How to get client IP Address with JQuery

How to get client IPAddress with JQueryRead more..
By: RRaveen   |    On:  5/1/2010 9:32:41 PM    |    Tips

Child list for field Custom object cannot be created in DataGridView

When we are bind list of collection with custom object in windows form DataGridView error occurredRead more..
By: RRaveen   |    On:  4/30/2010 10:38:57 PM    |    Tips

List of Request Server Variables in ASP.NET

The ServerVariables collection is used to retrieve the server variable values.Read more..
By: RRaveen   |    On:  4/28/2010 11:40:14 AM    |    Tips

Multiline TextBox and Default Button in ASP.NET

Multiline TextBox and Default Button in ASP.NETRead more..
By: amalhashim   |    On:  4/22/2010 11:12:57 AM    |    Tips

Change Default Virtual directory in sharepoint

One of the most common configuration inconsistencies I find in SharePoint farms is the Web application pathRead more..
By: trushar82   |    On:  4/20/2010 10:57:43 AM    |    Tips

Compute By clause in SQL Server

We can use this clause to sum/count/avg/max/min so onRead more..
By: youngmurukan   |    On:  4/20/2010 10:49:45 AM    |    Tips

Call Methods with Default Parameters in C# 4.0

In the C# 4.0 has a great features, which call a method with default values.Read more..
By: RRaveen   |    On:  4/19/2010 9:58:05 AM    |    Tips

iPhone Tutorial In-App Purchases

iPhone Tutorial In-App PurchasesRead more..
By: mugunth.kumar   |    On:  4/16/2010 11:21:21 PM    |    Tips

what are difference between dataset and datareader

what are difference between dataset and datareaderRead more..
By: oudinia   |    On:  4/16/2010 11:16:44 PM    |    Tips

Get the table structure using SQL query in SQL Server

The query for retrieve the table structure in sql serverRead more..
By: youngmurukan   |    On:  4/16/2010 9:53:38 AM    |    Tips

Procedure for Split the words in SQL Sever

Procedure for Split the words in SQL SeverRead more..
By: youngmurukan   |    On:  4/12/2010 10:30:19 AM    |    Tips

ASP.NET redirect a web page with AJAX loading indicator image

Redirect web request to another web page with AJAX loading indicator imageRead more..
By: bryiantan   |    On:  4/11/2010 1:16:54 PM    |    Tips

How to get the parameter list of a Storedprocedure in SQL Server

How to get the parameter list of a Storedprocedure in SQL ServerRead more..
By: youngmurukan   |    On:  4/9/2010 10:07:31 AM    |    Tips

How to Use Rowcount in SQL Server

How to Use Rowcount in SQL ServerRead more..
By: youngmurukan   |    On:  4/7/2010 8:57:25 AM    |    Tips

How to Delete duplicate records from a Table in SQL Server

How to Delete duplicate records from a Table in SQL ServerRead more..
By: youngmurukan   |    On:  4/7/2010 8:52:53 AM    |    Tips

Cookie manipulation through JavaScript

Cookie manipulation through JavaScriptRead more..
By: amalhashim   |    On:  4/6/2010 10:06:39 AM    |    Tips

How to phone number in windows mobile device using C#

This tips to help to read phone number from windows mobile SIM using C# with P/InvokeRead more..
By: RRaveen   |    On:  2/26/2010 5:56:03 AM    |    Tips
^ Scroll to Top