Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Top .Net Editors & IDEs Solutions: 176 - 200 of 212
 
Yes I am trying to delete a file, i can delete the image from the database but i cannot delete the file, in the folder i recieve an error saying Access to the path 'C:\Documents and Setting...
Hello, I have an app where I create an xml file from a database on the fly for the slideshow application that can be found on codeplex. Cool app! My modifications simply get the data from the ...
I need to select the second or third <FLI_INF> tag from the code snippet below how can i do this ? I use this code with vb 6.0 but i need help using vb.net here is an example of how i do it...
I have a button in each line of my gridview which fires a stored procedure but  want to disable the button if two of the values returned on that same line are equal. No matter what I try I kee...
i HAVE A CALENDAR i KEEP GETTING AN ERROR  Incorrect syntax near '#'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack tr...
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...
ok...have a customer that's a bit over the top when it comes to design preferences... I have a checkboxlist that is populating correctly and I have the repeat columns set to a maximum of 6 ...
I'm using 'CreateUser()' to insert a new user... but in the same event I want to retrieve the new created 'UserId' from 'aspnet_Users' and insert it into another table as a foreign key. Man...
What property should be set to make sure that the main app window always opens at the same x,y position on the screen?
How can I iterate over every control in a given WinForms form
I'm trying to figure out how to do two things in the Visual Studio 2005 IDE for VB.net code: 1. Within a function or subroutine, navigate between the 'Try/Catch/Finally/End Try' tokens or t...
Hi, as the title sais - i am looking for something similar to the good old JBuilder UML tool to generate diagrams from already made projects in visual studio. If you know of any free one's g...
In my code below the textbox is getting populated with "adTitle" instead of the actual data. A little help?         Dim _subdivision As String = ListSubDivision.SelectedValue         Di...
Hi guys. I'm new to remoting, and the sever - client coding.  So I really need some help/advice from you experts on this subject. I'm going to develop a Clent server application using Tc...
I was looking for some feedback on some good software (even better if free) for load and stress test of both web apps and windows app.
Hi.. When creating a DataAdapter the Select and Insert query is build but not the Update and Delete. I'm using a MySQL server. Any tips why..?
Hi I have a client that is using .net version "v1.1.4322", but we need to put a "v2.0.50727" device driver to use finger print readers... Any Advice?
I'm trying to convert the code below to VB with an online code converter. It's bombing out on the datatable part...I can convert the session section. Not familiar with C# AT ALL. Pri...
Hi, I have an application that generates a unique id that goes into a oracle db. the id is being generated with MD5CryptoServiceProvider.  There are some instances of duplicate ids n the oracl...
mouse click on line drawn in view not givin correct x,y value. how to get move line through mouse drag in view? eg: if I draw a line through ondraw() on moveto(100,100); lineto(200,200) i...
I am getting the following error when I try to execute a target in my MS Build file: error MSB4025: The project file could not be loaded. Name cannot begin with the '"' character, hexadecim...
How do you limit the ASP Upload to only accept jpg and png images?
I recently installed all of the MS Express editions (http://www.microsoft.com/express) on my home PC.  It works perfectly.  I tried to do the same on my work PC.  Visual Basic 2008 Express Edi...
Simple articles to read about Composite application block
Hi ,       I need to build a code in vb.net for sending emails. But my mail sever is Linux based . So what are the possiblities so that I can send mail using my vb.net application through Lin...