| Featured Guru |
|
September TOP 10 Gurus |
Stephen Lappin
I am a Senior Consultant in the Public Sector Enterprise of SWORD Real Time in Glasgow, Scotland.... read more
|
|
Updated: 9/5/2008 11:00:20 AM
| 1. |
Jennifer Morgret | - 1 points | | 2. |
jane bush | - 1 points | | 3. |
csharp 22 | - 1 points | | 4. |
Rodney Wilkins | - 1 points | | 5. |
P. Hartman | - 1 points | | 6. |
Ronson LeVau | - 0 points | | 7. |
Harish Harish | - 0 points | | 8. |
sloan holliday | - 0 points | | 9. |
Mahesh Khambadkone | - 0 points | | 10. |
Scott Ward | - 0 points |
Get your name on the list! Learn more...
|
A
(80)
A, Vijay
B
(84)
B, Dustin
C
(69)
C V, Rajeev
D
(59)
D'SOUZA, Rohit
E
(17)
ECHO, Ice
F
(34)
F, Aaron
G
(67)
G, Jeff
H
(53)
H., Todd
I
(11)
I, Elad
| |
J
(46)
J!, Graham
K
(85)
K, Kanna
L
(48)
L, Ricardo
M
(90)
M, Azamat
N
(42)
N, Humoristicue
O
(18)
O'DONNELL, Sean
P
(75)
P, Matt
Q
(5)
QQUECHO QUISPE, Dari...
R
(55)
R, Baskaran
| |
S
(148)
S (VS), Sudhakar
T
(45)
T, Hn
U
(9)
UBL, Robert
V
(28)
V, Abdul samad
W
(32)
W, Darrel
X
(3)
X, _netah
Y
(13)
Y, S
Z
(11)
Z, Eugene
|
Latest Articles and Sample Code Securing the Enterprise Data Flow against Advanced Attacks SummaryWell documented breaches have heightened the public’s and regulatory agencies’ concerns about how well companies are securing consumer-specific information. Despite some initial advances, sensitive information is still commonly stolen. Interna...
How can I protect my sensitive data against internal threats and comply with PCI DSS 1.1 ? You can protect your sensitive data against internal threats and comply with PCI by following best practices presented below. Different approaches to protect sensitive data fields are needed in an enterprise environment and can be combined together t...
Working with Callback and Control Rendering Introduction
In my previous article, I wrote about Callback and JSON based JavaScript serialization which you can find here. Callback doesn't cause postback and page rendering, neither full nor even partial. With it we can communicate with the se...
Web Services - An Introduction Today the Internet connectivity is increasing the day by day. Earlier the connectivity was limited only to the computers that were using same hardware and software technologies. But this limited functionality was insufficient to fulfill the ever-grow...
HTML Tables to ASP.net Table Controls If you're new to ASP.net, but familiar with ASP Classic or HTML, you might wonder about the ASP.net table control.Dragging an HTML table from your toolbox...... will generate these table commands:
...
Multi-threaded TCP/IP Server without .NET Socket Class Introduction
Performance is the main concern to most server application developers. That s why many of them anticipate using .NET platform to develop high performance server application regardless of the security features it provides.
Microsoft Win...
Payment Card Data – Know Your Defense Options Choosing and Successfully Deploying the Right Security Solution
With the advent of the Payment Card Industry Data Security Standard (PCI DSS), protecting stored credit card numbers is no longer optional. Any company that stores, processes, or transm...
Press Release: Learn to master the standard ASP.NET Server Controls with new book from Packt Learn to master the standard ASP.NET Server Controls with new book from Packt
Packt is pleased to announce a new book on .NET that covers Data Presentations Controls. This book shows users how to get the most from the ASP.NET data presentation contr...
Press Release: Learn SQL Server Integration Services Using Visual Studio 2005 with new book from Packt Learn SQL Server Integration Services Using Visual Studio 2005 with new book from Packt
Specialist IT publisher Packt is pleased to announce a new book which teaches SQL using Visual Studio 2005. It is a step-by-step, hands on guide into the Visual ...
Change Picture of MAC Button Control to Any Color (C#&VB.NET) Introduction
In ‘ MAC-UI Suite ' project (a rich library of UI controls in .NET with MAC style), we think about a 3D button that is similar to or even nicer than button of MAC. We may think about 2 ways:
(A) Draw the button by Code.
(B) Using...
VBA replace old date with today's date (in the form of 29th July 2007) Sub Insert_Date()'' Insert_Date Macro' Macro created 11/30/2006 by Suranthe de Silva' Please note that this Macro finds the next number that is in the form of 200#' and assumes that this is the date which is like: 2nd October 2007, ' it then replac...
An "Outlook like" user control Introduction
This is a control that behaves like the Tab control but have visual cues that look more like the Navigation panel in outlook. And since this is more of a tab control than a navigation panel control, you are free to add as many tabs as...
IP address into an integer hi to all,
this code can convert ip address to an integer....
Converting DBF to XLS by double click event hi to all,
This code will convert ur DBF file to XLS .save this file to extension vbn,edit the path u want to provide then it will work smoothly.
cheers
sreejith...
Simple function to get file name from active page Code:
'***[begin : simple func to get file name from active page]***'Function FileName() Dim VarPath, ArrPath '***[path for the active page/file]***' VarPath = Request.ServerVariables("SCRIPT_NAME") '***[splits path into array]***' ArrPath = Spl...
Datalist Paging (Page No. Wise) As datalist does not support paging like gridview. You may require to use paging with datalist. Here is code which will help you to connect paging with your datalist, if your datalist contains large records.
Don't forget to include:
using System.D...
Backup Non System Database declare @int int ,@dbname varchar(22)set @int = 0while (@int beginset @dbname = (select [name] from master..sysdatabases where dbid=@int) if (@dbname != 'tempdb') begin BACKUP DATABASE @dbname TO DISK = @dbname WITH INIT end set @int = @i...
Window Without Alert Message. Close the Window (Main) without any confirmation message. No need to open a new full screen Window or new popup Window. Both IE & NS scripts are written differently. If you like the script then please rate it. The only code available on net tilld...
HotcakesCMS -Open Source CMS Software HotcakesCMS is an intuitive, NZ developed piece of website software. 5 minute installation for a fully functional website. Particularly designed with the small to medium businesses in mind as well as web developers, designers and technical people who...
Create Backup for your work using VB.Net Create Backup for your Daily or Weekly work and reterieve your Data in your hard disk or network through VB.NET
...
|