Clearing textbox on focus
-
Hi I need to clear the textbox when we focus on the textbox control without using javascript. Plz anyone help me in this regard. Thanks in Advance Bye:)
honeyss wrote:
without using javascript.
Impossible
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hi I need to clear the textbox when we focus on the textbox control without using javascript. Plz anyone help me in this regard. Thanks in Advance Bye:)
That's kind of like saying 'I want to drive a car without using petrol.'. The answer is no. All client side code is javascript unless you use VBSCript, which is IE only. Nothing happens on the client without Javascript.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
That's kind of like saying 'I want to drive a car without using petrol.'. The answer is no. All client side code is javascript unless you use VBSCript, which is IE only. Nothing happens on the client without Javascript.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Christian Graus wrote:
That's kind of like saying 'I want to drive a car without using petrol.'.
Nice, very nice
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Christian Graus wrote:
That's kind of like saying 'I want to drive a car without using petrol.'.
Nice, very nice
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
I really don't understand when people say 'I want to do X, but I don't want to use Y', where Y is the right way to do X. Why would you want to do something but not in the right way ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
I really don't understand when people say 'I want to do X, but I don't want to use Y', where Y is the right way to do X. Why would you want to do something but not in the right way ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
That depends on the browser. For the one I have, I know the answer is no. But, that means you're out of options.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
That depends on the browser. For the one I have, I know the answer is no. But, that means you're out of options.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
There most definately is not. No one is going to impliment any other solution, were they to bother, they'd go with the standard one ( javascript ). At a minimum, they should support the noscript tag, you could use that to redirect to a modified version that knows it doesn't have js support.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
There most definately is not. No one is going to impliment any other solution, were they to bother, they'd go with the standard one ( javascript ). At a minimum, they should support the noscript tag, you could use that to redirect to a modified version that knows it doesn't have js support.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi I need to clear the textbox when we focus on the textbox control without using javascript. Plz anyone help me in this regard. Thanks in Advance Bye:)
Hi Look at this link.. http://weblogs.asp.net/dburke/archive/2003/10/01/29959.aspx Hope it will work for u Bye...
-
Hi Look at this link.. http://weblogs.asp.net/dburke/archive/2003/10/01/29959.aspx Hope it will work for u Bye...