|
Who Are We?Fluent Consulting is a software development and consulting firm that specializes in enterprise application integration, web applications, and software product development. We are a dedicated team focused on providing the highest level of quality and value for our clients. Please feel free to visit our corporate site or get in touch! |
Category Archive: Web Controls
Fluent.ControlFocus Component Now Available
We have released a new aspect oriented .NET component which may be of interest to developers. It is a very simple non-visual web control which will automatically set focus to a given WebControl after the page has completed loading. This may be useful in situations such as page validation, for example, if you want the cursor to be positioned in a given field which needs correction after a validation failure on postback. The control has one simple attribute, and is used as follows:
<%@ Register TagPrefix="fluent" Namespace="Fluent.ControlFocus" Assembly="Fluent.ControlFocus" %> ... <asp:TextBox runat="server" ID="FirstTextBox" /><br/> <%-- the control below, SecondTextBox, will be focused on page load --%> <asp:TextBox runat="server" ID="SecondTextBox" /> <fluent:ControlFocus runat="server" Control="SecondTextBox" />
Please visit the Fluent Consulting aspect oriented components section for more information or to download this free component!



