Selling controls that extend ASP.NET controls?
If I create a webcontrol that extends an existing ASP.NET control (such as a
TextBox or DataGrid), can I sell it?
.
Relevant Pages
- Re: Controls
... row of the DataGrid), columns 4 to 9 change to TextBoxes & the Edit ... Dim txtCity As TextBox ... Isn't Controls(0) the Label control & Controls ... (microsoft.public.dotnet.framework.aspnet) - RE: UserControl in a DataGrid problem
... UserControl instead of using the stock TextBox, ... the keys and letting the messages bubble up to the grid control. ... > the text box of my File Browser control, hitting Left, Right, Home, or End ... > moves the current cell in the DataGrid instead of moving the caret in the ... (microsoft.public.dotnet.languages.csharp) - Re: Textbox and Focus
... > I'm using Resco.Net's AdvancedList control as data grid. ... > at the top of datagrid in screen layout. ... The focus is on textbox when form is loaded. ... (microsoft.public.dotnet.framework.compactframework) - Controls in ItemTemplate in DataGrid
... Suppose I have the following DataGrid: ... When the DataGrid is in the editable mode, the Label control changes to ... TextBox in the UpdateCommand event handler named "UpdateDG" can be ... (microsoft.public.dotnet.framework.aspnet) - Re: UserControl in a DataGrid problem
... > UserControl instead of using the stock TextBox, ... > the keys and letting the messages bubble up to the grid control. ... >> the text box of my File Browser control, hitting Left, Right, Home, or End ... >> moves the current cell in the DataGrid instead of moving the caret in the ... (microsoft.public.dotnet.languages.csharp) |
|