Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested .Net Editors & IDEs Solutions: 226 - 250 of 464
 
Using Visual Web Developer to build aspx (c#) forms. When testing we were jumping up a level to reach the root 'App Data' folder, now we have gone live, we have done a find and replace for all...
Hi If i have a sql query that returns a datsset that looks like this C1 C2 C3 C4 C4 how do i get the C4 when there are two columns with same name For Each Row In ds.Tables(0).Rows ...
I would like to run certain code when a user is idle from his computer for a certain amount of time -- using the universal windows idle event.  I would like to use the windows idle api so that...
I have a Telerik Rad COntrol populating correctly. However, when I try and set the "OnClick" event with the code below it's just looking at the field name.  How would I grab the content of ...
I am working with a piece of equipment from a third-party vendor that came with a DLL and a sample VB6 application.  I need to use the supplied DLL in a .NET app written in C#.  I tried to add...
I want to implement Iidentity interface. I have problem implementing this interface on my base page. This is my code public class WebUser : IPrincipal     {         private IIdentity ide...
I am using C# to try and create an interface class to work with one of our Legacy systems.  I am basically just testing my idea, but have come across a problem. What I have done is started ...
I'm developing a program as my first ventrue into C#. The program will have a few forms, database access and lots of classes. My question is: is it better to organise my classes into differ...
How do you sign a click-once manifest so that there is no expiration date? When it expires, it looks like I must redeploy with a new key (.pfx file) which makes all the users have to uninstall...
It was my understanding that a Timer is explicitly executed in it's own thread. Is this correct? I need to have a full time monitor in the background of my application that monitors possibly m...
Hi Experts, I have a windows form linked to a back-end MS Access database. This database is replicated and the primary key for the table in question is a randomized autoincrement long integ...
Running a website developed with ASP.NET on W2000 server with MS SQL 2000.  Web site does not work and attempting to load any page, for example www.grupocomeca.com/hojalata.aspx, results in th...
I am writing a function that may require multiple queries against an SQL server database depending on the results returned.  It seems wastefull to re-define a new connection everytime I send t...
Hi I want to know,can i update tables in database with windows services.I tried searching in google,but no luck.Any help regarding this would be appreciated.I want to shecule the services ...
Hi Experts, I have a databound DateTimepicker on my form.  If I select a date and save the record it works ok but if I dont select a value (i.e leave the default date)  in nothing is saved ...
I'm a vb guy and inherited this code. In the attached LONG code the file creates a data)feed,csv file for upload to a vendors site. Everything is created fine...but I   THINK it's adding a...
Hi there, New to VSTO but not to Visual Studio (VS2005) .  I DL'd and installed VSTO 2005 SE and am able to work through several examples.  I'm looking to create an Outlook Add-In and maybe...
IDE Visual Studio 2008, VB.NET A 3rd party will be sending me information and they have stated the following "...  We will post to you over an API to your web server. e.g. we will post ...
We have Excel reports (Developed using vbscript). We are accessing reports using Classic ASP web site. We will pass parameters from the website and it will generate excel report. Some of the r...
Hello, how do you trim the .jpg off of the following?  <asp:Label ID="lblPictureId" runat="server" Text='<%#Eval("ImageURL")%>'></asp:Label> I only want to display to the user the filena...
Dear Experts: I want to setup and run an existing Visual Studio .Net 2003 project on a computer. The computer is not the one that was used to develop the project. I checked the reference...
I am new to MSBuild and am having some trouble figuring out how to recursively exclude folders of a certain name.   I know how to just exclude a certain directory like this <ExcludeFromB...
Hi, I've implemented some sample code for using SSCE with DAAB. It works fine but after reading "To open a database, open a connection to it with the CreateConnection method. This method cre...
I have written some code in VB.Net 2005  that allows a user to enter a search keyword into a textbox. If they then click a results button a datagrid is displayed listing all the matching resul...
I have a project that was made in VB by another programmer, and I need to work on that project in C# (since I have no knowledge of VB). The project is structured as follows : - Admin **...