473,320 Members | 2,202 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

.net 1.1 form submission

Hi all, we have a few apps running on server 2003 with .net 1.1 sp1. Simple
web forms with db backend. Websites run over SSL with client certs. Clients
are Windows XP SP2 with all updates and IE. On a frequent basis when the
client submits a form he gets a blank screen. When this happens he has to go
purge his internet cache and then everything seems to work again. This is
frustrating and never happened on .net 1.0 running on win2k server. Please
help! What could be wrong? Clients are going through ISA firewall to get to
the IIS server.

thanks!
Nov 18 '05 #1
9 1069
At one place where I worked the proxy or caching system was extremely
aggressive. Old versions of pages were often "stuck" in the system. It may
be that one person was browsing a page and hit the browser's Stop button.
From then on, others are getting partial pages. Is it possible to see what
the content of the problem pages is?

Anyway, you'll want to put statements in your pages to deter any kind of
caching that might be causing people to get old or bad pages.

Ken

"Param R." <pr@nospam.com> wrote in message
news:O$**************@TK2MSFTNGP15.phx.gbl...
Hi all, we have a few apps running on server 2003 with .net 1.1 sp1.
Simple web forms with db backend. Websites run over SSL with client certs.
Clients are Windows XP SP2 with all updates and IE. On a frequent basis
when the client submits a form he gets a blank screen. When this happens
he has to go purge his internet cache and then everything seems to work
again. This is frustrating and never happened on .net 1.0 running on win2k
server. Please help! What could be wrong? Clients are going through ISA
firewall to get to the IIS server.

thanks!


Nov 18 '05 #2
OK I just confirmed that this happening for other users too who are not
running through a Proxy. Either way IIS has http expiration enabled for
"immediately". This is becoming frustrating. Any ideas what could be causing
this problem? They just get a blank page and IE says done...

thanks!

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
At one place where I worked the proxy or caching system was extremely
aggressive. Old versions of pages were often "stuck" in the system. It may
be that one person was browsing a page and hit the browser's Stop button.
From then on, others are getting partial pages. Is it possible to see what
the content of the problem pages is?

Anyway, you'll want to put statements in your pages to deter any kind of
caching that might be causing people to get old or bad pages.

Ken

"Param R." <pr@nospam.com> wrote in message
news:O$**************@TK2MSFTNGP15.phx.gbl...
Hi all, we have a few apps running on server 2003 with .net 1.1 sp1.
Simple web forms with db backend. Websites run over SSL with client
certs. Clients are Windows XP SP2 with all updates and IE. On a frequent
basis when the client submits a form he gets a blank screen. When this
happens he has to go purge his internet cache and then everything seems
to work again. This is frustrating and never happened on .net 1.0 running
on win2k server. Please help! What could be wrong? Clients are going
through ISA firewall to get to the IIS server.

thanks!

Nov 18 '05 #3
Hmmm.. take a look at the HTML they are getting into IE (View > Source). Is
it partially there? Is it well-formed? Is it possible that the browser won't
render some portion because it is delayed from another site? Is there a
script error? Have the problem browsers set IE to report every script error.

Does it work if the user clicks Refresh in the browser after getting the
blank page?

Just tossing out some ideas here in case something triggers...

Ken

"Param R." <pr@nospam.com> wrote in message
news:en**************@TK2MSFTNGP11.phx.gbl...
OK I just confirmed that this happening for other users too who are not
running through a Proxy. Either way IIS has http expiration enabled for
"immediately". This is becoming frustrating. Any ideas what could be
causing this problem? They just get a blank page and IE says done...

thanks!

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
At one place where I worked the proxy or caching system was extremely
aggressive. Old versions of pages were often "stuck" in the system. It
may be that one person was browsing a page and hit the browser's Stop
button. From then on, others are getting partial pages. Is it possible to
see what the content of the problem pages is?

Anyway, you'll want to put statements in your pages to deter any kind of
caching that might be causing people to get old or bad pages.

Ken

"Param R." <pr@nospam.com> wrote in message
news:O$**************@TK2MSFTNGP15.phx.gbl...
Hi all, we have a few apps running on server 2003 with .net 1.1 sp1.
Simple web forms with db backend. Websites run over SSL with client
certs. Clients are Windows XP SP2 with all updates and IE. On a frequent
basis when the client submits a form he gets a blank screen. When this
happens he has to go purge his internet cache and then everything seems
to work again. This is frustrating and never happened on .net 1.0
running on win2k server. Please help! What could be wrong? Clients are
going through ISA firewall to get to the IIS server.

