Dear experts,
Is it possible to change a web site's properties (ie, access control and other settings) using .NET?
If not, how can this be done programmatically?
For instance,
I would lik...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_22783736.h...
Hi, Experts
I'm trying to implements Drag & Drop between ListBox and DataGridView, but I have a problem to get data/object from ListBox. This is my code...
Thank's in advance.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23067...
Hi,
My string will be in the format of 19.59.I want to convert it into integer so that,i need to insert it in a database field which is Numeric type.
I tried doing val(str)
but it is making th...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23627963.htm...
Hi guys,
Basically ive made a program to delete duplicate items in the print queue. The only problem is that you either have to have it on button click or on a timer. I dont really wan...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23122998.htm...
Dear Experts
I have an .ocx file which I used to use in vb6. To use it, I had to register that ocx on all users computers which was a pain. With .net, is it possible to some how wrap the ocx i...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23144465.html
Zones:
.NETDate Answered: 02/07/2008 Grade: A Views: 10
Here's what I'm trying to do.
I have two tables in a sql db, Stores and StoresDetail. From within the app I dont want the user to see two tables on the grid but make it appear to be just one. I cr...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23218207.html
Hi,
I must make an interface to an other program The description:
Type Length(bytes) Range Description
Byte 1 44 'D'
BCD ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23373497.htm...
I have a menu item control that I am trying to enable and disable at runtime on my main form (frmMain). At start it's enabled property is set to True. When I click it, it brings up a login prompt...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23396811.htm...
I have a form with numerous checkboxes do to the fact the users need to be able to check and uncheck area to run reports on.
I try to run through the checkboxes on the check_changed event with t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23400398.htm...
what is error in this query?
====================
SELECT E_Name,Sal,MAX(Age) as Age FROM Persons where job='Programmer'
=======================
when I make Start Debugging for my project I g...
http://www.experts-exchange.com/Microsoft/Development/Q_23485063.html
Zones:
MS DevDate Answered: 06/14/2008 Grade: A Views: 0