[dba-VB] Access data across the internet

Drew Wutka DWUTKA at Marlow.com
Tue Sep 1 10:53:26 CDT 2009


There are some.  The important thing is understanding that aspect of how
ASP.Net works, which is why I said it's a good path to get familiar with
classic asp first, before using the more powerful ASP.Net.

Drew

-----Original Message-----
From: dba-vb-bounces at databaseadvisors.com
[mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Shamil
Salakhetdinov
Sent: Tuesday, September 01, 2009 10:47 AM
To: 'Discussion concerning Visual Basic and related programming issues.'
Subject: Re: [dba-VB] Access data across the internet

<<<
Not exactly what I was saying Shamil.
>>>
OK, Drew.

<<<
If you have a browser where client side scripting is completely disabled
(or not even there in a stripped down browser), then the ASP.Net
'events' simply won't work.  
>>>
Yes, but how many clients' browsers do have client side scripting
disabled
nowadays? 
Very few I guess (I can be wrong) - without client side scripting so
popular
nowadays AJAX will not function...

--
Shamil


-----Original Message-----
From: dba-vb-bounces at databaseadvisors.com
[mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Drew Wutka
Sent: Tuesday, September 01, 2009 7:17 PM
To: Discussion concerning Visual Basic and related programming issues.
Subject: Re: [dba-VB] Access data across the internet

Not exactly what I was saying Shamil.

You are right, the logic 'code' is (usually) on the server side, but it
is useless without ASP.Net's client code (that ASP.Net implements
'behind the scenes').

In the actual webserver, internet, client browser model, there is no
'live' connection between the user's browser and the webserver.  So the
act of raising an event for a client side action is handled by client
side scripting that ASP.Net creates.

If you have a browser where client side scripting is completely disabled
(or not even there in a stripped down browser), then the ASP.Net
'events' simply won't work.  

Drew


-----Original Message-----
From: dba-vb-bounces at databaseadvisors.com
[mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Shamil
Salakhetdinov
Sent: Tuesday, September 01, 2009 12:48 AM
To: 'Discussion concerning Visual Basic and related programming issues.'
Subject: Re: [dba-VB] Access data across the internet

Drew,

Let me post a couple of comments?
ASP.NET button's Click event's (business) logic is (most of the time/by
default) located on server side, and it's executed during web page
Postback.
To develop rather advanced ASP.NET applications there is no need to know
JavaScript at all.

--
Shamil
The information contained in this transmission is intended only for the person or entity 
to which it is addressed and may contain II-VI Proprietary and/or II-VI Business 
Sensitive material. If you are not the intended recipient, please contact the sender 
immediately and destroy the material in its entirety, whether electronic or hard copy. 
You are notified that any review, retransmission, copying, disclosure, dissemination, 
or other use of, or taking of any action in reliance upon this information by persons 
or entities other than the intended recipient is prohibited.





More information about the dba-VB mailing list