thanks!



Nov 18 '05 #4
I dont get any script errors. I have script debugging turned on in IE. When
I do a view source I get a blank document with html &head tags. I will
copy-paste it when it happens next. When the user clicks refresh nothing
happens. Same blank page.

I dont know what could possibly delay it. There is no other site. All pages
are on this site.

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:e6****************@TK2MSFTNGP15.phx.gbl...
Hmmm.. take a look at the HTML they are getting into IE (View > Source).
Is it partially there? Is it well-formed? Is it possible that the browser
won't render some portion because it is delayed from another site? Is
there a script error? Have the problem browsers set IE to report every
script error.

Does it work if the user clicks Refresh in the browser after getting the
blank page?

Just tossing out some ideas here in case something triggers...

Ken

"Param R." <pr@nospam.com> wrote in message
news:en**************@TK2MSFTNGP11.phx.gbl...
OK I just confirmed that this happening for other users too who are not
running through a Proxy. Either way IIS has http expiration enabled for
"immediately". This is becoming frustrating. Any ideas what could be
causing this problem? They just get a blank page and IE says done...

thanks!

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
At one place where I worked the proxy or caching system was extremely
aggressive. Old versions of pages were often "stuck" in the system. It
may be that one person was browsing a page and hit the browser's Stop
button. From then on, others are getting partial pages. Is it possible
to see what the content of the problem pages is?

Anyway, you'll want to put statements in your pages to deter any kind of
caching that might be causing people to get old or bad pages.

Ken

"Param R." <pr@nospam.com> wrote in message
news:O$**************@TK2MSFTNGP15.phx.gbl...
Hi all, we have a few apps running on server 2003 with .net 1.1 sp1.
Simple web forms with db backend. Websites run over SSL with client
certs. Clients are Windows XP SP2 with all updates and IE. On a
frequent basis when the client submits a form he gets a blank screen.
When this happens he has to go purge his internet cache and then
everything seems to work again. This is frustrating and never happened
on .net 1.0 running on win2k server. Please help! What could be wrong?
Clients are going through ISA firewall to get to the IIS server.

thanks!


Nov 18 '05 #5
This sounds like the WinInet bug in latest versions of IE. Fails under SSL
Forms submission. There was a QFE out for it, though I cannot recall the
KB# right now.

Either way IIS has http expiration enabled for "immediately".
HTTP Expiration is given by the server for the client to obey as a hint.
Whether the client listens, that has nothing to do with IIS...

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Param R." <pr@nospam.com> wrote in message
news:u4**************@TK2MSFTNGP12.phx.gbl...
I dont get any script errors. I have script debugging turned on in IE. When
I do a view source I get a blank document with html &head tags. I will
copy-paste it when it happens next. When the user clicks refresh nothing
happens. Same blank page.

I dont know what could possibly delay it. There is no other site. All pages
are on this site.

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:e6****************@TK2MSFTNGP15.phx.gbl... Hmmm.. take a look at the HTML they are getting into IE (View > Source).
Is it partially there? Is it well-formed? Is it possible that the browser
won't render some portion because it is delayed from another site? Is
there a script error? Have the problem browsers set IE to report every
script error.

Does it work if the user clicks Refresh in the browser after getting the
blank page?

Just tossing out some ideas here in case something triggers...

Ken

"Param R." <pr@nospam.com> wrote in message
news:en**************@TK2MSFTNGP11.phx.gbl...
OK I just confirmed that this happening for other users too who are not
running through a Proxy. Either way IIS has http expiration enabled for
"immediately". This is becoming frustrating. Any ideas what could be
causing this problem? They just get a blank page and IE says done...

thanks!

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
At one place where I worked the proxy or caching system was extremely
aggressive. Old versions of pages were often "stuck" in the system. It
may be that one person was browsing a page and hit the browser's Stop
button. From then on, others are getting partial pages. Is it possible
to see what the content of the problem pages is?

Anyway, you'll want to put statements in your pages to deter any kind of
caching that might be causing people to get old or bad pages.

Ken

"Param R." <pr@nospam.com> wrote in message
news:O$**************@TK2MSFTNGP15.phx.gbl...
Hi all, we have a few apps running on server 2003 with .net 1.1 sp1.
Simple web forms with db backend. Websites run over SSL with client
certs. Clients are Windows XP SP2 with all updates and IE. On a
frequent basis when the client submits a form he gets a blank screen.
When this happens he has to go purge his internet cache and then
everything seems to work again. This is frustrating and never happened
on .net 1.0 running on win2k server. Please help! What could be wrong?
Clients are going through ISA firewall to get to the IIS server.

