What is the best way to develop and ASP front end App with an MDB back end database? It is a simple application that will have 3 users accessing it at most (simultaneously). It will however requ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_23068612.htm...
I'm trying to databind the width of an image from a Xml file to a asp:Image control.
Here's the xml markup for the image:
<image>
<url>~/Images/test.jpg</url>
<width>130</width>
<height>90</he...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_23268030.h...
I need to list content of the directory including sub folders. Something similar to:
http://www.brainjar.com/common/viewsource.asp?source=/asp/dirlist/demo.asp
Except listing it in tree view con...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23369815.html
I'm using Windows Server 2003
I have this phycical structure directories
c:/Inetpub/Webapp_1
c:/InetPub/Webapp_2
Config file paths:
c:/Inetpub/Webapp_1/web.config
c:/Inetpub/Webapp_2/web.co...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_23374...
I have another project working in Visual Studio Web Developer Express 2008 and able to connect TableAdapter in code behind mode like this
myDatasetTableAdapters.myRecordsTableAdapter ThisTableAd...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23374...
I have just made my first asp.net app in Visual Web Developer Express 2008.
I now try to move to another folder and run it throug the iis.
I have configured a virtual folder in iis and copied my ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_23388...
I suppose the question is pretty straight forward. I am using VS 2008 and have a gridview returning data and I want all the data in one column to be hyperlinked so it will then direct to another pa...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23397790.html
I downloaded Visual Web Developer 2008 but later found it installed Visual Web Developer with SQL Server Express Edition. I tried this on office machine as I don't have internet connection at home....
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23413704.h...
I have a formview bound to a LinqDataSource. The FormView is in InsertMode. I am trying to change a control in the FormView in my Page_Load like so:
(FormView1.FindControl("tbVendorNumber") as...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23447727.html
I'm build a website with ASP.NET 3.5 which uses legacy 32-bit COM components. I'm developing on 64-bit Windows Vista. Is it possible (and sensible) to set my website to be built as a 32-bit targe...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23490...