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

Created at : Feb/16/2007  
1136 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)
URL (optional)
Example : http://www.yulianmf.com  
Comment

ZMQN
Input code above below (Case Sensitif) :
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 2235 times  
Change Group,Sort Order, Filtering By Date in Crystal Reports : Downloaded 2192 times  
Simple Voice Engine Application With Sound Player Class... : Downloaded 1523 times  
DataGridView Grouping : Downloaded 1243 times  
WinForms DataGrid Paging With SqlDataAdapter : Downloaded 1232 times  
Article Category 
Links 
Award 
Certifications 
MOS 2007
MCAS
MCT
MCPD
MCTS
MCAD.NET
ASP.NET Brainbench
Native Enterprise - IT Training 
Native Enterprise Facebook Group 
My Facebook 
My LinkedIn 
Syndication (RSS 2.0) 
Powered By 
Native Enterprise News