thanks!



Nov 18 '05 #6
Do you know when it will be released as a patch on windowsupdate.com? Yes
all pages run under SSL. Although all clients are Windows XP SP2 clients.
Does it affect them too?

thanks!

"David Wang [Msft]" <so*****@online.microsoft.com> wrote in message
news:eX***************@TK2MSFTNGP12.phx.gbl...
This sounds like the WinInet bug in latest versions of IE. Fails under
SSL
Forms submission. There was a QFE out for it, though I cannot recall the
KB# right now.

Either way IIS has http expiration enabled for "immediately".


HTTP Expiration is given by the server for the client to obey as a hint.
Whether the client listens, that has nothing to do with IIS...

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no
rights.
//
"Param R." <pr@nospam.com> wrote in message
news:u4**************@TK2MSFTNGP12.phx.gbl...
I dont get any script errors. I have script debugging turned on in IE.
When
I do a view source I get a blank document with html &head tags. I will
copy-paste it when it happens next. When the user clicks refresh nothing
happens. Same blank page.

I dont know what could possibly delay it. There is no other site. All
pages
are on this site.

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:e6****************@TK2MSFTNGP15.phx.gbl...
Hmmm.. take a look at the HTML they are getting into IE (View > Source).
Is it partially there? Is it well-formed? Is it possible that the browser
won't render some portion because it is delayed from another site? Is
there a script error? Have the problem browsers set IE to report every
script error.

Does it work if the user clicks Refresh in the browser after getting the
blank page?

Just tossing out some ideas here in case something triggers...

Ken

"Param R." <pr@nospam.com> wrote in message
news:en**************@TK2MSFTNGP11.phx.gbl...
OK I just confirmed that this happening for other users too who are not
running through a Proxy. Either way IIS has http expiration enabled for
"immediately". This is becoming frustrating. Any ideas what could be
causing this problem? They just get a blank page and IE says done...

thanks!

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
At one place where I worked the proxy or caching system was extremely
aggressive. Old versions of pages were often "stuck" in the system. It
may be that one person was browsing a page and hit the browser's Stop
button. From then on, others are getting partial pages. Is it possible
to see what the content of the problem pages is?

Anyway, you'll want to put statements in your pages to deter any kind
of
caching that might be causing people to get old or bad pages.

Ken

"Param R." <pr@nospam.com> wrote in message
news:O$**************@TK2MSFTNGP15.phx.gbl...
> Hi all, we have a few apps running on server 2003 with .net 1.1 sp1.
> Simple web forms with db backend. Websites run over SSL with client
> certs. Clients are Windows XP SP2 with all updates and IE. On a
> frequent basis when the client submits a form he gets a blank screen.
> When this happens he has to go purge his internet cache and then
> everything seems to work again. This is frustrating and never happened
> on .net 1.0 running on win2k server. Please help! What could be wrong?
> Clients are going through ISA firewall to get to the IIS server.
>
> thanks!
>


Nov 18 '05 #7
OK, here is a view source:-

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:e6****************@TK2MSFTNGP15.phx.gbl...
Hmmm.. take a look at the HTML they are getting into IE (View > Source).
Is it partially there? Is it well-formed? Is it possible that the browser
won't render some portion because it is delayed from another site? Is
there a script error? Have the problem browsers set IE to report every
script error.

Does it work if the user clicks Refresh in the browser after getting the
blank page?

Just tossing out some ideas here in case something triggers...

Ken

"Param R." <pr@nospam.com> wrote in message
news:en**************@TK2MSFTNGP11.phx.gbl...
OK I just confirmed that this happening for other users too who are not
running through a Proxy. Either way IIS has http expiration enabled for
"immediately". This is becoming frustrating. Any ideas what could be
causing this problem? They just get a blank page and IE says done...

thanks!

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
At one place where I worked the proxy or caching system was extremely
aggressive. Old versions of pages were often "stuck" in the system. It
may be that one person was browsing a page and hit the browser's Stop
button. From then on, others are getting partial pages. Is it possible
to see what the content of the problem pages is?

Anyway, you'll want to put statements in your pages to deter any kind of
caching that might be causing people to get old or bad pages.

Ken

"Param R." <pr@nospam.com> wrote in message
news:O$**************@TK2MSFTNGP15.phx.gbl...
Hi all, we have a few apps running on server 2003 with .net 1.1 sp1.
Simple web forms with db backend. Websites run over SSL with client
certs. Clients are Windows XP SP2 with all updates and IE. On a
frequent basis when the client submits a form he gets a blank screen.
When this happens he has to go purge his internet cache and then
everything seems to work again. This is frustrating and never happened
on .net 1.0 running on win2k server. Please help! What could be wrong?
Clients are going through ISA firewall to get to the IIS server.

thanks!


Nov 18 '05 #8
It is already released. I believe it was on WindowsUpdate as well.

http://support.microsoft.com/?id=831167

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Param R." <pr@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Do you know when it will be released as a patch on windowsupdate.com? Yes
all pages run under SSL. Although all clients are Windows XP SP2 clients.
Does it affect them too?

thanks!

"David Wang [Msft]" <so*****@online.microsoft.com> wrote in message
news:eX***************@TK2MSFTNGP12.phx.gbl...
This sounds like the WinInet bug in latest versions of IE. Fails under
SSL
Forms submission. There was a QFE out for it, though I cannot recall the
KB# right now.

Either way IIS has http expiration enabled for "immediately".


HTTP Expiration is given by the server for the client to obey as a hint.
Whether the client listens, that has nothing to do with IIS...

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no
rights.
//
"Param R." <pr@nospam.com> wrote in message
news:u4**************@TK2MSFTNGP12.phx.gbl...
I dont get any script errors. I have script debugging turned on in IE.
When
I do a view source I get a blank document with html &head tags. I will
copy-paste it when it happens next. When the user clicks refresh nothing
happens. Same blank page.

I dont know what could possibly delay it. There is no other site. All
pages
are on this site.

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:e6****************@TK2MSFTNGP15.phx.gbl...
Hmmm.. take a look at the HTML they are getting into IE (View > Source).
Is it partially there? Is it well-formed? Is it possible that the browser
won't render some portion because it is delayed from another site? Is
there a script error? Have the problem browsers set IE to report every
script error.

Does it work if the user clicks Refresh in the browser after getting the
blank page?

Just tossing out some ideas here in case something triggers...

Ken

"Param R." <pr@nospam.com> wrote in message
news:en**************@TK2MSFTNGP11.phx.gbl...
OK I just confirmed that this happening for other users too who are not
running through a Proxy. Either way IIS has http expiration enabled for
"immediately". This is becoming frustrating. Any ideas what could be
causing this problem? They just get a blank page and IE says done...

thanks!

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
At one place where I worked the proxy or caching system was extremely
aggressive. Old versions of pages were often "stuck" in the system. It
may be that one person was browsing a page and hit the browser's Stop
button. From then on, others are getting partial pages. Is it possible
to see what the content of the problem pages is?

Anyway, you'll want to put statements in your pages to deter any kind
of
caching that might be causing people to get old or bad pages.

Ken

"Param R." <pr@nospam.com> wrote in message
news:O$**************@TK2MSFTNGP15.phx.gbl...
> Hi all, we have a few apps running on server 2003 with .net 1.1 sp1.
> Simple web forms with db backend. Websites run over SSL with client
> certs. Clients are Windows XP SP2 with all updates and IE. On a
> frequent basis when the client submits a form he gets a blank screen.
> When this happens he has to go purge his internet cache and then
> everything seems to work again. This is frustrating and never happened
> on .net 1.0 running on win2k server. Please help! What could be wrong?
> Clients are going through ISA firewall to get to the IIS server.
>
> thanks!
>



Nov 18 '05 #9
The KB article has no mention of Windows XP SP2? I checked the dll version
on my computer and it is a later version than the one mentioned in the
article.

thanks!

"David Wang [Msft]" <so*****@online.microsoft.com> wrote in message
news:uA*************@TK2MSFTNGP12.phx.gbl...
It is already released. I believe it was on WindowsUpdate as well.

http://support.microsoft.com/?id=831167

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no
rights.
//
"Param R." <pr@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Do you know when it will be released as a patch on windowsupdate.com? Yes
all pages run under SSL. Although all clients are Windows XP SP2 clients.
Does it affect them too?

thanks!

"David Wang [Msft]" <so*****@online.microsoft.com> wrote in message
news:eX***************@TK2MSFTNGP12.phx.gbl...
This sounds like the WinInet bug in latest versions of IE. Fails under
SSL
Forms submission. There was a QFE out for it, though I cannot recall the
KB# right now.

Either way IIS has http expiration enabled for "immediately".


HTTP Expiration is given by the server for the client to obey as a hint.
Whether the client listens, that has nothing to do with IIS...

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no
rights.
//
"Param R." <pr@nospam.com> wrote in message
news:u4**************@TK2MSFTNGP12.phx.gbl...
I dont get any script errors. I have script debugging turned on in IE.
When
I do a view source I get a blank document with html &head tags. I will
copy-paste it when it happens next. When the user clicks refresh nothing
happens. Same blank page.

I dont know what could possibly delay it. There is no other site. All
pages
are on this site.

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:e6****************@TK2MSFTNGP15.phx.gbl...
Hmmm.. take a look at the HTML they are getting into IE (View > Source).
Is it partially there? Is it well-formed? Is it possible that the
browser
won't render some portion because it is delayed from another site? Is
there a script error? Have the problem browsers set IE to report every
script error.

Does it work if the user clicks Refresh in the browser after getting the
blank page?

Just tossing out some ideas here in case something triggers...

Ken

"Param R." <pr@nospam.com> wrote in message
news:en**************@TK2MSFTNGP11.phx.gbl...
OK I just confirmed that this happening for other users too who are not
running through a Proxy. Either way IIS has http expiration enabled for
"immediately". This is becoming frustrating. Any ideas what could be
causing this problem? They just get a blank page and IE says done...

thanks!

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in
message
news:%2****************@TK2MSFTNGP14.phx.gbl...
> At one place where I worked the proxy or caching system was extremely
> aggressive. Old versions of pages were often "stuck" in the system. It
> may be that one person was browsing a page and hit the browser's Stop
> button. From then on, others are getting partial pages. Is it possible
> to see what the content of the problem pages is?
>
> Anyway, you'll want to put statements in your pages to deter any kind
> of
> caching that might be causing people to get old or bad pages.
>
> Ken
>
> "Param R." <pr@nospam.com> wrote in message
> news:O$**************@TK2MSFTNGP15.phx.gbl...
>> Hi all, we have a few apps running on server 2003 with .net 1.1 sp1.
>> Simple web forms with db backend. Websites run over SSL with client
>> certs. Clients are Windows XP SP2 with all updates and IE. On a
>> frequent basis when the client submits a form he gets a blank screen.
>> When this happens he has to go purge his internet cache and then
>> everything seems to work again. This is frustrating and never
>> happened
>> on .net 1.0 running on win2k server. Please help! What could be
>> wrong?
>> Clients are going through ISA firewall to get to the IIS server.
>>
>> thanks!
>>
>



Nov 18 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Tom | last post by:
I have created the following code for a product select/payment form (don't know if there is a better way) and I have been trying to make the following changes (unsuccessfully so far): 1) ...
5
by: Richard Cornford | last post by:
I am interested in hearing opinions on the semantic meaning of FORM (elements) in HTML. I have to start of apologising because this question arose in a context that is not applicable to the...
3
by: Jack | last post by:
Hi, I have a asp input form of a financial report. Here most of the fields are text boxes where the user need to input the values corresponding to an item. However, there are few items which are...
2
by: Andy Goldstein | last post by:
I have a table where all the TRs have an onClick handler registered. One (and only one) of the rows has 2 text input boxes, where each textbox has an onChange handler registered. Both the onClick...
3
by: Chris Smith | last post by:
Good morning, Is there a good way to use JavaScript to send a form submission, but get back the response as a string, rather than loading it into a page? I could write the code to send the...
8
by: yawnmoth | last post by:
Say I have the following HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> <form action="">
6
by: Oleg Konovalov | last post by:
Hi, I have a Java/JavaScript GUI application where I perform a lot of long DB operations , which takes 5-60 secs to perform. Sometimes user double-clicks the button or just gets impatient and...
1
by: Homer | last post by:
Hi, I just got a requirement from my HR department to automate their form submission process and integrate it into the Intranet project that I had just completed Phase 1 of. Because of the...
1
by: rn5arn5a | last post by:
Nowadays, most websites make use of CAPTCHA to prevent automated Form submission. Can someone please give me examples of how automated Form submission can be achieved? It's not that I intend to...
8
Megalog
by: Megalog | last post by:
Hey guys.. my turn to ask a question: I'm having a weird issue with a form I've reworked. This form has a combo box, which when used is changing the recordsource of a subform. This subform has...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.