Advertisement

635 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.

 
Top .Net Editors & IDEs Solutions: 76 - 100 of 240
 
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 ...
Configuration: .NET 3.5, WPF app, C# I'm running a WPF application from a network drive.  Multiple people use this app the same way.  I'd like to ovewrite the EXE when there is an update an...
I am deploying a project using visual studio 2008 and with report tool Crystal report 9.0  i get the error "Load crpe32.dll" when I deployed project and run the program other clients  I  add...
I need a small app that determines if the pc has a network connection and if it does goes and gets any new files located on a share.   I started by using oflline folders but it just takes to l...
This is my code, if I click on a button before the callbackdel was called, I want to kill the process.         private void PreLoadTagsAsync()         {             AsyncCallback ac = new A...
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 ...
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...
I'm getting XXX is never assigned to, and will always have its default value null How can I disable this error when I debug in c#?
I am currently toying with C#, I normally code in Vb.Net. I have a Vb.Net class which i have inherited within my C# code. One of the members of the class however is a Vb.Net Collection. Is the...
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...
yes I written this code to upload a file, its name and ext but i want to modify it where it will upload but change the filename to what ever file name I choose. So even if i had multiply files...
I am new to LINQ and I am sure just about everyone is just as confused as me.  I simply need to know how to do a SQL update using LINQ.  Here is my current code. string desc = txtdescriptio...
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'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...
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 ...
I have two panels on a win form. in each pnl I have two groupboxes then in each I have 2 radion buttons. I need to loop through each groupboxes and find and/or clear checked buttons. I kno...
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...
Hi  I have a issue with the login page the log in page source code is as shown below <form id="form1" runat="server">     <table height="100%" width="100%" cellpadding="0" cellspacing...
When trying to run an application that uses .NET 1.1, such as Microsoft .NET Framework 1.1 Wizards, I get this error: Common Language Runtime Debugging Services: Application has generated a...
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 have created a shared folder as follows :-             // create a directory             Directory.CreateDirectory(folder);             // Create a ManagementClass object             M...
I am trying to accomplish a simple SQL Insert to DB2 db table based on a button click event. I am including code for an experts review. I am desperate to resolve.
Hello, I am trying to create a VB application in VS2008.  The app will have a web reference associated with it, however when I right-click on the project, "add web reference" is not available...
I have a re-sizing panel in my application which I want to add a 'border' to in the form of a rounded rectangle.  Drawing a standard rectangle seems easy using the following code: private v...
how do I delete row from datatable asp.net vb?