No announcements
Found 3072661 threads
-
0 Votes
This is a sample for ASP.Net to show, how easy it is to 'force' a default button for a textbox.
it looks like 2.0 has some default button functionality, but the way they describe it won't work in my situation.Unanswered | 27 Replies | 43 Views | Created by Anonymous - Tuesday, February 4, 2003 2:31 AM | Last reply by Anonymous - Monday, August 14, 2006 5:06 PM -
2 Votes
How to check for empty textbox on button click and force user to fill the textbox
i am working on a program, and on my form i have a couple of textboxes and radio buttons.Answered | 4 Replies | 5620 Views | Created by Diepriye - Saturday, March 8, 2014 9:10 PM | Last reply by darnold924 - Sunday, March 9, 2014 4:09 AM -
0 Votes
How to show a TextBox on Button click in Excel
Create a form (equivalently as you created the button) and design it as you wish (include textboxes, macros, etc.).Answered | 3 Replies | 8124 Views | Created by Salman Butt - Tuesday, June 18, 2013 2:22 PM | Last reply by varocarbas - Tuesday, June 18, 2013 6:49 PM -
0 Votes
Forcing TextBox To Loose Focus
Hi Riviera, My suggestion, Place another control(eg: button) and hide the control and never show it user. when you want to change the focus simply ...Answered | 1 Replies | 6769 Views | Created by The Riviera Kid - Tuesday, April 21, 2009 9:35 AM | Last reply by Malleswara Reddy [MCTS, MCP] - Tuesday, April 21, 2009 9:55 AM -
3 Votes
textbox+button+mouse problem
the problem is i donno how to link or show them together. my vb is beginner standard only.Answered | 19 Replies | 2004 Views | Created by newbieinVB - Monday, July 23, 2012 8:44 AM | Last reply by Acamar - Thursday, July 26, 2012 6:38 AM -
1 Votes
Show password in the textbox in asp.net C#
Hi, Try this code private void button1_Click(object sender, EventArgs e)// on button click ...Answered | 3 Replies | 2809 Views | Created by ManhPs - Saturday, May 24, 2014 8:29 AM | Last reply by Shan_k - Friday, May 30, 2014 5:10 AM -
0 Votes
How to show form2 textbox data in form1 textbox?
In form1 there is one text box and one button.Answered | 4 Replies | 3511 Views | Created by ramesh aec - Wednesday, March 24, 2010 7:04 AM | Last reply by TamerCE - Thursday, March 25, 2010 11:56 AM -
2 Votes
When pressing the any Button on Asp.net form Default Button is also pressed
I have an ASP.net form with buttons on it.Answered | 3 Replies | 1812 Views | Created by jahanzaibkk - Wednesday, March 27, 2013 5:51 AM | Last reply by Ed Price - MSFT - Wednesday, March 27, 2013 8:05 AM -
0 Votes
showing busy indicator in the center of multiline textbox control?
Hello Mou_kolkata, Please take a look at this video: http://www.asp.net/aspnet-35/videos/aspnet-ajax-a-demonstration-of-aspnet-ajax It demonstrates ...Answered | 3 Replies | 4009 Views | Created by Mou_kolkata - Thursday, November 11, 2010 12:49 PM | Last reply by liurong luo - Wednesday, November 17, 2010 11:07 AM -
1 Votes
How to create inform note show on textbox
toolTip1.ShowAlways = True ' Set up the ToolTip text for the Button and Checkbox.Answered | 4 Replies | 2067 Views | Created by Kalunche - Saturday, January 28, 2012 3:10 PM | Last reply by Carmelo La Monica - Sunday, January 29, 2012 10:50 AM -
0 Votes
Revert to Default Style for TextBox
If not, don't kill yourself over it and just hardcode a default to revert back to.Answered | 16 Replies | 6566 Views | Created by rms2219 - Friday, September 18, 2009 3:25 PM | Last reply by Bigsby - Sunday, September 20, 2009 12:10 AM -
1 Votes
How to force a textbox control in a row in the UniformGrid
<TextBox Name="tb2" Text="saraf2" Grid.Column="1" ...Answered | 7 Replies | 4027 Views | Created by Weipeng - Thursday, January 28, 2010 4:48 PM | Last reply by Saraf Talukder - Saturday, January 30, 2010 9:45 AM -
6 Votes
Readonly textbox default backcolor
In the Solution Explores, enable "Show All Files".Answered | 11 Replies | 17051 Views | Created by VBcatsy - Monday, November 21, 2011 7:32 PM | Last reply by VBcatsy - Thursday, November 24, 2011 2:47 PM -
2 Votes
Force UpperCase On TextBox
Any ideas on how I would do this?Answered | 9 Replies | 5898 Views | Created by Len Murray1 - Friday, August 5, 2011 3:10 PM | Last reply by Dave Vorgang - Sunday, August 7, 2011 2:54 PM -
0 Votes
Button,TextBox Style?
On Windows 7 , when you hover over the button, it slowly it goes to a golden color.Answered | 4 Replies | 2025 Views | Created by Yashas Samaga B L - Friday, April 13, 2012 6:36 PM | Last reply by Pintu Shukla - Saturday, April 14, 2012 8:07 PM -
11 Votes
Multiline-Textbox: How make it show a certain line?
The sample actually provides a full working sample to play with.Answered | 13 Replies | 3582 Views | Created by Rene_Miner - Wednesday, October 17, 2012 6:00 PM | Last reply by Rene_Miner - Thursday, October 18, 2012 1:04 AM -
0 Votes
Default button property?
And that is what my code sample does, there is nothing more needed.Answered | 9 Replies | 10228 Views | Created by heibert - Tuesday, April 13, 2010 11:37 PM | Last reply by Acamar - Thursday, April 15, 2010 10:35 AM -
2 Votes
How to customize the datagridview with textbox and button
Click on the arrow - you'll see one of the options as: DataGridViewButtonColumn - that is the button.Answered | 2 Replies | 3296 Views | Created by fullmetalboy - Sunday, March 13, 2011 7:15 PM | Last reply by Anirban Bhattacherya - Monday, March 14, 2011 6:34 PM -
0 Votes
Adding textbox to button and handling events.
Don't add the TextBox to the Button's controls, add it to the Form's controls collection instead, so calling "this.Hide()" from within the Button control will ...Answered | 10 Replies | 3771 Views | Created by msanjayv - Thursday, April 9, 2009 12:30 PM | Last reply by Rudedog2 - Friday, April 10, 2009 3:19 PM -
3 Votes
Preventing Textbox or Button
Hi, Alright so, Basically I have: Te1 (as first Textbox) Te2 (as second ...Answered | 6 Replies | 847 Views | Created by Lavneet Puri - Sunday, March 23, 2014 8:45 AM | Last reply by Lavneet Puri - Wednesday, March 26, 2014 9:38 AM - Items 1 to 20 of 3072661 Next ›
No announcements