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

(Page 19 of 26) 779 Result(s) found 

 

Binding SQL Data to a DataGrid
Total Hit (1897) The DataGrid control supports a DataSource property that takes an IEnumerable or ICollection, as well as a DataSet. You can use a DataSet by assigning the DefaultView property of a table contained in the DataSet to the name of the table you wish to use within the DataSet. The DefaultView property re ....Read More
Rating
Bind Datagrid to Datareader
Total Hit (1507) Most of times we see Datagrid Bound with Dataset but here is easy approach using Datareader
Rating
Associating a custom bitmap to a web or Windows custom control
Total Hit (2792) When you create a custom Windows or Web control, compile it and add it to the Visual Studio .NET's Toolbox, the control is added to the toolbox with a default bitmap representing a gear. This might be fine if you're developing the controls for your own use, but it surely isn't what you want if you'r ....Read More
Rating
Uploading a file on the server
Total Hit (4656) Uploading a file from the client to the server is very straightforward with ASP.NET. Just use the «code LangId=4»<input type="file" runat="server"> «/code»tag and its wrapper class HtmlInputFile. Here's how you define the control on the page: «Code LangId=4» <form runat="server" enctype="multipa ....Read More
Rating
ASP.net Error on Windows 2003 Server: You do not have privileges to debug the web server process.
Total Hit (2280) Recentaly I had very uncommon problem which was not described anywhere and it was hard to solve without help of microsoft.public.vsnet.debugging news group. I had the following error everytime I try to run the ASP.net project using F5 (Debug Mode) «i»"Error while trying to run project: Unable ....Read More
Rating
This is a link to a different site Work with databinding?
Total Hit (518) «LI» Data Binding Overview and Syntax «LI» Binding to Simple Properties «LI» Binding to Collections & Lists «LI» Binding Expressions or Methods «LI» DataBinder.Eval() «LI» Section Summary
Rating
This is a link to a different site Empowering the ASP.Net Button Web Control, Confirm?
Total Hit (854) Learn how to create an ASP.Net confirm button using a combination of VB and JavaScript code
Rating
This is a link to a different site How To: Use Forms Authentication with SQL Server 2000
Total Hit (1089) This How To shows you how to implement Forms authentication against a SQL Server credential store. It also shows you how to store password digests in the database
Rating
This is a link to a different site Using HTTP Modules To Combat Leeching
Total Hit (724) An article to demonstrate how HTTP Module-based filtering can prevent leeching.
Rating
This is a link to a different site .NET Web Services III
Total Hit (760) After reviewing the basics of Web Services in Part I and continuing to look at more advanced specifics in part II, in this article and the next we continue the progression looking at three more advanced Web Service related activities: «li»Creating and using SOAP extensions «li»Creating asynchr ....Read More
Rating
This is a link to a different site Get Browser Information Using MobileCapabilities
Total Hit (691) Get browser information using MobileCapabilities
Rating
This is a link to a different site A Sliding Window Cache
Total Hit (961) An example of setting the same "Source" object to expire 20 minutes after it is last accessed looks like:
Rating
This is a link to a different site Web Application Error Handling in ASP.NET
Total Hit (3402) This article will explain you how you can implement page level and application level error handling strategy. In ASP.net its very easy and flexible to work with error handling.
Rating
This is a link to a different site Creating Controls Dynamically in ASP.NET
Total Hit (477) The use of web controls provides much easier design time as well as run time experience to the programmers. However, some times it becomes necessary to generate web controls on the fly and add them to the underlaying form. For example if you are displaying search results, at design time you will not ....Read More
Rating
This is a link to a different site Customized Text Document .NET HTTP Handler
Total Hit (716) Customized text document .NET HTTP handler to process text file not with standard extensions, like .aaa, .xxx.
Rating
This is a link to a different site Handling Timeouts in Web Services
Total Hit (760) While developing web applications you should also consider factors like network downtime and server crashes. The same applies to developing web services. When you call a method from your client by default it waits infinitely for the response. This means if server hosting the web service is down then ....Read More
Rating
This is a link to a different site Cliche RollOvers - Revisted
Total Hit (623) Want to use a simple image rollover control?
Rating
This is a link to a different site Automated Module Creation Tool for DotNetNuke
Total Hit (660) An automated approach to module creation for the DNN framework
Rating
This is a link to a different site Authenticating Active Directory user in ASP.NET
Total Hit (1058) How to authenticate the AD user in ASP.NET by using Directory Services
Rating
This is a link to a different site WebBoxes
Total Hit (617) Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support. If you can FTP to your site, then the fonts are usable, no admin rights required
Rating
This is a link to a different site Session management options in ASP.NET
Total Hit (994) Article on ASP.Net Session management
Rating
This is a link to a different site Tracking File Downloads
Total Hit (827) If you run a web site that allows visitors to download some kind of files (ZIP, DOC etc.) then you may probably also want to track how many visitors downloaded the file. Such data is provided by sophisticated web site monitoring tools but if you do have use one, you can develop your own mechanism to ....Read More
Rating
This is a link to a different site Multi-select ASP.NET datagrid
Total Hit (682) How to extend ASP.NET datagrid for multi-selection of data rows.
Rating
This is a link to a different site Could you Pass the Salt? Improving the Security in Encrypting Passwords using MD5
Total Hit (1051)
Rating
This is a link to a different site Building an ASP.NET custom web control: a textbox and validator in one
Total Hit (745) In this article we will have a look at implementing a custom web control. This web control will inherit from the TextBox web control, and will automatically add a required field validator at run-time.
Rating
This is a link to a different site Riverside Internet Forums
Total Hit (983) A set of ASP.NET custom controls that allow forums to be quickly added to a website.
Rating
This is a link to a different site Securing Images under Forms-Based Authentication in ASP.NET Applications
Total Hit (668) Allows Forms-based authentication to work on non-parsed files such as images.
Rating
This is a link to a different site Global Error Handling in ASP.NET
Total Hit (629) An article on how to gracefully trap application errors in asp.net applications
Rating
This is a link to a different site Protecting Yourself from SQL Injection Attacks
Total Hit (911)
Rating
This is a link to a different site Highlighting Rows in an ASP.Net DataGrid
Total Hit (593) I like the idea of highlighting rows in a DataGrid as the user scrolls the mouse up and down over the grid. The effect can be achieved using several lines of client-side JavaScript, but why do that when two lines of .Net code will accomplish the same thing? The trick is to implement an ItemDataBound ....Read More
Rating


(Page 19 of 26) 779 Result(s) found  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.