I have a WCF service running within a SharePoint farm with 4 web servers. This service runs correctly on 3/4 servers. Everything, is identical. (Service, web.config, bindings, security, etc.) I'm using basicHttpBinding with Kerberos. IIS is configured correctly to accomadate Kerberos and...
Okay, I have a small problem.
I have one Date field in a table called Transaction.
From the GUI, the user has 4 options to interrogate this field. There are "start date", "end date", "start time", and "end time" datetime pickers. The user should be able to retrieve data for any set of days...
I've recently been debugging all of my stored procedures in Visual Studio .Net 2003, and for the most part, it has been a great experience. Today, however, I started getting an ADO error 'Invalid Column Name' when I try to save it. The weird thing is, that when I modify and save it in...
I have a PowerVault server that acts as both a file server and print server. I recently installed 4 new printers onto this server. They were replacements for 4 existing printers. I simply swapped the names/IP addresses of the old ones with the new ones. Everything seemed to work fine for a...
It was set to windows authentication only, but when I try to register it again, it says:
"SQL Server does not exist or access denied Connection
Open Connect()"
Am I missing something here?
I installed SQL Server on my local machine, created a database, and now I want to access that DB from an application.
When I try to open the connection to the database, I get this error:
Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server Connection.
Here is the...
I want the user to be able to edit the cells that are provided in the dataGrid, but I don't want them to be able to add a row. Is there a way to stop the dataGrid from adding a row when the user clicks down or enter?
Thanks in advance,
Smitty
I'm having a problem moving the a selected Item (both displayValue and valueMember to another listBox.
I used the DataRowView to get a hold of both of them, and know I want to add them to another listBox.
I want the Display and Value members of the second listBox to be equal to the entry in...
Yeah, I see what you mean. I was even thinking, and maybe someone could help with this, that if was able to call a method in the MDIForm from Form1 to open Form2. That way, the MDI Parent would be correct and it would at least look as if the Form2 was fired from Form1.
Any ideas on how to...
Doesn't work. It says that a form cannot be an MdiParent and a MdiChild at the same time. Plus, I want the original MDI container to be the parent of both of the forms.
Thanks!
-Smitty
I have a form called Form1. It's parent is MDI1.
There is an event in Form1 that loads a form called Form2.
When this happens, how can I make MDI1 also the parent of new Form2?
-Smitty
I have a text box on one form for which I want to use to bring up values on a new form when it is loaded.
Therefore: The "string" value in txtCompany on form1 will need to be passed to form2 when it is loaded.
I have this as the code under the load event for form2:
Form1 frm1 = new Form1()...
Thanks guys.........
I looked into Regular expressions, and I think I need to spend some more time with them....thanks for the direction though. I used something similar to JCruz's suggestion for now.
Cheers,
Smitty
I'm trying to work on some form validation, and I was wondering what the best way is to validate what was entered into a textbox. How can I check to see whether or not the value is a number?
Hellllpppppppp!
I need to change the default colors in Excel
to use in a graph.
I use:
ActiveWorkbook.set_Color(17, RHS)
what is RHS?
I found that if I substitute 255 in for RHS, I get red. But how would I make blue, green, ect.....
Really, I just need to know what the hell RHS stands...
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.