jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Tips and Tutorials

DeEnFrSp
Amount: 371
Displaying: 261 - 270
Pages: << 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 [27] 28 29 30 31 32 33 34 35 36 37 38 >>
Sort Listings By:
Hits: 1068

Making an ASP.NET Web Site Accessible

Rating 0.0 0.0
Take advantage of inheritance in the .NET Framework to extend ASP.NET classes to make them generate ASP.NET code that is fully accessible to people with disabilities.
Platform(s): n/a Date: Jul, 09 2004
DETAIL
Hits: 795

How to Build an RSS News Reader

Rating 3.0 3.0
RSS (Rich Site Summary) news feeds are easily consumed and displayed in an ASP.NET web forms page using no more than a few lines of codes. However, listing the RSS news feed links in this fashion can take up considerable page space. Instead, it would be more convenient to display them in a small embedded window that automatically scrolls them to the user. This method substantially reduces the page real estate devoted to the news feed, while displaying the same information in a compact, attractive, and intuitive manner. Once you have developed a method for displaying RSS news in this format, it would be still more convenient to implement the method as a custom control that you can add to any ASP.NET web forms page with just a few lines of code. This article shows you how. In this article, you will learn how to create the illusion of continuous seamless scrolling by: 1) using two datagrids to display the same listing; and 2) scrolling the entire total list, but then repeating the scrolling when it has passed over the first list.
Platform(s): n/a Date: Jan, 23 2006
DETAIL
Hits: 724

Using and consuming Web Services with ASP .NET / C#

Rating 0.0 0.0
Shows and explains you how to make an ASP .NET Web Service, an ASP .NET Web Application and how to consume the Web Service with the ASP .NET Web Application.
Platform(s): n/a Date: Jun, 28 2004
DETAIL
Hits: 1108

How to Build a Bug Tracking App in ASP.NET using the Datagrid (KB100026)

Rating 0.0 0.0
This article walks you through the process of building a thin-client ASP.NET bug tracking application, with a Microsoft Access XP backend. It uses nearly every documented capability of the .NET datagrid web server control to allow you to select, edit, update, or delete any item listed in the datagrid. The Issue Tracker uses advanced features, such as reading values from lookup tables, and then conveniently providing these values to the user in Edit mode as dropdownlists. It also employs the IE Web Controls, including the Tab and MultiPane web controls, which allow you to display considerable user functionality on only one web page, yet without cluttering the user interface with confusing complexity. After working through this tutorial, you will have explored and applied all of the main functionalities of the ASP.NET DataGrid control. Happy Coding!
Platform(s): Windows Date: May, 19 2005
DETAIL
Hits: 663

Creating Custom RSS Feeds – Part 1

Rating 0.0 0.0
This article explains how to use the .NET XmlTextWriter class to create a custom RSS feed. I have decided to write this article in 2 parts. In this part, I will focus on creating the RSS feed and how to consume it from an asp.net page. In part 2, I will focus on creating a dynamic RSS feed with ADO.NET.
Platform(s): n/a Date: Jun, 20 2004
DETAIL
Hits: 710

Cookies in ASP.NET

Rating 0.0 0.0
We probably all remember how agonizing it is to create client-side cookies using JavaScript. HttpCookie class offers an easier way to accomplish the task and with minimal fuss. This article takes a close look at HttpCookie class and how to use it to store cookies on the client machine.
Platform(s): n/a Date: Jun, 20 2004
DETAIL
Hits: 473

The Quest for ASP.NET Scalability

Rating 0.0 0.0
In this article, we will look at some of the architectural and design decisions that may affect ASP.NET application scalability. In addition, you will leanr how you can use Enterprise Services and MSMQ to reduce the effect of those scalability problems.
Platform(s): n/a Date: Jun, 15 2004
DETAIL
Hits: 279

.NET Serial Port Communication

Rating 0.0 0.0
Microsoft's .NET Framework 1.1 does not provide proper utilities to communicate with the serial ports on a Windows machine. The RS232 library and this quick tutorial will have you talking to a COM port on your machine in no time.
Platform(s): Windows Date: Apr, 16 2005
DETAIL
Hits: 397

How to re-install ASP.NET on a Windows platform (KB100007)

Rating 0.0 0.0
If you want to run ASP.NET web applications on your local computer, you must have both Internet Information Services (IIS) and ASP.NET installed. IIS is necessary for providing web service and ASP.NET is necessary for providing handling of the family of ASP.NET web applications (ASPX, ASMX, etc). IIS is installed by default for installations of Windows 2000 and Windows XP. ASP.NET is installed by default during .NET Framework installation. However, if you attempt to install the .NET Framework on a Windows 2000 or Windows XP machine that doesn't have IIS installed, the .NET Framework installation will detect that IIS is not available and thus will not install ASP.NET component of the framework. If you subsequently install IIS at a later time, you will have to install ASP.NET manually. Likewise, if you have both IIS and .NET installed on your computer, and then later un-install IIS, this uninstallation will also uninstall the ASP.NET component of the .NET Framework. If you later re-install IIS, you will have re-install ASP.NET manually. This article walks you through the re-installation of ASP.NET for a computer already running IIS.
Platform(s): Windows Date: May, 19 2005
DETAIL
Hits: 312

How to implement simple password security using ASP.NET tool (KB100024)

Rating 3.0 3.0
This article presents a simple method for securing your ASP.NET web pages, requiring almost no code development. In this article, you'll be introduced to the components that .NET provides that significantly reduce the amount of code you have to write in order to secure your website pages. You'll learn about Forms Authentication, User Identity, XML configuration files, and authorization tickets. And you'll learn how to store username and password information in simple XML configuration files.
Platform(s): Windows Date: May, 19 2005
DETAIL
Amount: 371
Displaying: 261 - 270
Pages: << 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 [27] 28 29 30 31 32 33 34 35 36 37 38 >>