VB.NET Questions


whate a differance between ado.net and sql and datadapter
whate differance between ado.net and sql and datadapter and using in vb.net

Answer Question   |  May 21, 2008  6:40 AM
ADO.NET, datAdapter, VB.NET, Visual Basic .NET
asked by:
20 pts.

2D arrays
how can i find sums of each column in 2D arrays of vb ?

Answer Question   |  May 20, 2008  12:31 AM
2D arrays, VB.NET, Visual Basic .NET
asked by:
5 pts.

vb.net
I have developed an application in VB.NET using Visual Studion.NET 2003 on my computer. I can successfully run the application using the VS.NET 2003.. Now i want to run the same application on another computer, in which there is no Visual Studio.NET installed… but the operating Systems for both the computers are same windows 2000 [...]

Answer Question   |  May 21, 2008  9:28 AM
VB.NET, Visual Basic .NET, Visual Studio, Visual Studio 2003
asked by:
5 pts.

Opening Windows Form using ComboBox in VB.NET
How can I program a List Box or Combo Box control to open a Windows Form in VB.NET 2005 using the selected value of the control?

Answer Question   |  May 31, 2008  5:38 PM
ComboBox, ListBox, VB.NET, VB.NET 2005, Visual Basic .NET, Visual Studio 2005, Windows Forms
asked by:
5 pts.

about checkbox
Iam just at the very basic level of entering a boolean value(yes/no) for the check box cheked value in to a database with field check…for this Iam using a string variable checkvalue and proceeding like this private sub submitbtn_click(…….) dim checkvalue as string=”" if checkbox1.checked= true then checkvalue=”yes” else if checkbo2.checked=true then checkvalue=”no” end if [...]

Answer Question   |  April 15, 2008  11:00 PM
CheckBox, SQL Server, VB.NET, VB.NET 2005, Visual Basic .NET
asked by:
15 pts.

how to store the radio buttons checked value in a database (sql)using vb.net
Iam having 2 radiobuttons in my web form rbown and rbrent for the user to selcet whether he owns a house or he rents.I assigned own and rent as text propertis to the 2 radiobuttons and groupname as group1. Iam trying to store the text values depending on the selection of the radiobuttons in the [...]

Answer Question   |  August 9, 2012  3:29 PM
Radio buttons, SQL, VB.NET, Visual Basic .NET, Web development
asked by:
15 pts.

evaluation security system
i want to know what is the cod to find the posible number of keys for 4 or 8 char, by using vb.net

Answer Question   |  April 3, 2008  12:44 PM
Security audits, VB.NET
asked by:
5 pts.

vb.net connection string for ms sql database for window application
vb.net connection string for ms sql server database in window application

Answer Question   |  April 2, 2008  7:55 AM
Database programming, SQL Server, VB.NET, Visual Basic .NET
asked by:
10 pts.

DataGridView Visual Studio 2005 VB.NET Windows Forms programmatically editing the datagrid
I have a datagridview in my windows forms application that I have bound to a database. The first 2 columns are filled automatically and can not be edited. Then I have 4 other columns that I need users to enter in data. Sometimes there are over 20 rows and the data in the cells are [...]

Answer Question   |  June 17, 2010  11:08 AM
DataViewGrid, programmatically editing the datagrid, VB.NET, Visual Studio 2005, Windows Forms
asked by:
5 pts.

Check for Inserting Same ID Number using VB.NET and SQL Server 2000
I have ID Number Based Application once i enter one ID Number how can i put a check to stop entering same ID number am using VB.Net with Sql2000

Answer Question   |  March 24, 2008  11:23 PM
SQL Server 2000, VB.NET, Visual Basic .NET
asked by:
5 pts.

How can I save a picture to the SQL Server database and retrieve it using VB.Net 2005?
How can I save a picture to the SQL Server database and retrieve it using VB.Net 2005?

Answer Question   |  March 18, 2008  3:13 PM
SQL Server, VB.NET, VB.NET 2005, Visual Basic 2005
2,585 pts.

