Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

This is a link to a different site When using the FSO, my ASP page tends to "hang", but doesn't report any errors.
Total Hit (546)
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 3 ( ButtonColumn demo )
Total Hit (899)
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 2 ( Specifying DataGrid Formatting Options )
Total Hit (948)
Rating
This is a link to a different site How do I display data on a web page using arrays instead of Do...While...MoveNext...???...
Total Hit (852) Efficiently Displaying Recordsets in Classic ASP: Using GetRows()
Rating
This is a link to a different site Displaying Performance Monitor Information through an ASP.NET Web Page
Total Hit (568)
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 1 ( DataGrid Basics )
Total Hit (884)
Rating
This is a link to a different site XML Serialization in ASP.NET
Total Hit (1045)
Rating
This is a link to a different site xp_regex: Regular Expressions in SQL Server 2000
Total Hit (619) Regular Expressions are probably the best tool for text parsing. Using Regular Expressions GREATLY simplifies anything for which you would normally use CHARINDEX, PATINDEX, SUBSTRING, STUFF, REPLACE, etc.
Rating
This is a link to a different site Uploading Files in ASP.Net Using C# and Saving to the Server
Total Hit (534) This sample will show you how to create an ASP.Net page to allow a user to upload a file, determine the type of file being uploaded, and save that file to the web server.
Rating
Compact and Repair Access MDB.
Total Hit (2850) Following code requires Microsoft DAO 3.6 reference. To add this reference goto Project->Reference example: «Code LangId=1» Call DBCompact("OLt.mdb", "tmpOLT.mdb", , , ";pwd=mypwd") «/Code»
Rating
Tile image in MDI Background.
Total Hit (3037) This code Requires MDIForm and 1 Picturebox. Set Picture property of picturebox. This picture will be used for MDI Background
Rating
Protect the form unloading in accidently
Total Hit (1457) When you want ot protect the form unload in accidently you can use this following code. In this code, the action is When a form is prepared to unload The unload event was automatically raised. on that event there is an parameter named "Cancel" which in the data type integer. When the unload ev ....Read More
Rating
Remove Extra Spaces in between words
Total Hit (1582)
Rating
Encrypt / Decrypt Password
Total Hit (1464)
Rating
Getting Multiple Files back from the CommonDialog Control
Total Hit (2635)
Rating
Find if a value exists in an Array
Total Hit (1787)
Rating
Get the full directory path of a file passed in
Total Hit (1573)
Rating
Prevents and or Allows certain characters and Numeric in text box or any control that support the KeyPress event
Total Hit (2631) «Code LangId=1»Option Explicit 'Usage: Private Sub text1_KeyPress(KeyAscii As Integer) If OnlyNumericTextInput(KeyAscii, ".") = 0 Then Beep KeyAscii = 0 End If End Sub«/Code»
Rating
Calculate the Elapsed Time between two Dates...
Total Hit (3520)
Rating
Floating Point Numbers Validation
Total Hit (1989) «Code LangId=1»Private Sub Form_Load() Text1.Text = Empty End Sub ' USAGE 'Create a form a text box Private Sub Text1_KeyPress(KeyAscii As Integer) ' Precision is 2 in this case ' Send the Precision Value same in both the Functions Call ValidateNum(Text1, 2, KeyAscii) End ....Read More
Rating
Improve String Concatenation Performance
Total Hit (2938)
Rating
How to get a listview control to SORT DATES correctly
Total Hit (2403)
Rating
This is a link to a different site Another way to launch a Control Panel Extension...
Total Hit (2035) Private Sub Command1_Click() StartCPLApp "DESK.CPL" End Sub
Rating
How to get a listview control to sort numbers correctly...
Total Hit (2351) This is one I discovered after banging my head against the wall for a few hours trying to get a list view control to sort numbers correctly. When trying to create a list view control in report mode that would allow a user to quickly sort by a text listing (in this case a column of state abbreviation ....Read More
Rating
How to Kill a Program Process
Total Hit (3831)
Rating
How to implement chm Help to Visual Basic Applications
Total Hit (2374) 'Put a command button to your form and name it cmdHelp Private Sub cmdHelp_Click() 'This is only a example ShowHtmlHelp App.path & "\MyHelp.chm", "Introduction.htm" End Sub
Rating
Give user ability to interrupt loop
Total Hit (2773) Private Declare Function GetAsyncKeyState Lib "user32.dll" _ (ByVal vKey As Long) As Integer '//ESCAPE Const VK_ESCAPE = &H1B '//Button Click Const VK_LBUTTON = &H1 '//Interrupting A Do Loop '//Give user ability to interrupt loop Private Sub cmdStart_Click() ....Read More
Rating
How to play a Wave file in your project
Total Hit (2854) «Code LangId=1» Option Explicit Private Sub Command1_Click() sndPlaySound "C:\WINDOWS\MEDIA\Start.wav", &H1 End Sub«/Code»
Rating
How to sort items on the fly as they are added in a ListView using SubClassing
Total Hit (3566) «Code LangId=1»Option Explicit ' The NMHDR structure contains information about a notification message. The pointer ' to this structure is specified as the lParam member of the WM_NOTIFY message. Private Type NMHDR hwndFrom As Long ' Window handle of control sending message idFrom As ....Read More
Rating
This is a link to a different site How can I restrict access to a page or a portion of my Web site?
Total Hit (884)
Rating


(Page 71 of 133) 3968 Result(s) found  ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.