webui

Web splitter control: where to get one

I have an ASP.NET web project that has a requirement to have a "splitter" like functionality in order to hide the left/right margins of a page. I would like to avoid frames and am not able to use the Infragistics controls. I have installed the trial version of Obout.com's Splitter control(http://www.obout.com/splitter/) and it works GR...

Converting System.Web.UI.WebControls.Image to System.Drawing.Image?

I can't seem to convert it. Any help? ...

Best free Git web interface

Hello everyone! I'm looking for a free opensource Git Web UI tool like GitWeb on my own remote machine. What do you prefer? ...

iPhone img tag in local html file

I have an image that is set to content and is in the root of the bundle. I have verified it is there in the simulator. When I construct HTML to display in the UIWebView, this HTML fails to show the image: Is there a relative path it should be in? Note: I use the bundle as the base path in the call to show the html. (I use MonoTouch...

Mootools: wizard plugin

There is a plugin for moootols that applied to a form change it into a wizard? Edit: No other responses to the question... I will accept mine. ...

How to add custom object to DropDownList Items?

Hi, I'm using DropDownList within my WebApplication. I need to keep additional piece of information with each Item on list. How can I achieve this? ...

Is there a way to overload Items.Add procedure in inherited class from DropDownList?

Hi, I have my own custom class which inherits from DropDownList. Is there a way to override Items.Add procedure? How? ...

Advice on writing a rich Web UI to front a RESTful HTTP API

Hi all, I've been working on a set of RESTful HTTP services implemented using Restlet in Java. Those services are currently used by a proprietary desktop application running on Windows, and by other back-end services. My goal now is to design an Ajaxy user interface to these services that will run within the Web browser. I am aware of ...