DataGridView in VB.NET?
I’m quite new to VB.NET and I found the DataGridView component very useful. However, there are 2 things that I don’t like, and would like to change. So, 1) Is there any way to force the selection onto the entire row instead of just that box (the DataGrid is in ReadOnly mode)? 2) I realy [...]

Answer Question   |  September 19, 2011  3:12 AM
DataViewGrid, VB.NET
asked by:
10 pts.

Why is the namespace not visible in VB code files?
Why does visual basic not display the namespace at the top of each code file like C# files do? I am trying to make a namespace span multiple assemblies in VB, but since the namespaces are not visible i cannot simply go in and change them. The only way I have found to do this [...]

Answer Question   |  March 14, 2008  7:48 PM
Namespace, VB.NET
asked by:
20 pts.

external procedures
I have an RPGLE program which I define to be external procedure so that I can call it from a .NET program. When I execute it from iseries it works fine ans returns the parameter requested filled properly. When I call it out AS400 it runs succesfully but with no results. The problem seems to [...]

Answer Question   |  October 30, 2009  7:44 AM
.NET, AS/400, iSeries Navigator, VB.NET
asked by:
5 pts.

Call function of current active child from MDIParent in VB.Net
Dim value As Form Dim i As Integer value = Me.ActiveMdiChild after getting the current active child i want to call function of that child but dont want to mention its name(like form1, form2). For example i want to call this way value.Func(). I dont want to use CType(value, Form1).Func() How can i do this? [...]

Answer Question   |  March 27, 2008  6:59 AM
VB.NET
asked by:
5 pts.

Need help with running an external SQL query from within VB.Net code.
Hi all, I’m in a bit of a bind and new to SQL. I have built a DB using the SQL Manager and it works perfectly in my code. I have used SQL Manager to build the SQL to rebuild my DB as I want to use it in my VB.Net code. When I execute [...]

Answer Question   |  December 21, 2007  9:36 PM
SQL Express, SQL Manager, SQL Server errors, VB.NET
asked by:
5 pts.

How dio I ?
I am a student. I am coding a menu system for a pci-tv tuner card to display on the tv when I access it. I want to have several buttons on the form and allow the user to have the option to browse the internet with wireless mouse or key board or start an external [...]

Answer Question   |  November 13, 2007  2:54 PM
VB.NET
asked by:
0 pts.

manipulate text files
Hi, I have a text file that needs to be exported to a sql server table. the text file is something similar to this, ————- 01.08.2007 06:00 go to work 12:00 lunch 17:00 go home 19:00 dinner 21:00 go to bed 09:00 go to leisure centre ————– I need to pull these details to a [...]

Answer Question   |  February 1, 2008  12:40 PM
VB.NET
asked by:
Hi
0 pts.

Databinding Radio Buttons in VB.NET
The best way to visualize my question is to think of how Microsoft Access handles radio option buttons. In Access, when you put in radio button controls, each one is given a unique, numerical value. When the radio button is selected, its numerical value is stored in the table behind the form. I’m looking for [...]

Answer Question   |  October 8, 2011  8:07 PM
Databinding, Radio buttons, VB.NET, Visual Basic .NET
asked by:
0 pts.

programming using c#,winforms and visual studio.
i cant think of what to write in this part of the code so that the password character is ” * ” when the user enters his/her password.pliz help private void txtPassword_TextChanged(object sender, EventArgs e) { char Password =GetStyle (“*”); txtPassword.Focus(); } i just have no idea what to write so that this particular code [...]

Answer Question   |  October 24, 2007  7:29 AM
ASP, ASP.NET, C, ColdFusion, DataCenter, Dreamweaver, HTML, J#, J2EE, Java, JavaScript, JSP, Macromedia Flash, Photoshop, Programming Languages, SQL, VB.NET, VBScript, Visual Basic, Web development tools, Web site design & management, XML
asked by:
0 pts.