Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
textbox
- Page 1
Re: textbox ctrl+c and ctrl+v how to implement
Programming
Software Development
14 Years Ago
by farooqaaa
Textbox
supports Ctrl+C and Ctrl+V by default. Do you mean to copy the text of the
textbox
without selecting them?
Re: TextBox.Text changed with js don't keep value on postback
Programming
Web Development
14 Years Ago
by ja3_bhende
Textbox
is a server control,it loses value changed from javascript on postback.if u want to save the value,u can use hidden control which you can access in both client as well as server side.Please mark as answer if this works.
textbox!!
Programming
Software Development
15 Years Ago
by harrykokil
…;, bg = 'blue', fg= 'white') lbl.pack()
textbox
= Entry(root, width="20", textvariable=IntVar())
textbox
.pack() Button(root, text='Click ').pack…
textBox
Programming
Software Development
15 Years Ago
by hajiakhundov
Hello. Can someone please tell me how can I get the Text from the
textBox
, and store it into a string for instance. To be more specific, I have a function: [CODE]foo (const char* str, const char *strat);[/CODE] And when I call it, I want it to take the the parameters from two different
textBox
'es. How can I do that? Thanks in advance. :)
Re: TextBox
Programming
Software Development
15 Years Ago
by sknake
… InitializeComponent(); } private void button1_Click(object sender, EventArgs e) {
TextBox
tb = new
TextBox
(); tb.Location = new Point(0, 0); //This is the…-left corner of the form tb.Text = "Auto created
textbox
!!!!!"; using (Graphics g = this.CreateGraphics()) { tb.Width…
textbox
Programming
Web Development
13 Years Ago
by vidyade
… Stat Date and End Date . According to the
Textbox
Associated with the NO of th Moth . IN Example I …
Re: Textbox ???
Programming
Software Development
14 Years Ago
by DanielWuVB
I just want it simple react like VB6, press the enter key after I finished enter the text then focus will jump to next
textbox
. that's it. isn't this a standard function that
textbox
should react ??? I use VB 2005 express.. Thanks ...
Re: TextBox
Programming
Web Development
14 Years Ago
by kvprajapati
…="server" id="form1"> <asp:
TextBox
id="txt1" runat="server" /> <…;asp:
TextBox
id="txt2" runat="server" /> <…
Re: TextBox
Programming
Web Development
14 Years Ago
by harrypinto11
I want to convert number to word which I enter in the
textbox
. I try to convert number to word in the
textbox
in ASP, but it can't work. What may I do?
TextBox
Programming
Software Development
15 Years Ago
by Egypt Pharaoh
I want to creat a button that when I click on it it will generate a
TextBox
,please tell me how
Re: TextBox
Programming
Software Development
15 Years Ago
by Murtan
…. The code in the method will need to generate the
textbox
. (Did you mean a message box?) If you want more…
Re: TextBox
Programming
Software Development
15 Years Ago
by Egypt Pharaoh
no new
textbox
in a another position
Re: TextBox
Programming
Software Development
15 Years Ago
by Murtan
You need to associate a method with the button's "on click" event. The code in the method will need to generate the
textbox
. If you want more detailed help you're going to need to tell us more about your code environment, and preferably show us some code to show that you're trying to solve the problem.
Re: TextBox
Programming
Software Development
15 Years Ago
by avirag
Well you just drag a button and a
textbox
on a form. than go through the property window and make the visible property of texbox is false. and than on click event of button just write this code: [CODE] textbox1.Visible=true; [/CODE] Hope this works.......:)
Textbox ???
Programming
Software Development
14 Years Ago
by DanielWuVB
I added 2 textboxes on the form and runs it...I pressed the enter after I type in simple text.. it will not goto next
textbox
but tab can do .. why ... no nay code.. strange.... Thanks
Re: Textbox ???
Programming
Software Development
14 Years Ago
by Luc001
… I type in simple text.. it will not goto next
textbox
but tab can do .. why ... no nay code.. strange.... Thanks…
Re: Textbox ???
Programming
Software Development
14 Years Ago
by DanielWuVB
Thank you Luc001, it works, but this is doesn't make any sense to me, I thought change to next control after you press enter is intrinsic function ??? do I have to write this code in every
textbox
??? is this happen to everyone ?? or just me ?? Thanks
TextBox
Programming
Web Development
14 Years Ago
by abrarHuniedi
If I have tow
textbox
and 2 button first button ok and secon is clear or reset how i can clear the input and input another values??
Re: TextBox
Programming
Web Development
14 Years Ago
by Freon22
… I showed you textBox1 = ""; which should have been
textBox
.text = """"; Then you said you wanted…
Textbox
Programming
Web Development
14 Years Ago
by 123mehran
Hi Guys I've made a id number
textbox
and wanna when users typing characters the server tell them type digits what should i do?
Re: Textbox
Programming
Web Development
14 Years Ago
by fawadkhalil
Use RegularExpressionValidator; which is used to determine whether the value of an input control matches the pattern defined by regular expression. Validation exrpession for
textbox
that only accepts integer value is ^(?=.*[1-9].*$)\d{0,7}(?:\.\d{0,9})?$ Set ErrorMessage property to Enter digits Only or what ever you want.
TextBox
Programming
Software Development
13 Years Ago
by maverick420
… is a value of "3" in the input
textbox
which should be null, I have no idea why its…
Re: TextBox
Programming
Software Development
13 Years Ago
by stultuske
I can't find a
TextBox
or jTextBox in there. what field are we talking about?
Re: TextBox
Programming
Software Development
13 Years Ago
by maverick420
[QUOTE]I'm sorry it's not
textbox
but JOptionPane which shows user a list and asks to …
textbox
Programming
Web Development
13 Years Ago
by Amar Rawat
How can we validate
Textbox
Date of Birth . in asp.net which take input more than 18 years.
Re: textbox
Programming
Web Development
13 Years Ago
by hericles
If you want to do it with .net use a compare validator control connected to the date of birth
textbox
. The .net validators can be set to use client side validation for a fast response (server side validation still occurs if the client side validation passes however).
Textbox
Programming
Software Development
12 Years Ago
by Dili1234
I want enter the telephone no into text box like this 022-1234567 how to set the
textbox
commands to get like this...........
Re: Textbox
Programming
Software Development
12 Years Ago
by G_Waddell
…? Or Both? In that case you need [The Masked Edit
Textbox
](http://msdn.microsoft.com/en-us/library/11405hcf(v=vs…
textbox
Programming
Software Development
11 Years Ago
by lloydsbackyard
help on
textbox
to accept numbers only ...thanks
TextBox - OnBlur (clear textBox onClick; show text onBlur)
Programming
Web Development
15 Years Ago
by Ana D.
…I have the following code: [CODE=ASP.NET]<asp:
TextBox
ID="SearchCriteriaTextBox" runat="server" Text=&…part is working) and when the user clicks outisde the
textBox
the text "Enter Search Criteria" is shown …is that on the function [I]changeText[/I] the variable
textBox
is null, but I don't understand why. Does …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC