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: 201 - 218 of 218
 
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...
Hi I need some help, I want to dowload 5 text files from a web page that has login. I know the exact names of the files and the user has a username and password for the page. I have a butt...
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...
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...
I'm developing an application in Visual Basic 2005. It is retrieving posts from a WordPress blog. The problem occurs when I retrieve the post content. I'm using the MetaWebLog API to get the p...
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...
I am getting the below message when trying to open the web console for Solarwinds network monitor software. Windows xp Professional w/ IIS 5.1 .net framework 3.0 and 2.0 When I type in...
I am wondering if it is possible to search for records in two different SQL Server database tables.  I need to have the ability to search for records using criteria provided by the user.  As a...
In my attached code how would I add an "are you sure" message?  I know with a button I can use  btndelete.Attributes.Add("Onclick", "return confirm('Are you sure you want to delete this fi...
I have a gridview that has a checkbox template column. When I check/uncheck any of those checkboxes the oncheckchanged event fires in my code behind. I need to run some stored procedures when ...
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 there, I am trying to call a server app from a .net webpage but this doesn't seem to be working. I've tested the code on a windows form app and it works great, but I'm not sure why it do...
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...