Projects tagged ‘aspdotnet’ and ‘controls’


Jump to tag:

Projects tagged ‘aspdotnet’ and ‘controls’

Filtered by Project Tags aspdotnet controls

Refine results Project Tags ajax (17) 2_0 (15) control (11) dotnet (7) 3_5 (6) toolkit (6) webcontrols (6) server (6) gridview (5) web (4) mvc (4) custom (4)

[47 total ]

1 Users

As it sounds: a FileUpload control with AJAX behavior... and much more new functionalities
Created 10 months ago.

1 Users

This little project was at first designed to publish Web Projects done with the Express version of Visual Studio. Recently i wanted to create a library(dll) containing User Controls. Well, this seems ... [More] to be incompatible with the way VS and the .Net Framework works. The only way to create such a library is to create a Web Application and publish it. This seems not to be very hard. Nonetheless, when you publish a web site with Visual Studio, you do not have the choice of the output file's names. The consequence is that the reference changes as often as you create a new instance of Visual Studio. But you have also to change the registry tag on each page you use a custom control form the library. I decided to enchance a bit the original application and add the possibility to build a Web User Control Library with a fixed name (thanks to ILMerge). The tool generate also a batch file from which you can easily make a shortcut in Visuam Studio Tools menu. [Less]
Created 10 months ago.

0 Users

In this control, I set out to breathe new life into the types of alerts, dialogs and prompts that are available to ASP.NET developers. In ASP.NET web development we are typically limited to what the ... [More] browser can support. I am sure that most of us are very familiar with the JavaScript alert() and confirm() dialogs. They are limited, not customizable, and do not support any rich HTML content. The AJAX Control Toolkit introduced a few extender controls such as the “ModalDialog” Extender and the “ConfirmButton” extender. These solved a few of our common issues, but they were still leaving me wanting for more. I’ve taken what I’ve learned from using the above techniques and encapsulated them into one very extensible and easy to use prompt control for ASP.NET AJAX. The prompt control builds upon the ASP.NET AJAX framework and derives from the “ScriptControl” server-side class and the “Sys.UI.Control” client-side class. The prompt control also utilizes extender controls with client-side behaviors. The Microsoft team did a great job developing the “UpdatePanel” and thought I would borrow a few ideas from this control. Within the UpdatePanel a developer can setup triggers that would automatically cause an async-postbacks to occur. With these triggers a ControlID and event were required. I took a similar approach with the prompt control but instead of tying into server-side events I am tying into client-side events. [Less]
Created 10 months ago.

0 Users

InteWidgetToolkit is an ASP.NET AJAX Toolkit including the controls - expecially the 'Extenders' for building widgets based on the 3rd party JavaScript Libraries such as Dojo and Yahoo! UI Library. ... [More] Developers can use this controls to create rich cliect effect easily without writing any scripts in client. [Less]
Created 10 months ago.

0 Users

Real World implementations of custom controls for ASP.NET.
Created 10 months ago.

0 Users

Extenders using the ASP.net AJAX framework
Created 10 months ago.

0 Users

This control pack includes an extended ASP.Net 2.0 GridView with simplified support for sorting and paging, and an extended TextBox control with built-in and more-easily configured validators. It was ... [More] built as part of the open-source framework UnifiedASP. [Less]
Created 8 months ago.

0 Users

Building the equivalent serverside controls in AJAX, based on the Microsoft AJAX Library. featured controls are: listview control datapager control dropdownlist control objectdatasource control
Created about 1 month ago.

0 Users

A library of ASP.NET server controls including the Rollover Image Button and Hyperlink controls that provide a simple way to implement rollover images without having to write JavaScript code, just ... [More] drag and drop, and the Alert control which can display both success and error messages to users and display output from server validators. [Less]
Created 10 months ago.

0 Users

DotNetTextBox WYSWYG Editor Web Control For Asp.Net2.0/3.5,Open Source Version!
Created 7 months ago.