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.

 
Top Visual Studio 2008 Solutions: 101 - 125 of 195
 
Hey folks Just started using asp.net - visual studio (using 2008 at work) looking at the login controls how can i get these controls to actually work with my real data - i.e authen...
hi all, I have an sql script that checks if a database exists in SQL Server, and adds it to the sql server if it doesn't exist(it works when i use it within sql server). The question is I nee...
hello :) exist anything in visual basic.net to make zip files or folder? and if exist how i make it? if any one can explain me or post a code :) thank you
I am trying to get the screen resolution and screendepth of users screens uisng .net c# as writing directly to SQL database with the traffic information collected.  Using Javascript to obtain ...
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click Cursor.Current = System.Windows.Forms.Cursors.WaitCursor Dim cnn As SqlConnect...
yes  have a form when you enter the information it goes into the database . but keep getting and error rocedure spdomInsertContacts has no parameters and arguments were supplied. Descrip...
How can I view what is being written to console? Public WORKORDERNUMSELECT As New DataGridCell WORKORDERNUMSELECT.RowNumber = Me.WOSearchDataGridView.CurrentRow.Index WORKORDERNUMSELECT.C...
Hello, i've created a .aspx page using visual studio which contains a formview control with a sql datasource.  Everything runs great on my development machine, but when i move it to the server...
Hi,  I am working on Microsoft Visual Basic 2008 Express Edition. I want to design "a form" where i can Browse and Select two Excel Files. I want to know common Cells in these  2 spread she...
I want to know the difference between release mode and compilation mode in Visual studio 2008 I ideally want a few lines of code not to be compiled in release mode Please exaplin me the ...
I have made some applications using Microsoft Access so I am familiar with vba, Now I am developing a real big project for a company so I decided to switch over to .net. So I downloaded Micr...
I get the error "dynamic sql generation is not supported against a selectcommand that does not return any base table information" when trying to update a table from a datagridview. The error o...
intellisense stopped working all of a sudden for 2 major classes in a project i have. I have about 15 classes, the other ones still work. I clean/rebuilt the thing, existed and re-entered. ...
I've tried multiple times, on different machines, to download VS2008 Pro Trial version. The "Down arrow" icon on this page tries to download the "beta" version: http://msdn.microsoft.com/en-...
I am getting the error: Name 'dbo' not declared on the following piece of code. This is from a project written in Visual Studio Express 2008. I am a total beginner with it, but I know enough A...
Hi, I have been working in Visual Studio 2005 and now 2008 on different web projects. Now we are going to be two developers working on the same web projects. Earlier I've had the projects l...
i am writing a program that keeps track of dated materials and i can query the mysql database and return all of the appropriate data that i need, take that data and fill a datagrid.  however i...
I have had assistance with getting the data pulled into the .vb file and filling a datagrid, now I have one more question. I would like to say, "If mytable.judge = 'hoover' then response.write...
Apologies to EE for the keywords in the title, but I can't stress enough how urgent this problem is. Yesterday afternoon my project was in the process of building (debug) when the computer BSO...
I want to take Query string parameters sent from another asp.net page and use them to do a sql query. I am getting in where clause variable is being used before assigned. The previous if state...
Build ok and no error message but when debug reached the 'for each... next' it skip over the loop... I have Imported the following: Imports System.Data Imports System.Data.DataSet Imports ...
Trying to do a simple gridview control with 1 table from DB2.  For ex, select * from jobs.  I can get the select to work fine, but delete and update give me incorrect number of parameters or n...
Hi! I want to add a company jpg on column a row 1 and title. Therefore I need to start my dataset dump on row 8 and comlumn A. The code I have now looks like this: How do i modify...
ASP.NET AJAX is built-into ASP.NET 3.5. So I would expect to find the controls in the toolbox on Visual Studio 2008.Net I am working through the Microsoft book ASP.NET 3.5 Step by Step and i...
I have a SQL Server Stored procedure that has variables that need to be passed in BUT also there an out variable I have to allow for in my code behind...  how do I allow for that in my VB> ...