39 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for akkbkht

I am preparing a CSharp based desktop app in VS 2019. I have 4 ComboBoxes. On the form load, the comboBox1 fetches folder names in root directory in D drive. The structure is Folder The sub folder Then sub folder then MS word documents in the 4th folder. For example, …

2
66
Member Avatar for thecoder2012

Hi, i have an autocomplete textbox in vb.net. It is working fine, but now i need to pop up the window again when the user hits enter or double clicks. So far, i know that when the user hits enter, the keydown event raises with e.kecode = 13. I guess …

Member Avatar for Leroy_2
0
4K
Member Avatar for ITKnight

Hi all, I searching for how to make autocomplete in textbox. however there are list contain fruits name. "Apple" "Banana" "Pear" "Orange" When i type "Ap" in textbox, program will completed the text and highlight the fruit name in listbox. How i can do this. Thank you

Member Avatar for rewardlabel
0
2K
Member Avatar for unearthed13

Hello all, I've actually seen a few posts floating around the web (most of which are rather old and none of which were solved) about the same question that I'm having which is this: I have a combobox that is populated with movies with a number corresponding to where it …

Member Avatar for jiiinaguipo
0
424
Member Avatar for arctushar

Hi I m using a jquery plugin for autocomplete multiselect. Plugin link is http://www.jqueryrain.com/?Bxwy2bPt Now I want to submit this selected item to page. How can I do that. Plz help.

0
138
Member Avatar for fabio.bozzo

I re-post a thread which many others submitted times ago, but never got solutions or good answers! I re-new the challenge :) [url]http://www.daniweb.com/forums/thread226795.html[/url] The last post gives an idea. Another is here [url]http://www.daniweb.com/forums/thread104261.html[/url] I mean: editable dropdown boxes autocomplete function works with a so builded filter: LIKE 'string%' what WE …

Member Avatar for Santanu Das
0
8K
Member Avatar for Halnex

Hello, I'm trying to implement autocomplete on a single field "contact". This should query the "contacts" table looking for an id but displaying the firstname in the input field. This is my function inside ListingsController.php, every listing belongs to a contact and every contact belong to a listing. public function …

0
121
Member Avatar for while(!success)

Hi guys, I've been trying to implement autocomplete on a form I'm creating and was successful with using a global variable as the source. Now i'm trying to use a hiddenfield as the source, but it does not seem to work. Firebug shows the error "414 Request-URI Too Long." Is …

Member Avatar for LastMitch
0
502
Member Avatar for ncis_sg1

Hello everyone, This is my first week in a new language and I am having trouble with html5. Here is the question and then I will post my code. I need create an autocomplet input element with an assciated datalist that contains the days of the week. I have everything …

Member Avatar for ncis_sg1
0
836
Member Avatar for eakaglo

I'd be glad if someone could help with how to write a code for autocomplete TextBox in asp.vb.net. I'm able to do that in VB.Net Windows application, but unable to do same in the Web Application. The following is what I've tried under Page_load: Try cmd = New SqlCommand("Select SubjectName …

Member Avatar for arun1123
1
3K
Member Avatar for riahc3

Hello I want to make a dynamic searchable scrollbox using a textbox..... Lets say I have the following options..... Ant Alroy Antlers Antldo Zoo When I click and open the scrollbox, it should show all options. In the textbox, if I type A it should show Ant Alroy Antlers Antldo …

Member Avatar for riahc3
0
147
Member Avatar for bansarisavaliya

"I want Dropdowm autocomplete with binding in SQLServer in asp.net anyone can help me "

Member Avatar for bansarisavaliya
0
204
Member Avatar for renzlo

Hi, All, Greetings! Is this doable? I have a textbox for email address entry, now, when I type the email address and reach the @ character, there will be a dropdown suggesting common domains like msn.com,hotmail.com, aol.com, yahoo.com and etc. I hope you can help me. Thanks in advance.

Member Avatar for renzlo
0
712
Member Avatar for vimit

Hello, I am creating a page in which i have used autocomplete extender with textbox. i am displaying fields like first name, last name and pic of the user from TABLE and showing in when person type a name in texbox. The problem is that i have one another field …

Member Avatar for vimit
0
145
Member Avatar for AleMonteiro

Hello guys, I'm in need of some thinking help. I want to build an auto-complete text input to find cars, but I want it to search for Car Models and Car Manufactor too. In example, if the user type 'For', the suggestions would be 'Ford - Car 1' 'Ford - …

Member Avatar for AleMonteiro
0
248
Member Avatar for brenton_77

Hi All, I've hit a brick wall trying to get the jquery autocomplete to work correctly. The problem is with the .php file and the way the While loop works, as what it does is create a array for every name rather than one single array. I've tried to move …

