ok, this is an easy one. I've just looked at it too long and I'm not seeing the obvious...
I'm loading a dropdown list in ASP.NET C#. For some reason, it's never loading the first record in the ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23045419.html
I am looking for some code to get me started in resizing photos. Users uploaded photos of any size, with just a restriction of 3 mb. The height and width can be of any size. So when the users cl...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23148556.html
I am trying to setup a contact us form using gmail as my smtp host, I have my username and password setup in my web.config file. When I enter a specific email address in the "From" field of the fo...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23541409.html
I am using ASP.NET and C#.
I have created a datalist that I'm using for a photogallery page. Below is the code:
<asp:DataList id="PictureFiles" Runat="Server"
RepeatColumns="3"
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23067151.html
I am using ASP.NET 2.0 and C#
I need to allow users to enter in their running time, like 3:53:01 (3 hrs, 53 minutes, 1 second). Then store this in an Access database. Then I need to gather the t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23219740.html
I'm using ASP.NET, C#, and primarily IE.
I'm working on creating a forecasting tool for employees and their hours working on certain projects. For this tool, I need to allow the admins to enter...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23414012.html
Hello,
I'm making a price calculation function in asp.net c#.
The prices changed with the seasons. I want my function to get the right season. Hard to explane. Here's an example.
Low Season...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23579020.html
I am trying to run this query in a TableAdapter. I just added a custom query. This works in SQL, but not through the table adaptor becasue it has a problem with the IN Clause. I have strings com...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23239921.html
I need to access Btrieve data file from ASP.NET. The interface between them is written in unmanaged C++ as DLL. My ASP.NET program is written in C# and calls DLL functions using DllImport. ASP.NET ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23444239.html
Hi All
I'm working in a txt upload feature, that is a payment batch process. One transaction will execute for each row in the txt.
Well, after submit the file By the FileUpload control th...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23483660.html