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 5 of 26) 779 Result(s) found 

 

Moving the focus on a control when the page loads
Total Hit (2522) ASP.NET doesn't provide a built-in method for giving a control the input focus when the page loads. In fact, you can assign the TabIndex properties to controls on a page, but you can't use this property to set the initial focus on a control of your choice. The following procedure provides you wit ....Read More
Rating
Prevent unauthorized changes to ASP.NET configuration files
Total Hit (1799) Some ASP.NET settings are so critical that the system administrator should prevent them from being changed by individual applications. This ability is especially crucial for servers that host multiple applications written by different developers. In this case, the administrator can prevent undesired ....Read More
Rating
GetAbsoluteSecuredPageUrl - retrieving the absolute Url of a secured page
Total Hit (2404)
Rating
How to group Radio Buttons
Total Hit (1628) To group Radio Buttons use name property if you are using HTML Control. For Web Radio Control of ASP.net you can use GroupName property. «code LangId=4»<input id="RadioButton1" type="radio" name="g1" value="RadioButton1" checked="checked" /> <input id="RadioButton2" type="radio" name="g1" value= ....Read More
Rating
IIS Resource Kit
Total Hit (2280) <b>Internet Information Services (IIS) 6.0 Resource Kit Tools</b> The IIS 6.0 Resource Kit Tools can help you administer, secure, and manage IIS <a href='http://www.microsoft.com/downloads/details.aspx?familyid=56fc92ee-a71a-4c73-b628-ade629c89499&displaylang=en'>http://www.microsoft.com/downl ....Read More
Rating
Creating a default button for the page
Total Hit (2534) It is usual for a web form to have more than one button control. How can you set the default button that should submit the form and raise its Click event on the server when the enter key is pressed on the form? The textbox and the other input controls don't have a property that allow you to specify ....Read More
Rating
This is a link to a different site Deploying ASP.NET Applications
Total Hit (913) «LI» File System Layout of ASP.NET Applications «LI» Resolving Class References to Assemblies «LI» ASP.NET Framework application Startup and Class Resolution «LI» Code Replacement «LI» Section Summary
Rating
This is a link to a different site YASS - Yet Another Site Searcher
Total Hit (636) A small single site Webcrawler with built-in scheduler.
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 7 ( Using TemplateColumns and providing DropDownList while editing the data )
Total Hit (907)
Rating
This is a link to a different site Chameleon: A complete URL Rewriting framework
Total Hit (597) This framework allows for separation of code and URLs for a website. The URLs can be specified in an XML configuration file and allow mapping to user controls.
Rating
This is a link to a different site HTML, XML, GRML -- making a new markup language for the web
Total Hit (741) A comparison of markup languages used on the world wide web
Rating
This is a link to a different site Remote Scripting
Total Hit (661) Use client-side JavaScript to remotely invoke methods in ASP.NET pages.
Rating
This is a link to a different site Mouseover Highlighting and the Repeater Control
Total Hit (872) The Repeater Control is a lightweight control that really comes in handy. In this article we examine one use of the Repeater and show how to implement row highlighting and selection.
Rating
This is a link to a different site Walkthrough: Creating a Web User Control
Total Hit (1022) Web user controls are controls that you can define as you need them for your applications, using the same programming techniques that you use to write Web Forms pages. You can create Web user controls when you need to create reusable pieces of UI that will be used throughout your application. A user ....Read More
Rating
This is a link to a different site Online Quiz
Total Hit (1004) The idea to write an online quiz came up when I was looking for an XML tutorial. I visited W3Schools.com and found not only the tutorial I was looking for, but more interestingly was an online quiz. I took the 20-questions quiz once, and hey! I felt great about it. I wonder why there are just few we ....Read More
Rating
This is a link to a different site Adding and Using RadioButton to DataGrid in ASP.NET
Total Hit (614) Adding and using RadioButton to DataGrid in ASP.NET
Rating
This is a link to a different site Data Binding in WebControls
Total Hit (582) An article on how to actually support data binding in your WebControl such that you can manipulate them in the Properties window.
Rating
This is a link to a different site Web Tabstrip Control for Frames
Total Hit (639) Building a custom ASP.NET Tabstrip Control
Rating
This is a link to a different site Custom Data Paging in ASP.NET
Total Hit (671) How to do data paging using Repeater control and some T-SQL programming.
Rating
This is a link to a different site Using XML Web Control
Total Hit (772) Now a days use of XML is increasing quickly. Many times data that you want to display can be stored in XML files rather than statically putting it in HTML pages. Such XML data can be transformed to HTML by applying XSL style sheet to it. In traditional ASP, we used XSL Transform objects to achieve t ....Read More
Rating
This is a link to a different site How To: Create GenericPrincipal Objects with Forms Authentication
Total Hit (1080) This How To shows you how to create and handle GenericPrincipal and FormsIdentity objects when using Forms authentication.
Rating
This is a link to a different site How To: Use IPSec to Provide Secure Communication Between Two Servers
Total Hit (1028) IPSec is a technology provided by Windows 2000 that allows you to create encrypted channels between two servers. IPSec can be used to filter IP traffic and to authenticate servers. This How To shows you how to configure IPSec to provide a secure (encrypted) channel. ....Read More
Rating
This is a link to a different site Exam 70-305 Hints and Tips
Total Hit (573) This 'article', for want of a better word, is a collection of hints and tips for the 70-305 Microsoft Certification Exam: Developing and implementing web applications with VB.NET and ASP.NET. Each entry addresses areas of knowledge known to be tested during versions of the exam but that are concerne ....Read More
Rating
This is a link to a different site Globalization and Localization
Total Hit (518) The .NET Framework provides support for globalization and localization. Localization is the custumization of data and resources for specific 'locales' or languages. Whereas in pre-Internet days it wasn't unusual for an application to be designed for use in a single country, now an Internet applicati ....Read More
Rating
This is a link to a different site Self Configuring Form Mailer Web Control
Total Hit (561) A web control for emailing the content of an HTML form.
Rating
This is a link to a different site Extending the Label Control
Total Hit (634) Extend the ASP.NET Label control to read strings from a cached resource XML file. Useful if you want to have an ASP.NET application in multiple languages or just want to let the site owner change the texts on pages and buttons etc.
Rating
This is a link to a different site Using Menus in an ASP.NET Web Application
Total Hit (915)
Rating
This is a link to a different site Debug an ASP.NET application?
Total Hit (923) No matter how skilled a programmer you are, you are bound to make mistakes once in a while. Tracking down problems in your code can be baffling without the appropriate tool. Fortunately, the compiled nature of ASP.NET means that debugging Web applications is no different than debugging any other man ....Read More
Rating
This is a link to a different site Drawing inline disabled images in ASP.NET
Total Hit (1074) Disabling web images inline.
Rating
This is a link to a different site Caching ASP.NET Pages
Total Hit (865) ASP.NET includes a simple yet powerful way to increase a Web server's throughput by allowing the entire response content from dynamically generated pages to be cached.
Rating


(Page 5 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.