473,799 Members | 3,245 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Textbox working issue to lessen the time in typing

Good day!

I have a question regarding textbox properties. In my textbox username I want to happen is when I input a letter for example is "l" all the letter started in "l" in my field username was appear, so that the user can choose what she want to type to lessen the time in typing like in the google search. Is it possible?How can I do that?

Thank you in advance
Nov 11 '10 #1
1 1238
drhowarddrfine
7,435 Recognized Expert Expert
Neither html or css can do this. You must use javascript.
Nov 11 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1744
by: Daniel | last post by:
I am using VB.NET and for some reason debugging is not working properly. Sometimes it will work and then other times it will not work at all. I will often times have to Start the program using debug mode 5-10 times before my break point is reached IF it is reached at all. Is there a solution? Heres some system information Microsoft Visual Basic .NET 69586-270-0000007-18268 Microsoft Visual C# .NET 69586-270-0000007-18268 Microsoft...
2
3131
by: Anand Sagar | last post by:
My program requirement is to create 2 textboxes at run time. When the cursor leaves the first textbox, (i guess the TextChange event) I want something to occur (post data into database) Problem is that in Which event of the Webform do I create the run-time textboxes ? Also, how can I raise the events ? Please check my code, give suggetions. Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
3
9415
by: Materialised | last post by:
Ok, I have trawled google groups for the last hour, and have found no >net work around to my issue. Basically my problem is a simple one. I have a multiline textbox and a command button. When the button is pressed text is appended to the text box. I would like the textbox to automatically scroll to the end of the data to be added. In VB6 I would do it with: TextBox1.SelStart = Len(TextBox1.Text)
2
4822
by: Jeff | last post by:
Using ASP.NET 1.1 I have an <asp:TextBox... for which I set the width property --- "width=30". The textbox is being rendered to the browser like this: <input name="someName" type="text" maxlength="3" id="someID" style="width:30px;" /> Notice the gets rendered as . This causes
3
4568
by: DHarris | last post by:
I created a continuous form in Access2003 based on a query that users review customers and once reviewed clicks on a command button that executes an append query to update a table of the reviewed customer(s) data. The table includes the fields: customer_number, shipto_number . I also need to include the date reviewed and the user who performed the review in the append query. The command button is executing the query, however, the query appends...
3
3154
by: technocraze | last post by:
Hi community experts, May I knw whether is it possible to display the corresponding value of the second textbox based on the user input in the first textbox? This means that once the user enters the value of first textbox - S1, the corresponding matching value based on first textbox will be displayed in the second textbox automatically. I have tried using the AfterUpdate() event of textbox1 control to trigger this scenario but doesnt seem...
2
1156
by: =?Utf-8?B?QmFkaXM=?= | last post by:
Hi, I have a textbox in my webpage where its postback property is set to true and some code in textbox_changed. when I first load the page and fire the Change event in the textbox fire OK, BUT when I fire the event for the second time; nothing happened and the event doesn't fire!!? Cheers.
0
1362
by: mamun | last post by:
Hi All, I have the following situation. I have 10 rows in a form. In each row there are six textbox controls. The users can enter any number of rows of records (either none or upto 10). I have created these textboxes at design time. <tr> <td><asp:TextBox Width="88px" runat="server" id="txtBore_Number1"/></
3
1670
by: leena13 | last post by:
Hi, I have a textbox on my asp.net 2.0 page with a grid and other controls. Now once the grid is populated, I notice that clicking on the textbox with the mouse does not make it editable (actually doesn;t allow the focus to come on the textbox). I have to keep tabbing and only then does the focus come on the textbox. FYI (though I don't think this could be the cause of the problem) I'm using an Atlas AutoCompleteExtender control...
2
1381
by: john | last post by:
I'm adding a Textbox with javascript, it works except for the border attribute, any advive Thanks John var formFld = document.createElement('input') formFld.setAttribute('type', 'text') formFld.setAttribute('id', txt)
0
9541
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10484
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10251
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10027
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9072
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7565
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4141
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.