We recently went through a browser remediation effort to make sure our web site was accessible from XP to Windows 8 using Chrome, Firefox, and IE 7 through 11.
Everything works/looks good up until Win 8 & 8.1 with the IE 10 & 11 browsers.
The interesting thing is that in production things...
We are seeing this error related to an http file transfer request
WCF error, System.ServiceModel.CommunicationException the maximum message size quota for incoming messages has been exceeded.
I've seen several posts related to this message, with the general response of just bump it to the...
My question is more driven by what is the proper approach when dealing with partial views. Is there a token for each partial view, or the container as a whole?
Currently our form contains divs for 5 partial views. The user is responding to a list of certification questions, and based on...
I have a datagrid with a templated field that looks like the following:
<asp:TemplateField HeaderText="Sunday">
<ItemTemplate>
<asp:Image ID="Image1" runat="server"
ImageUrl='<%# "AvailabilityButtonHandler.ashx?EmployeeId=1&DOW=0&ID=" + Eval("Sunday")%>' />...
I'm new to web development, I'm using aspx, c#
I'm trying to use this.txtHomePhone.text to get the value. This is working fine on simple forms, but it doesn't seem to work when the text field is in a container object, such as a table. It's like it can't resolve the "txtHomePhone" reference...
hello,
I'm trying to use a thread to retrieve inventory level information from a db, and store it in a map. Below I have included the struct from the header file, and the call to the thread. I am initializing the structure with an inventory item id, and date range prior to the thread call...
How do you reference a checkbox on the non-current tab of a tab control?
I have 2 checkboxes on different tabs that are mutually exclusive. If the user checks checkbox 1 on Tab A, then a message is displayed, and checkbox 2 on Tab B should be automatically un-checked.
Is there a dirty flag for property pages. In other words what, or how does a property page communicate to its parent that it is dirty(data has changed)?
I have a dialog with four tabs(property pages), and changes to the first tab are recognized by the dialog and it prompts the user with the...
I work for a software firm with around 30 programmers. Our main product is comprised of 145 executables and 165 DLL's. To date, we have been using a common version.h file and including this in the .RC file to have all EXEs and DLLs have the same version for a given release. You can probably...
How do you default a checkbox to checked on 2nd property page?
I have a tab control page with 2 tabs. I have a checkbox on the 2nd tab that needs to default to checked when adding a new record. However, on an add, the handle for the checkbox isn't available until the user clicks NEXT after...
I have the following:
// a struct for a combo box
struct CboDef
{
LPCTSTR pszQryName;
LPCTSTR pszFldDesc;
LPCTSTR pszFldID;
}
-----------------------------
The existing cpp initiated the struct as a constant something like:
const CboDef m_CboDef[] =
{
_T("select qry1")...
using CR 7.0, also new to developing for CR
I'm working on an inventory/po system, and I was wondering what the best / recommended method is for handling the following:
We have a dialog that allows the user to select one or more PO's for printing. How do we configure/control CR so it will...
I need to trap characters in Objective Grid Combobox, when the dropdown is active.
The way the control currently works it that it is only catching and jumpting to the list based on one character.
For example, lets say the user wants to select MUSTARD from the list and this is the 17th item...
I need to create a script that will alert an operator when a trigger, stored proc, or scheduled process is missing?
We have run into problems where a replication is re-initialized and critical triggers end up being dropped/lost.
We want to create a script to monitor the process and notify...
I have a COM call that seems to run fine on some machines, but not on other machines, the call to
CoCreateInstance opens a "Server Busy" dialog with the "ReTry" and "Switch To" options.
Why is this happening? What is the fix?
The code is written in MS VC++ 6.0
and the problem seems to occur...
Is there a way to encapsulate multiple COM calls under a single transaction? So, its an ALL or NOTHING deal.
For example, let say you have existing COM to handle updating records to six different tables. One is the master, and 5 tables are subordinate. Is there a way to embed the calls so...
I need to concatenate a TEXT datatype field from several rows, into one resulting output, and its fine for the output to be varchar (8000). How do I go about this?
I've tried creating a cursor, but the problem is that it won't let me create a local var of type TEXT. I want to trancate my...
Does anybody know what keeps/controls the time for the domain?
I used to think it was the PDC, but that's not the case. Our domain time is 10 minutes off of the correct time. I've set the PDC to the correct time, but it eventually switches back to the incorrect time, and trickles the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.