By:
Vin Bhat
Category:
Software
Date Posted:
Jan 21 2007 9:35PM
GMT Viewed 4951 times
Here are the simple steps to create your first ASP.NET AJAX Application from scratch. This article tells you everything about creating a sample ASP.NET AJAX web application if you have .NET 2.0 Fr
... Read
More
|
By:
Vin Bhat
Category:
Software
Date Posted:
Feb 4 2007 8:55AM
GMT Viewed 3277 times
Highlights: - Dataset with 2 tables - Custom paging on the Datalist - Stored Procedure returns only the records needed for a page. This is useful when the table has thousands of rows - Sourc
... Read
More
|
By:
VB
Category:
Software
Date Posted:
Jan 2 2007 6:51PM
GMT Viewed 1231 times
To clear the text in a textbox field when cursor is entered, use onfocus. Ex: <asp:textbox id="Textbox1" onfocus='this.value=""' Runat="server">Enter Text Here</asp:textbox> This wor
... Read
More
|
By:
Vin Bhat
Category:
Software
Date Posted:
Jan 13 2007 8:07PM
GMT Viewed 1099 times
Imports System.Text.RegularExpressions Dim strText As String strText = "Visit this site: http://www.vinpad.com (or any URL). While you are there also see the Articles" strText = Regex.Replace(str
... Read
More
|
By:
Vin Bhat
Category:
Software
Date Posted:
Jan 27 2007 9:50PM
GMT Viewed 801 times
List of the keyboard shortcuts that are available in Windows XP http://support.microsoft.com/kb/301583 Agile Development In 30 Seconds http://www.techbookreport.com/tutorials/agile-30-sec
... Read
More
|
By:
Vin Bhat
Category:
Software
Date Posted:
Aug 23 2008 5:07PM
GMT Viewed 734 times
When you want to export data, you can choose formats such as XML or csv for the data files. The XML format is more widely used for its flexibility and is desirable by many systems to be able to proces
... Read
More
|
By:
Vin Bhat
Category:
Software
Date Posted:
Feb 4 2007 9:04AM
GMT Viewed 600 times
This is a technical / programming catalog with details of various programming techniques, tips, source codes and demos. ASP.NET 2.0: Populating a Datalist using a T-SQL Stored Procedure & Datalis
... Read
More
|
By:
Category:
Software
Date Posted:
Nov 16 2007 11:26PM
GMT Viewed 478 times
Some of the useful object oriented links collection and explanations: http://dataproxl.blogspot.com/2007/11/useful-object-oriented-links.html
... Read
More
|
By:
John Parker
Category:
Software
Date Posted:
Aug 2 2008 6:12AM
GMT Viewed 452 times
A-1 Technology is an outstanding software company with an impressive expertise in ASP.NET. A-1 Technology is one of the best in ASP.NET and we assure you of getting the maximum benefits of ASP.Net
... Read
More
|
By:
Category:
Software
Date Posted:
Mar 2 2007 11:00PM
GMT Viewed 385 times
Applies to .NET Framework. This chapter shows you how to improve the security design and implementation of your assemblies. Specifically - - Improving the security of your assemblies with sim
... Read
More
|
By:
Category:
Software
Date Posted:
Sep 3 2007 1:39AM
GMT Viewed 373 times
A theme is a collection of property settings that allow you to define the look of pages and controls, and then apply the look consistently across pages in a Web application, across an entire Web appli
... Read
More
|
By:
Category:
Software
Date Posted:
Mar 4 2007 3:05AM
GMT Viewed 365 times
What I Did, Doing and Planning to do -- in the technical area Did: Doing: Book - Working with Microsoft Dynamics CRM 3.0 (Mike Snyder, Jim Steger) - abt crm, samples, sdk samples,
... Read
More
|
By:
Category:
Software
Date Posted:
Sep 3 2007 3:51AM
GMT Viewed 364 times
ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer) Wow, I wish this book had come out 18 months ago! After learning a bewildering array of 'new' technologies (m
... Read
More
|
By:
Category:
Software
Date Posted:
Sep 30 2007 1:36AM
GMT Viewed 359 times
The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native languag
... Read
More
|
By:
VV
Category:
General, Software
Date Posted:
Sep 5 2007 11:19PM
GMT Viewed 347 times
On the side of software programming, came across the following which are useful for a web programmer: Adding Client-Side Confirmation When Deleting http://www.asp.net/learn/data-access/tutorial-22
... Read
More
|