i am developing with visual basic 2005 and need a message to display informing me that I can only enter required info into a text box control on my form. Currently I can only enter "numbers a...
Please i cant seem to find out what i and doing wrong, i am getting the error "Cannot open database "ASPNETDB" requested by the login. The login failed. Login failed for user 'B47\Kola'."
...
I have recently begin updating an old Progam that was classic ASP with SQL Server 2000 to VB.Net and SQL Server 2005.
I am displaying some data in a text box from a SQL Server datatype deci...
We have an application that we migrated from Visual Basic 6.0 to Visual Studio.Net 2008 Professional using the migration wizard. The app contains 540 forms. We used Component One's True DBGr...
I am developing with visual basic 2005.
I am attempting to validate 1 of the text boxes on my form so that specila characters are not allowed to be entered first. They can be entered but the...
I am using IIF function in VB.NET.Below is my code
Dim input As String = "NA"
'123456789
'MessageBox.Show(IIf(input = "NA", "True", input.Insert(3, "-").Insert(6, "-")))
...
I have an unbound grid with multiple rows of data. I would like to know how to delete a particular row when it is selected with a mouse.
Thank you
How can I make the combo box complete auto in vb.net 2005
like this:
I tried to use the following codes to display a bullet list in asp.net:
String stringBullet = "<UL><LI>point1</LI><LI>point2</LI></UL>" ;
Label.Text = stringBullet;
...
I am trying to write a vb.net process to create stored procedures from vss files.
They all contain multiple 'GO' statements in the script.
Everything is great till it hits the 'go' command...
I'm using vb.net 2005 and SQL 2005. Very occasionally I am getting a SQL deadlock - "Transaction (Process ID 258) was deadlocked on lock resources with another process and has been chosen as t...
I have made a Windows application in Visual C#.Net 2005(front end) and SQL Server 2005(back end).
I want to deploy this project. Please provide a step-by-step procedure to deploy this Windows...
I researched the crap out of this and simply cannot find the answer. Basically, redirecting the output stream from a command line application (such as PSList.EXE from SysInternals) is pretty ...
Hi Everyone.
I am using a datareader to write a txt file. I am able to write the file but I am getting some odd format.
for example.
columnID
742683.810..ATI
742683.848..AT...
I am developing a VB.Net application that runs on a server which opens and reads data from Excel files into a SQL Server table.
I cannot use the COM Excel interop approach as the customer...
Good Day:
I am using VB.NET 2005 with SQL Server 2000. I would like to dynamically create and load the tree view control using the following 2 tables.
Table: NodeParent
ID (Identity Ke...
We have a txt file (size around 2 G) that loads very slowly > 8 hrs. So, we decided to use bulk copy to accelerate the process.
This txt file has some special headers (the second line conta...
Hello
I have a windows form contains 1 groupbox the groupbox1 hold 8 Textboxes
what i need is when i press the Button1 it clear any content on each Textbox,
i use the following code to do ...
When I run the ASP page I get the message "COMException was unhandled by user code. Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was ...
I have a multi select listbox and i would like to select all the selectedvalues of the selected items.
I can get the selected text no probelm but it is the values i need. Can anyone help please.
I have added a Formview control to my page that is bound to a database. When the user clicks the "New" button I want some of the textboxes in the Formview to automatically populate with certa...
Useing Crystal report Viewer Control in my VB app. The "ShowExportButton" property is true but the export button looks like a File save instead of the envelope. It only allows me to save to ...
Hi,
I have a MaskedTextBox to take user input of an amount of money.
I have set the Custom Input Mask as $9,990.00 to force the user to input a minimum one dollar.
My problem is that...
Hi,
I went through an article by emoreau: and created my report and I am able to view the data. These r the steps I followed. I created an xsd schema file with the same column names as ret...
The title guves you the problem I am having. I would like some smaple code of writing a CSV file using client side javascript.
Any idea????
I am using Visual Studio .Net 2005 in c#. I ha...