Top "Vb.net-2010" questions

The version of Visual Basic .NET used in Visual Studio/Visual Basic 2010.

Datatable select with multiple conditions SQL Query issue

From This question, its answer is almost my answer. But I am facing some sql query issue, I have the …

datatable vb.net-2010
How to zoom in a Picturebox with scrollwheel in vb.net

I'm using a set of graphics overlays to draw an image inside a picturebox control using the graphics object. I …

vb.net vb.net-2010
INSERT permission was denied on the object 'employee_info', database 'payroll' schema dbo

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim myconnection As …

sql-server sql-server-2005 vb.net-2010
Replace enter with space

How can i replace "Enter" in one of fields in the database with space actually I have tried the below …

sql-server-2005 vb.net-2010
vb.net - how to set today as a default date for time picker?

As the properties Value of the date/time picker does not allow to enter the DateTime.Now default value, I …

.net vb.net vb.net-2010
Updating Value using key of the dictionary

I am using a Dictionary in VB.NET Windows application. I have added several values in a Dictionary and I …

vb.net vb.net-2010
Filling a DataGridView from SQLReader

Im a little stuck on some code that im writing An outline is that i am reading some data in …

datagridview vb.net-2010 sqldatareader
Difference between ByVal and ByRef?

What is the difference? I always use ByVal, but, I don't really have a good idea of when should I …

function vb.net-2010
How to make a Vb.net file/program To Standalone .Exe

I have a project done in VB.NET and I want to publish it for distribution. I know that when …

vb.net vb.net-2010
XML Schema Error: Required white space was missing

I have been searching on this for hours and can not figure out the issue. Could someone please help me …

xml xsd vb.net-2010 sqlxml bulk-load