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 91 of 133) 3985 Result(s) found 

 

Error : "You do not have permission to debug the server" when you try to debug ASP.net application on windows 2003
Total Hit (2108) There are several reason when you can get this error. I tried all possible ways to solve this problem on my windows 2003 machine with VS 2003 but no luck I tried to reinstall debugger components I tried to check Administrator is added in Debugger Group I went through all possible steps but f ....Read More
Rating
Multiple file download in asp.net with vb
Total Hit (1857) The user is shown a list of files with checkboxes for the ones they want to download. The user can choose to download 1 to many files. I have it set up to force the prompt to save/download. The program recognizes the files that the user requests, however, the download only works on the first file an ....Read More
Rating
Open Popup window using ASP.net
Total Hit (1490)
Rating
Problem: Click Event not firing for ImageButton
Total Hit (6034) I had an Image Button with following properties in tag «code LangId=4»<asp:imagebutton id="cmdSearch" BorderWidth="1px" BorderStyle="None" BorderColor="Gray" runat="server" ImageUrl="images\general\search_a.gif" ImageAlign="AbsMiddle" CommandName="Search" EnableViewState=" ....Read More
Rating
Error : Could not open in Design view. Quote values differently...
Total Hit (2080) Sometimes you may get following error when you use double quotes in <ASP:XXXXX> tag «b»Could not open in Design view. Quote values differently...«/b» Solution : Try to remove double quotes e.g. <asp:HyperLink CssClass="codecat" id="Hyperlink3" runat="server" Text="<%# Datab ....Read More
Rating
Bind Datagrid to Datareader
Total Hit (1511) Most of times we see Datagrid Bound with Dataset but here is easy approach using Datareader
Rating
How can I get free Certificate for SSL enabled site
Total Hit (2516) If you need to setup SSL in IIS but don't want to pay for cert signing now, please visit: «a href='http://www.cmsweb.com/ca/personal-sign-form.php3'»http://www.cmsweb.com/ca/personal-sign-form.php3«/a»«a target=_blank title='New Window' href='http://www.cmsweb.com/ca/personal-sign-form.php3'» «i ....Read More
Rating
A sample web.config file (debug,namespaces,assembly ,compilation, errors ...)
Total Hit (1848) This sample web.config file shows you - How to enable/disable debug in you web application globally. - How to add namespaces globally - How to add assembly globally - How to set number of recompile of ASPX pages before application restart - How to set compiler options - Customize error page ....Read More
Rating
This is a link to a different site HOW TO: Implement Forms-Based Authentication in Your ASP.NET Application by Using Visual Basic .NET
Total Hit (968) This article demonstrates how to implement forms-based authentication by using a database to store the users
Rating
This is a link to a different site Simple Paging in Repeater and DataList Controls
Total Hit (1096) Most of the times while creating database driven web pages like product listing, employee directory, etc. we display the data in grid format. ASP.NET has come up with Web Controls like DataGrid, DataList and Repeater that allow you to display your data in tabular format easily ....Read More
Rating
This is a link to a different site Keeping Passwords in a Database Secure
Total Hit (2301) This article shows how to store encrypted password inside the sql database.
Rating
This is a link to a different site Search Engine Optimization Tutorial
Total Hit (1482) A few years ago, it was for the most part sufficient to incorporate a well optimized title tag and have a few relevant search terms (aka keywords) in the meta tags to get a top 10 ranking. Those days are long gone, and yet in my estimation, over 75% of webmasters still hold on to the notion that sea ....Read More
Rating
This is a link to a different site Login using the Web.config file ASP.NET
Total Hit (1060) The web.config file can be used to restrict access to resources within a directory forcing the user to login for authentication. This is useful in that they can be restricted from access by directory rather than validating the user through a session variable on every page. This FAQ is based on a pr ....Read More
Rating
This is a link to a different site Configuring ASP.NET Applications to Use the Appropriate Session State
Total Hit (849) If the <sessionState> section does not exist in the Machine.config file or the Web.config file, the following is the default session state behavior: «LI»The session time-out value for an ASP.NET session state is 20 minutes. «LI»The session state is maintained within all of the applications runn ....Read More
Rating
This is a link to a different site Nine Options for Managing Persistent User State in Your ASP.NET Application
Total Hit (802) ASP.NET provides many different ways to persist data between user requests. You can use the Application object, cookies, hidden fields, the Session or Cache objects, and lots of other methods. Deciding when to use each of these can sometimes be difficult. This article will introduce the aforemention ....Read More
Rating
This is a link to a different site Using Session and Application Objects in ASP .NET
Total Hit (802) The Web Forms model is the Web adaptation of the traditional Visual Basic® form-based interaction model. In this model, user activity produces input for processing modules that can reside either locally or remotely. In Visual Basic-based applications, the input is processed synchronously and with fu ....Read More
Rating
This is a link to a different site Provide Your Users with Secure Authentication Capabilities Using Microsoft .NET Passport
Total Hit (1066) Secure sign-in, a new feature in version 2.0 of the .NET Passport single sign-in and profile service, is a functionality that will be especially useful for sites containing confidential information or anywhere security is a primary concern. Such sites include banks, medical sites, and so on. Secure ....Read More
Rating
This is a link to a different site Leverage the Authentication and Form Validation Features of ASP.NET to Bolster Your Commerce App
Total Hit (855) If you're planning to build an e-commerce site, you'll be pleased to see that ASP.NET makes it easier than ever. Existing controls can be used and extended to add a great deal more functionality than you might expect. In this article, forms-based authentication is used to verify the identity of user ....Read More
Rating
This is a link to a different site Secure Sockets Layer: Protect Your E-Commerce Web Site with SSL and Digital Certificates
Total Hit (1215) Security is one of the most important factors in the future growth of e-businesses. Making sure that communications remain secure between customers and the Web server is a critical issue. Secure Sockets Layer (SSL) is the standard that secure Web sites are built upon today. This article presents an ....Read More
Rating
This is a link to a different site Hierarchical Data Binding in ASP.NET
Total Hit (577) «LI»Introduction «LI»Data Binding «LI»Hierarchical Data «LI»Binding to Hierarchical Database data «LI»Binding to XML Data «LI»Accessing Nested Controls «LI»DataGrid and DataList Hierarchical Binding «LI»Limitations and Efficiency «LI»Conclusion ....Read More
Rating
This is a link to a different site Generating XP style webparts from a web control
Total Hit (1072) This article demonstrates how create XP style collapsible web custom control menu using asp.net. This control includes many features like binding xml to the control, drag/drop, hyperlinks etc
Rating
This is a link to a different site Reusable Collapsible Panel for Web
Total Hit (1050) This is a reusable Collapsible Panel user-control for web applications.
Rating
This is a link to a different site ImageMap in ASP.NET
Total Hit (990) The .NET framework comes with a nice set of web server controls that allows you to code, for ASP.NET, in a object-oriented manner and hiding the complexity of HTML, scripts and browser versioning. Unfortunately it doesn't supply any control that can generate image maps. We have developed a control t ....Read More
Rating
This is a link to a different site User controls in ASP .NET
Total Hit (4554) In traditional ASP code reuse and encapulation was traditionally done using a combination of include files and web classes. While this worked reasonably well for business logic, it was always a little fiddly for visual components. For example, if you wanted to display a grid of data in many differen ....Read More
Rating
This is a link to a different site Walkthrough: Creating a Web User Control
Total Hit (1023) 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 Walkthrough: Creating a Web Custom Control
Total Hit (1165) If none of the existing ASP.NET server controls meet the requirements of your application, you can create a custom control by deriving from one of the base control classes. These classes provide all the basic functionality of server controls, so you can focus on programming the features you need. ....Read More
Rating
This is a link to a different site Understanding the Differences Among the DataGrid, DataList, and Repeater
Total Hit (609) One of the many benefits of ASP.NET over its predecessor, ASP, is ASP.NET's data Web controls. The data Web controls are designed to easily display data. For example, the DataGrid Web control is ideal for displaying data in an HTML <table>. (For more information on the DataGrid Web control be sure t ....Read More
Rating
This is a link to a different site Creating Controls Dynamically in ASP.NET
Total Hit (478) 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 Using AdRotator Web Control in ASP.NET
Total Hit (802) We use banner or ad management techniques in many web pages. ASP.NET comes with a Web Control called AdRotator which provides easy to use ad management functionality. In earlier versions of ASP has provided similar component but this version comes with a very easy and enhanced functionality. The ad ....Read More
Rating
This is a link to a different site ASP.NET File Upload
Total Hit (662) With plain, old ASP uploading a file from client browser to the server was a tedious task. Developers either used some third party controls or wrote their own file upload utilities. ( Remember BinaryRead and searching of crlf pairs? :-) With ASP.NET the situation has changed now writing file upload ....Read More
Rating


(Page 91 of 133) 3985 Result(s) found  ... 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 ...

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.