Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Top Visual Studio .NET 2005 Solutions: 251 - 275 of 421
 
I have a vb.net project using click once install.   The application has been in production for several months.  All of a sudden, on some workstations, when the application tries to load I get ...
Is there a way to watch the console while debugging?  I find with one screen it keeps going behind the IDE (Visual Studio) when stepping through the code
I have a compiled website and now I need to make some changes to the code behind vb file. When I open a website in Visual Studio it gives me a message "You are trying to open a precompiled web...
I have connected my login system with the access database using the hashing as my login system. I am doing this in Visual Studio .Net 2005 in c#. The only trouble I am having is the authentica...
Hi expert, I have a girdview and I have a boundfield, how I can show firstname and lastname together in one column, they  are fields in database table,  when user click on name, it should s...
Ive written a program which does a lot of processing (which works great) but while its processing Id like it to report back to a textbox on the form, however while the code is running, all I g...
I have a web application in asp.net, VB.Net 2005 and CR XI R2, I have implemented some reports, with export, print, search and navigate enabled set to true and they are showed in the tool bar....
I could not figure out why the itemtemplate for chkbox ID = "Lunch"  column is not displaying.The chkbox Id = "Select"  column is displaying. thanks > Here's the source     <asp:GridView ...
This is actually a two part question. The first part: I am currently serializing a custom class for use with one of my web services. Is it possible to package a PDF file in with the serializ...
Hi, I am suing visual studio 2005 I have the following wcf web service, please, see code snippet I used a WCF Template Website to create the WCF Service. I have enabled sessions for...
Hi this question is similier to bellow 2 questions i asked before 1. http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_.NET_2005/Q_23416274.html 2.http://www.expert...
I'm using interop to export data to an Excel spreadsheet. However when changing the Visible propert of the ApplicationClass Object I get this: "Unable to cast COM object of type 'Microso...
Hi, the fond size of labels and all the other controls can be specified in the designer or via code. However, the text in the label can appear in a different font size if the environment s...
I am using Visual Studio 2005 for building Windows Forms application that has back-end of MySQL 5.1 Community Edition. I want to create a setup through so that any user can install my applicat...
there is a selectedindexchange for a combo box, what is similar event for a regular textbox.  What I need is when I enter a value in a textbox, its event fires and makes a calculation change a...
Hi, I am using .Net 2005 to write Windows service. I would like to implement Eventlog feature. I want to create my own event Log and write events on that log. I know in .Net 2003 Usually ...
Using VB.net   which has worked fine for months. The datagrid connects to SQL server 2005 The server has been replaced and the databases restored to it. When moving the datagrid or scrollin...
Using Visual Studio 2005 IDE and an SQL Server Database,  I built a web service that allows me to manipulate some data and display it.  This is nice,  but now I want to take the connection str...
My testing of an ASP .NET app is almost done. What are the steps I need to take to deploy it to production? (I'm pretty sure it's building in debug mode now, how do I change it to production...
Greetings: I just released an application our company that isn't a good one!  How does one do a roll back to the previous version of the application??  I used the Publish method to release ...
Good Day: I am creating a WinForms application using VB.NET 2005 and SQL Server 2000.  I am using a view that has a column called [Extended Price].  The problem is I get an error when I try...
I would like my program to read a simple if then else block from a file and then execute it.  Please advice how this can be done in C#? Thanks,
I have an ASP page that is used for an exit interview (ie a survey).  All the data is saved to a SQL database and is in a single table.  Some of the information (I will call header info) that ...
Dear All, Am trying to setup a PPTP VPN service in a 2600 series cisco router with a freeradius as a radius server.i end up with errors when i try to connect. Please help its crucial and urge...
Hi, I am trying to find a way to display in a combobox one column of data from a row of data fetched from a database table,  and using the column displayed in the combobox  get the remaining ...