Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Web ComboBox for ASP.NET (msi)
- Web Combobox is an ASP.NET Web custom control to be used in substitution of the less advanced standard DropDownList. It includes a wide range of features, among which load on demand, multiple columns, predefined layouts, that make it irreplaceable with traditional native controls. The possibility to load on demand the...
- Tags: Web, Microsoft ASP.NET, Web ComboBox, .Net, Channel Management, Middleware, Software Development, Software/Web Development, Marketing, Enterprise Software, Software
- Software downloads 2005-07-12
Additional Resources
- Web ComboBox (msi)
- Web ComboBox .NET Version is a Web control similar in its function to the Windows ComboBox like the Address field in a Web browser. It might be best to think of it as a combination of two standard Web Controls: TextBox and DropDownList. Web ComboBox will allow your Websites visitor...
- Tags: Web, Web ComboBox .NET Version, Channel Management, Marketing
- Software downloads 2008-01-22
- XAML ComboBox
- The element represents a ComboBox in XAML. A ComboBox is a collection of ComboBoxItems represented by element in XAML. This paper explains codes to create a ComboBox. The paper shows how to create and use a ComboBox control in XAML. By default, the ComboBox height and width is...
- Tags: XAML, XAML ComboBox
- White papers 2005-05-19
- linked datagridviewcomboboxcell
- I am creating an editable datagrid that has three linked combobox columns. When the first combobox has a value selected, it should change the available options for the second combobox, when the second combobox has a value selected it should have it's available options changed. I know how to do...
- Tags: .NET, Middleware, kurt.foster@...
- Discussion threads 2007-07-11
- APNSoft ComboBox (msi)
- APNSoft ComboBox is a professional replacement for the classic ASP.NET ComboBox (ASP.NET DropDownList) component. It provides a powerful, unique and useful capabilities for building Web application user interface. You can use icons, separators, user-defined slider arrows, rulers, and backgrounds. Developed as a fully managed .NET server control it generates DHTML...
- Tags: Microsoft ASP.NET, APNSoft ComboBox, .Net, Middleware, Scripting Languages, Application Servers, Servers, Software Development, Software/Web Development, Enterprise Software, Software, Web Development, Hardware
- Software downloads 2006-10-17
- Listbox help
- I have a Access database that was created in the XP version. I have a form that has a subform embeded. On the regular form I have a combox; in the subform I have a listbox; I want the listbox in the subform to pickup every selection I...
- Tags: Databases, subform
- Discussion threads 2004-11-24
- autocomplete combobox
- I would like my datacombobox in visual basic 6 to autocomplete entries based on access tables where they are bound to. The combobox should also give all possible matches if there is no exact match. I wish to be friendly to users during entry selection in the combo box.
- Tags: clesafe, comboBox
- Discussion threads 2007-02-12
- vb.Net Program Problem
- i m working on DataGrid.how can i create Combobox and text filed in data grid throuhg select combobox value.using vb.net and Sql server
- Tags: ajayyadav20022006@...
- Discussion threads 2007-01-12
- Visual Basic .NET Code Sample: ListBox and ComboBox (exe)
- This sample demonstrates several different techniques for binding data to ListBox and ComboBox controls, and shows different ways to retrieve the selected item or items from the controls. This version is the first release on CNET Download.com.
- Tags: Item, Control, Microsoft Visual Basic, Microsoft Corp., Microsoft Visual Basic.Net, Microsoft Development Tools, Programming Languages, Productivity, .Net, Development Tools, Software Development, Software/Web Development
- Software downloads 2007-08-30
- selection lock for .net combobox
- How can i lock items of a combobox in C#.NET?so that user can see all items including selected one, but can not change the selected item.Thank you very much.
- Tags: .net programming, Microsoft .NET, mshm1361@..., programming, software
- Discussion threads 2006-11-04
- How the ComboBox's Style property works in VB6
- Not all drop-down boxes are the same. This Visual Basic 6.0 tip shows you how to use the ComboBox Style property to enhance the interface of your application. The ComboBox control is very useful in a variety of situations, but many programmers aren't making the most of...
- Tags: Microsoft Visual Basic 6.0, Peter Aitken, Development tools, ComboBox, text box, arrow, Visual Basic Tips Newsletter, Advantage, Variation, ComboBox Style, Microsoft Development Tools, Programming Languages, Software Development, Software/Web Development
- Technical articles 2004-09-22
- Defaulting a Combobox choice based on the previous record/choice (AccessVB)
- Hi, I'm new here and to VBI have a simple data entry form which collects information on assets that are attached to a person/location. A handful of comboboxes capture all the data and I wanted a few of them to default automatically to the previous record to save time...
- Tags: Asset management, edward.ahn@...
- Discussion threads 2007-07-01
- GLGrid (exe)
- A powerful ActiveX Grid Control to insert and read Data from your application. Main Features: Up to 40000 rows and 256 columns, Grid editor, Load and Save templates, Customise each cell with Font, Color and many details, Copy and Paste from Excel and other applications, Listbox and Combobox cell type,...
- Tags: Cell, GLSoftek
- Software downloads 2008-11-06
- Access 2000 field auto populate question
- I need to have a field in a form auto populate based on input to a previous fields entry.. example,, i have a combo box for a part number with the row source entry coming from a query,, when this field has the part number selected and you tab out...
- Tags: comboBox, ironfist03, Microsoft Access, part description, part number, software
- Q&A 2005-12-20
- Can someone help
- i am trying to open a document from a server to OLE in my VB application via listed document in Combobox i write the code like this but its given me runtime error 31031 method 'createlink' of object '_OLE'failedmy code look like this Private Su
- Tags: lumzy78@...
- Discussion threads 2006-11-14
- Cut & paste from listbox/combobox
- I have an Access database which has a field for keywords. The box is populated from this field, in sorted alphabetic order. I want to enable the user to copy a keyword from the listing, and then paste it into another field, where it will be used as search criteria.Any...
- Tags: Databases, MCForensic@...
- Discussion threads 2007-11-12
- Super Controls (zip)
- SuperControls is a collection of 8 ActiveX components that that enhance add new capabilities to your Visual Basic application: Super ComboBox, Super InputBox, Super PictureBox, Super Form, Super Compress, Super Transfer, Super Email and Super Barcode. Version 1.0.1 includes another package of 4 classes.
- Tags: SuperControls, ActiveX/COM/COM+/DCOM, Tools & Techniques, Microsoft Development Tools, Programming Languages, Middleware, Software Development, Software/Web Development, Management, Development Tools, Enterprise Software, Software
- Software downloads 2006-09-11
- Microsoft .Net And MySQL
- How do i populate Microsoft .Net combobox with information from MySQL database?
- Tags: .NET, Application servers, OPEN SOURCE, Databases, Middleware, ofentseBoikanyo@..., MySQL, Microsoft .NET, Microsoft Corp.
- Discussion threads 2007-04-23
- Adding control arrays WithEvents at runtime in VB6
- Is there a way to add a control array with events at runtime without the declaration i.e.Private WithEvents cboDates As VB.ComboBoxand without having a preexisting control array of that name on the form?
- Tags: Microsoft Visual Basic 6.0, dan.verdolino@..., control-array
- Discussion threads 2007-10-31
- Excel combo box
- I need urgent help in excel using vba. I was not satisfied with the data validation so i made my own. I made a combbox that is visible in a specific column only.Unfortunately, the user can double click the cell and type in values that are not in the combobox....
- Tags: Activate ElseIf KeyCode, ActiveCell.Offset, ActiveCell.Value, admin@..., cell, combo box, comboBox, ComboBox1.Visible, data validation, excel, Microsoft Excel, programming
- Discussion threads 2005-09-08
- << Previous
- page 1 of 1
- Next >>