Trang Chủ | Diễn Đàn | Thành Viên (Đăng Ký) | Tìm Kiếm | Tutorial Room
C#.NET - Hỏi về giá trị mặc định trong Textbox ?
Hỏi đáp, trao đổi về C#. Các câu hỏi về ngôn ngữ C/C++C/C++ for Windows xin hãy gởi vào các box tương ứng!
First page Previous page  (Page 1 )   1   Next page Last page
Hỏi về giá trị mặc định trong Textbox ?
Member
Member since
04:19 01-07-2009
Posts: 1
Fantasy Points: 4
Rank
question Posted at 07:23 03-07-2009 Move Move Topic   Pin/Unpin Pin Topic   Lock Lock Topic
Mình có cái textbox gồm username và password :



Mình muốn khi người dùng xoá đi dữ liệu họ vừa nhập vào thì 2 textbox sẽ hiện lại 2 dòng chữ mặc định ban đầu là admin và password ?
(Mình mới tập làm, mong các bác giúp đỡ ^^)
Reply Reply   Quote Quote   Edit Edit   Delete Delete   Report Report
This post has been viewed 592 time(s). 1 direct repli(es) and 0 indirect repli(es).
Title Poster
question Hỏi về giá trị mặc định trong Textbox ?
 
answer Re: Hỏi về giá trị mặc định trong Textbox ?
phuckt187
Re: Hỏi về giá trị mặc định trong Textbox ?
Member
Member since
20:36 26-07-2009
Posts: 12
Fantasy Points: 45
Rank
answer Posted at 20:40 26-07-2009
Reply to Hỏi về giá trị mặc định trong Textbox ? (oopsoppxx)
Bạn sử dụng event của TextBox là TextChanged

private void txtUser_TextChanged(object sender, EventArgs e)
{
if (txtUser.Text == "")
{
txtUser.Text = "admin";
}
}

private void txtpwd_TextChanged(object sender, EventArgs e)
{
if (txtpwd.Text == "")
{
txtpwd.Text = "password";
}
}
Reply Reply   Quote Quote   Edit Edit   Delete Delete   Report Report
This post has been viewed 535 time(s). 0 direct repli(es) and 0 indirect repli(es).
First page Previous page  (Page 1 )   1   Next page Last page

Permissions: Create Topic: No  |  Reply Topic: No  |  Attach File: No  |  Make Poll: No

Vietnamese Keyboard: AUTO TELEX VNI VIQR VIQR* OFF

Go top || Print page ||

All logos, trademarks and graphics artwork in this site are property of their respective owners.
Opinions expressed in articles within this site are those of their owners and may not reflect the opinion of TXBB.

TXBB: Home - Disclaimer - Help - Contact
Copyright (C) 2000-2006 TXBB. All rights reserved.

TreXanh Bulletin Board v2.0 (Build: #332 Nov 21, 2006)

DEBUG INFORMATION
Execution 0.204s - SQL used 7s - Concurrent process(es) 0