Popular Posts
Arraylist,Hash table,Sorted list and Dictionary C#.Net
In this article we will discuss about Arraylist, Hash table, Sorted list and Dictionary. Arraylist: - This is one type of Array whose size...
Upload file using FTP
Due to security reason we can't upload file to server using HTTP, so best solution is to use FTP for the same. Below is the complete ...
SAP crystal reports Installation Error 2753
When attempting to install SAP Crystal Reports for Visual Studio 2012 , the installation fails with the following message: Error 2753....
MassageBox in WPF Application with MVVM
Start the visual studio and create a WPF application. Make a ViewModelBase class and inherite the InotifyPropertyChanged interface. ...
Google Sandbox URL
https://sandbox.google.com/checkout/sell/ https://www.secpay.com/java-bin/services/SECCardService?wsdl
show alert before close the window by javascript
window.onbeforeunload = function (evt) { var showmessage = 'Are you sure you want to leave?'; if (typeof evt == 'undef...
Resizing the Silverlight contents according to screen resolution
private Tuple<int, int> GetScreenResolution() { var contents = Application.Current.Host.Content; bool wasFullScreen = contents.IsFull...
Encryption and Decryption in VB.Net
Public Class clsCrypto Private bytIV() As Byte = {121, 241, 10, 1, 132, 74, 11, 39, 255, 91, 45, 78, 14, 211, 22, 62} Private Cons...
Random value/Image from Javascript Array
For load Random Images var arrName = new Array(2); arrName[0] = "http://abc.com/1.png" ; arrName[1] = " ...
Delete,Edit record from Gridview
Edit record from Gridview in ASP.Net using RowEditingg Event. protected void Gridview1 _RowEditing(object sender, GridViewEditEventArgs e)...
Friday, April 29, 2011
Add unique Field in select statement
SELECT FieldName = IDENTITY(int, 1, 1),barcode,stockid INTO NewTable FROM sales
select * from NewTable
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment