Hi, I try to use HttpValueCollection,
got error:
System.Web.HttpValueCollection' is inaccessible due to its protection level
How to fix it?
Can someone help me? Thanks.
By not using it; it isn't a public class, so isn't part of the public
API offered by System.Web.dll. NameValueCollection might offer much of
what you want... what exactly are you after?
Hi, I try to use HttpValueCollection,
got error:
System.Web.HttpValueCollection' is inaccessible due to its protection level
How to fix it?
Can someone help me? Thanks.
Hello,
I have declared in my program (*.aspx) something like this :
<%@ Page Language="VB" Debug="true" %>
....
<%
dim current_view_page
current_view_page = "1"
Is it possible to create an object which can have methods and properties,
but which can also be treated as a string?
I'm trying to create a wrapper around the IIS Request.Form object which...
Hello,
I have the following problem. I have a page which works fine. But
sometimes I see the following error in error log:
-- Message: System.Web.HttpUnhandledException: Exception of type...
I want to duplicate the form data, edit it to remove some items (such
as __EVENTTARGET, __EVENTVALIDATION, etc) and save it to a log.
How can I make a duplicate (editable) copy of the Form...
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...