I have a bound combobox whose row source is populated dynamically based on what's going on in the form. When the form loads the rowsource is empty. But you can still click on the ellipsis. ...
Hi to all,
I have recently installed and upgraded from the VMware Server to the new ESXi Server. I found a document that gives me a step-by-step guide on how to enable ESXi server to connec...
Hello,
Previously, i asked for a script or tool to query the description attribute in all the accounts in the entire domain. Please take a look at the piece of code that i took it from one ...
How can you tell if a site/server supports the old SSLv2 protocol, ive used SSLDigger to see if the weak ciphers are supported, but the same tool doesnt check on the old protocols, any tips on...
Hi,
I have installed latest plugins for Nessus and after that restarted my Fedora OS and now while it is booting, Nessus services hangs and the OS never starts. I guess I should disable ...
Hi, I have a question on the Referencial Integrity part of MS Access 2003.
Say I have three tables tblA, tblB, tblC. tblA has a primary key EmpID, tblB has a primary key CusID, tblC contai...
Hi
I am looking for .net framework architecture tutorial.
Can you suggest me something.
I have a url say
/admin.php?id=5
I have to make it as
/admin
Also i have to get the value of "id" in same page (i.e) in admin.php itself,
HOw to do it,..?
With the help of .htaccess...
Hey
My Moss 2007 installation finds users from an old AD which we are not useing anymore but haven't been shut down.
I've made a profil import and in this there is no "old" user but when I...
Is there any examples that someone could point me to, to change the computer name and also the ipaddress, subnet and default gateway address in vb.net.
Dear Experts,
Is it possible to rollback changes made to a database via mysql?
Lets say I wanted to do an update statement for a particular row
update tablename set col1 = "hello";
...
Hello Experts, i have an inconvenant problem with my exchange 2003 smtp connector, today our isp have recognized some e-mails as spam, and returned these e-mails with an explications that...
Hello Experts,
I got this last weekend, I have issues having issues rebooting. After everything is setup and I have running config in the flash and after doing a power cycle, I get Curren...
I have a problem with cookies
I added on session_start (global.asax)
Response.Cookies("CMS")("SessionID") = Session.SessionID
Response.Cookies("CMS")("LangCode") = "ENG"
...
Statement:
ALTER TABLE my_tab
MODIFY PARTITION partition_i
ADD SUBPARTITION partition_i_sp1 VALUES (2)
TABLESPACE my_tabspace;
Error:
ORA-14253: table is not partitioned by Com...
Hi - I'm starting to go through my old ASP scripts and parameterize the SQL queries / executions.
My question is - what is the best way to take text input from a text filed in a browser - ...
Is there a way to make this recursion?
(no it is not an assignment, it is myself trying to find out if it is possible)
hi,
I want to get clear explanation for the following code.
I cann't understand that code.
code:-
public int SelectedLine
{
get { return FSelected; }
...
Hi I have a date returned from the database as:
21/11/2009 00:00:00 which I store in dateSelected as in the following line
DateTime dateSelected = myCalendar.SelectedDate;
However, I w...
Hi,
I'm facing a strange problem for one of my users with Microsoft word 2003.
The symptom is, when the user starts Word, after about 8-10 seconds, it freezes up and then a pop up messag...
I've just installed sage 50 on a new machine, I need to change the data directory path to a network drive but cannot work out where you change it, does anybody know?
hi,
I want to get clear explanation for code below.
I cann't understand that.
code;-
// "IAXLines" is a class
public IAXLines Lines
{
get { return FLinesC...
Hi experts,
Range A1:A1500 contains 7 digit item code for Store items. I need to ensure that
--1st 3 characters are alphabets (small or capital),
--next 2 are digits (0 to 9)
--next 1 is...
Hi
Where is the best place to hold the dfs root Domain controller or DFS member server??
Currently in my test lab i have a
DC1 - Server 2003 R2
DFS01 - Server 2008 R2
DFS02 - Serve...
Can you apply a filter to a combobox's records, like you can with a form's dataset, or is your only option to alter the RowSource property and requery?
Mike