Member Avatar for brenton_77
0
328
Member Avatar for NidhishKrishnan

i've done an application with two JTextField with the autocomplete feature the application works fine but On clicking the Tab Button while the mouse pointer is on the first TextField the Mouse focus is not going into the second Textfield but gets the focus on the second time. i.e for …

Member Avatar for radhakrishna.p
0
801
Member Avatar for Rizi004

Hello Guys how are you all? I have a text box for searching, when i write L all the data that starts from the L should display in a list aplabetically. My data is stored in multidimension array. Now tell me how i can perfrom the above task. i use …

Member Avatar for urtrivedi
0
118
Member Avatar for razekc

Hello: Using this post http://www.daniweb.com/software-development/vbnet/threads/358691/textbox-autocomplete-from-database (thks andeepparekh9) build a autocomplete. Now i need show the id of my seleccion on the autocomplete on another textbox. Some idea? Thanks Regards

Member Avatar for razekc
0
160
Member Avatar for subrata_ushasi

Hi all , I want to display characterwise display of word in a textbox. I think it is possible in ajax. Like if I enter "A" will show in text box "AMERICA" ,"AFGANISTHAN","AUSTRALIA","AFRICA","AGONY","AMNESTY" etc. again if I enter "M" after "A" will filter only "AMERICA" and "AMNESTY" because only matching …

Member Avatar for JorgeM
0
168
Member Avatar for eburlea

Hello, Is it possible to use a PHP code to create a drop-down list that automatically inserts a word from MySQL table after writing a character? For example when I type "a", all the entries beginning with "a" show in order, then I type "n", then all entries begins with …

Member Avatar for eburlea
0
572
Member Avatar for adige72

I have an input text and want it to suggest **custom taxonomy terms** as soon as i type on it. These codes below i found after some googling, gives the idea about how to use autocomplete method in WP but i can't figure out how to achieve custom taxonomy terms …

Member Avatar for blocblue
0
1K
Member Avatar for Shodow

why is it sometimes i get an error? it doesn't highlight the error [B]CODE[/B] [CODE]Dim SqlQuery As String = "Select UserName from Login" Dim SqlAdapter As New MySqlDataAdapter Dim SqlCommand As New MySqlCommand Dim Ds As New DataSet Dim i As Integer With SqlCommand .CommandText = SqlQuery .Connection = sConnect …

Member Avatar for Shodow
0
539
Member Avatar for shaan_046

Hey guys. I am getting an error in this jsp code in line13 i.e PopulateTextbox obj = new PopulateTextbox(). What is wrong in my code. Am i declaring the function at wrong plae or missing braces anywhere. Please help. ? [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <%@page …

Member Avatar for stbuchok
0
193
Member Avatar for shaan_046

Hey guys. I am getting an error in this jsp code in line13 ( PopulateTextbox obj = new PopulateTextbox();). What is wrong in my code. Am i declaring the function at wrong plae or missing braces anywhere. Please help. ? [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <%@page …

Member Avatar for stultuske
0
230
Member Avatar for Jack Eagles1

Hey Guys, I've been working on some autocomplete abilities for a webbrowser I'm building, rather like in IE or Firefox. This is what I mean: [url]http://content.screencast.com/users/JackEagles1/folders/Snagit/media/509d42db-a0bd-4077-81c2-2783d0466e04/12.25.2011-21.18.04.png[/url] I have absolutely everything working - adding search providers from webpages, getting the search suggestions as an XML file from whatever provider may be …

Member Avatar for NewUserVB.Net
0
176
Member Avatar for mrbungle

Need help. I have a combobox (cmbCharge1) that gets populated by a text file. Inside the combobox, the data inside is laid out like this: 41-1A-1303: EXPIRED REGISTRATION Now, autocomplete works fine, if I start typing in the statute (like the 41 part). But what I need is for it …

Member Avatar for malhar1122
1
1K
Member Avatar for sachin mali
Member Avatar for bluehangook629
0
757
Member Avatar for cancer10in

Hello All I have been struggling since 2 days with this problem and I hope someone can help me out. I want to have custom scrollbars (like [url]http://jscrollpane.kelvinluck.com/basic.html[/url]) for the jQuery UI Auto-complete plugin. Currently there seems no way to integrate custom scrollbars for jQuery UI Auto-complete plugin. So if …

0
126
Member Avatar for ronnieaka

i tested the php version of the autocomplete example in ajax using PHP from here: [URL="http://www.w3schools.com/ajax/ajax_aspphp.asp"]http://www.w3schools.com/ajax/ajax_aspphp.asp[/URL] i tried the PHP veriosn, not the ASP version. It worked fine. Now i want to implement the same thing in JSP, and so i translated the PHP version of source file (which has …

Member Avatar for ronnieaka
0
229

The End.