Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Top Visual Studio .NET 2003 Solutions: 1 - 25 of 56
 
Hi,       I am using a datagrid in asp.net 1.1v. I want to use javascript for validation.       There are 3 columns in the grid. They are RadioButton,textbox and checkbox.when the user selec...
Can anyone tell me how to convert an ascii file to the utf-8 format?  I need a solution in VB.NET using the compact framework.   Thanks!
Hello, I am writing an interface to a peripheral. When getting data from the peripheral I send data through USB. the device then sends a reply containing the requested data. As the ...
I have a C# ASPNET application, with a SQL Server 2000 database. I am running the web application in Debug mode in Development Studio and I get the following error message in IE. Internet ...
I get the above mentioned error when running my app.  I have run out of possible solutions (I've given the app the proper rights to folders, set up the event, etc.). Any ideas how else this...
can anyone please help me in this - what parameters I should use with types  when using win32 API function  Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA". in vb.net? Am...
I have a client who cannot install my product on her brand new machine running XP Pro, Office 2000 and .NET Framework 1. This has never happened before and I have over 300 installations of ...
hi , i am getting trouble in disabling the back button in Mozrila, IE7.0 and FireFox , can any one give the best solution.  I am using the below code function DisablingBackFunctionality()           ...
Hi, I have to connect to an oracle database which is on antoher server using oracle client in my aspx page. I'm getting a null value in ds. Am I doing anything wrong? Regards,
Dear experts,                       I'm using VB.net as the front end and SQL server 2000 as the back end. We have compiled an autorun CD for the software installation. It works fine if the ....
Yes I am trying to convert a worksheet to a dataset with a dataadapter but i get an error. Index was out of range. Must be non-negative and less than the size of the collection. Parameter n...
Yes I like to know does anyone know how to open excel XLS file in vb to call the vba method in excel to run. I wish the macro to run in VBA under Excel, but to call it from vb or have it run ...
Yes I am reading an excel file. what i need to do is take the information from the excel to one dataset or dataadapter and change the row to display different in another dataadapter that way i...
I am trying to create a drop down list with 5 columns.  Once an item is selected I would like to move those columns to different text boxes on my form.  I know I could do it when I used access...
Hi,    I need to access the remote webcam  thru  lan in vb.net or c#. Thanks, Nagendra
I am developing a small Windows application in VB.NET 2003. I need to show a check box list control and disable some of its items, Could you teach me how can I disable an item in the list. ...
hi all, does anyone know how to capture a page's unload event? something like a windows form's form_unload event?... i need to be able to validate that event when the page is being clos...
I recently installed Visual Studio.net version 2003 on my win 2k sp4 computer.  When i try to run Visual Studio.net 2003, the first thing i did was to go to help then choose "Check for updates...
Hello! What im trying to do here is a new line in a label kindof a updatestatuslabel visualstudio 2003 Private Sub UpdateStatus(ByVal msg As String)         lbl.Text = lbl.Text & Environme...
I am trying to add a combobox to a datagrid in Visual Studio 2003.  (.Net 1.1). I found this script to create dropdown box which I will attach this question. It's called "combobox.txt". I have...
My question is regarding javascript. I have two dropdown lists in asp page. data in these two dropdown list is to be filled from the database tables. I want to have code so that data in one...
I went to run my copy of VS2003 which I haven't used for a while, and when I did it said it wasn't installed. It was, and when I went to reinstall it, I got that message.  When I tried to unin...
I am trying to debug a windows service, I created using visual studio 2003.  I have compiled, installed and started the service and it runs fine.  I follow the steps of attaching a debugger to...
I am just switching from vb6 to vb.net.  I know, I'm way behind the curve.  I could really use some basic help on making a connection to an Access database and filling a form with a recordset....
basically I want a datarow display in my datagrid so i can get the values of the excel. I want to ignore empty space.