T
ton
How can I detect that the user has modified the data on the page where
several textboxes, checkboxes and dropdownlist exist.
Ton
several textboxes, checkboxes and dropdownlist exist.
Ton
"Steven Stein [MSFT]" said:Ton -
You can monitor events that tell you when these values change. Try the
TextChanged event for the TextBoxes and ComboBoxes, and the CheckChanged
event of the checkboxes.
hope that helps
Steve Stein
VB Team
This posting is provided "AS IS" with no warranties and confers no rights.
--------------------cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news-lei1.dfn.de!news-fra1.dfn.de!news2.telebyte.nFrom: "ton" <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.vb
Subject: How to detect textbox or dropdownlist is modified
Date: Wed, 28 Jan 2004 11:52:49 +0100
Organization: @Home Benelux
Lines: 5
Message-ID: <[email protected]>
NNTP-Posting-Host: cp264278-a.venra1.lb.home.nl
X-Trace: news1.tilbu1.nb.home.nl 1075287759 11442 212.204.171.245 (28 Jan 2004 11:02:39 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Wed, 28 Jan 2004 11:02:39 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Path:l!newshub1.home.nl!home.nl!not-for-mail
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.languages.vb:176783
X-Tomcat-NG: microsoft.public.dotnet.languages.vb
How can I detect that the user has modified the data on the page where
several textboxes, checkboxes and dropdownlist exist.
Ton
From: "ton" <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.vb
Subject: Re: How to detect textbox or dropdownlist is modified
Date: Tue, 3 Feb 2004 15:06:01 +0100
Organization: @Home Benelux
Lines: 64
Message-ID: <[email protected]>
References: <[email protected]>
NNTP-Posting-Host: cp264278-a.venra1.lb.home.nl
X-Trace: news4.tilbu1.nb.home.nl 1075817550 3349 212.204.171.245 (3 Feb 2004 14:12:30 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Tue, 3 Feb 2004 14:12:30 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.
phx.gbl!newsfeed00.sul.t-online.de!t-online.de!newsfeed.gamma.ru!Gamma.RU!ne
ws.tele.dk!news.tele.dk!small.news.tele.dk!news2.telebyte.nl!newshub1.home.n
l!home.nl!not-for-mail
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.languages.vb:178455
X-Tomcat-NG: microsoft.public.dotnet.languages.vb
I'm not sure how to do so, since the controls are added dynamically in
Protected Overrides Sub CreateChildControls()
with the added event to save the record i can find each textbox, but there
is no property for TextChanged. Or do you mean that I should fire this event
to the server, where i can handle it. But is this a good approach ? It looks
if the app will go back for the server each time some one modifies a field,
for what reason ?
Ton
"Steven Stein [MSFT]" said:Ton -
You can monitor events that tell you when these values change. Try the
TextChanged event for the TextBoxes and ComboBoxes, and the CheckChanged
event of the checkboxes.
hope that helps
Steve Stein
VB Team
This posting is provided "AS IS" with no warranties and confers no rights.
--------------------JanFrom: "ton" <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.vb
Subject: How to detect textbox or dropdownlist is modified
Date: Wed, 28 Jan 2004 11:52:49 +0100
Organization: @Home Benelux
Lines: 5
Message-ID: <[email protected]>
NNTP-Posting-Host: cp264278-a.venra1.lb.home.nl
X-Trace: news1.tilbu1.nb.home.nl 1075287759 11442 212.204.171.245 (28
2004 11:02:39 GMT)cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s ul.t-online.de!t-online.de!news-lei1.dfn.de!news-fra1.dfn.de!news2.telebyte. nX-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Wed, 28 Jan 2004 11:02:39 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Path:l!newshub1.home.nl!home.nl!not-for-mail
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.languages.vb:176783
X-Tomcat-NG: microsoft.public.dotnet.languages.vb
How can I detect that the user has modified the data on the page where
several textboxes, checkboxes and dropdownlist exist.
Ton