Default Button, SetFocus, Select Text on ASP.NET 1.1

ASP.NET - Web Server Control , Posted at : Feb/16/2007  
1928 Views   2 Comments

Untuk mengatur sebuah button menjadi default button pada windows form caranya mudah, tinggal set properti AcceptButton formnya ke button tsb. Begitu juga kalau kita mau membuat sebuah textbox menjadi setfocus ketika form load pada windows form tinggal setting tabindexnya menjadi 0 (nol). Bagaimana caranya melakukan hal tsb di asp.net 1.1 web form?

1. Default Button :
asumsi : form name = form1, button name = button1.
Tambahkan code ini pada event page load :

Page.RegisterHiddenField("__EVENTTARGET", "button1")

2. SetFocus textbox
asumsi : form name = form1, textbox name = text1.
Tambahkan script ini pada element body di html mode :

<body onload="document.form1.text1.focus()">

3. Select text on textbox
asumsi : form name = form1, textbox name = text1.
Tambahkan script ini pada element body di html mode :

<body onload="document.form1.text1.select()">

[Comments]
blay  Nov/12/2008 01:47:18 :
Mas yulian klo bikin dafult button di web page yg merupakan anak dr master page gimn yah....tolong dibuatkan artikelnya
ging  Aug/07/2010 09:25:27 :

terima kasih artikel anda sangat membantu saya


[Write your comment]
Name (required)
Email (required-will not published)
 
Comment

ghir
Input code above below (Case Sensitive) :
About Me 
Rully Yulian MF
My Name is Rully Yulian Muhammad Firmansyah. I am an IT Trainer, IT Consultant and Application Developer spesializing in Microsoft .NET technology and SQL Server database. I live in Bandung, Indonesia. My hobby is to play Guitar. [Read More...]
Top Download 
Bagaimana caranya menginstal database ketika deploying sebuah aplikasi? : Downloaded 3175 times  
Change Group,Sort Order, Filtering By Date in Crystal Reports : Downloaded 2592 times  
Mapping Hak Akses User Pada MenuStrip Sampai Control Button : Downloaded 2180 times  
Simple Voice Engine Application With Sound Player Class... : Downloaded 2127 times  
WinForms DataGrid Paging With SqlDataAdapter : Downloaded 1806 times  
Article Category 
Links 
Award 
Certifications 
MOS 2007
MCAS
MCT
MCPD
MCTS
MCAD.NET
ASP.NET Brainbench
Native Enterprise 
Follow Me 
Facebook   LinkedIn   Twitter
Syndication 
Hosted By 
Native Enterprise News