Lost your password?

Blogs about: Vbnet Programming

Featured Blog

Currently working on Tutorial #2

Steve wrote 7 months ago: Hi everyone, I am currently working on my second tutorial for asp.net with vb.net. It is about contr … more →

Tags: Programming, ASP.NET, technology, VB.NET

ASP.NET/VB.NET Tutorial #1 - Hello World!

Steve wrote 8 months ago: We are going to create a simple “Hello World!” script for ASP.NET. Yes, you could just p … more →

Tags: ASP.NET, Programming, VB.NET

Beginning Visual Basic 2005

itebookforyou wrote 1 year ago: Publisher Wrox Press Author(s)  Bryan Newsome ISBN  0764574019 Release Date  04 November 2005 downlo … more →

Tags: beginning, VB.NET, vb.net 2005, beginning visual basic 2005, visual basic 2005 database programming

Beginning Visual Basic 2005 Databases (Programmer to Programmer)

itebookforyou wrote 1 year ago: Publisher  Wrox Press Author(s)  Thearon Willis ISBN   076458894X Release Date   16 November 2005 do … more →

Tags: beginning, VB.NET, vb.net 2005, Thearon Willis, beginning visual basic 2005, visual basic 2005 database programming

Create a button run time

ashraf wrote 1 year ago: ‘Create the button Dim btn As New Button() ‘Specify the location and the size btn.Locati … more →

Tags: VB.NET

2 comments

rubysrik wrote 3 years ago: After writing basic programs on Hello World I decided to seek out tutorials and or books that I coul … more →

Tags: ruby programming, Computer Programming, java programming

DataBind with RadioButtonList in VB.NET

ashraf wrote 3 years ago: white these code to page_load so Radio Button List will be generated Dim strConnection As String = … more →

Tags: VB.NET

SqlConnection in VB.NET

ashraf wrote 3 years ago: Dim strConnection As String = “data source=(local);initial catalog=testDB; user id=sa; passwor … more →

Tags: VB.NET

request response in vb .net

ashraf wrote 3 years ago: response goes like that Response.Cookies(“name”).Value = TextBox1.TextResponse.Cookies( … more →

Tags: VB.NET

XML Reader in VB.NET

ashraf wrote 3 years ago: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Loa … more →

Tags: VB.NET

Insert Data in MSAccess (OleDb data Provider)3 comments

ashraf wrote 3 years ago: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button … more →

Tags: VB.NET

Data Access using MSAccess (OleDb data Provider)

ashraf wrote 3 years ago: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Lo … more →

Tags: VB.NET

read text file in vb.net5 comments

ashraf wrote 3 years ago: Dim oFile As System.IO.File Dim oRead As System.IO.StreamReader Dim LineIn As String oRead = oFile.O … more →

Tags: VB.NET

read a text file in vb.net

ashraf wrote 3 years ago: Dim oFile As System.IO.File Dim oRead As System.IO.StreamReader Dim LineIn As String oRead = oFile.O … more →

Tags: VB.NET

write text file in vb.net2 comments

ashraf wrote 3 years ago: Dim oFile As System.IO.File Dim oWrite As System.IO.StreamWriter oWrite = oFile.CreateText(“C: … more →

Tags: VB.NET

write file in vb.net

ashraf wrote 3 years ago: Dim fs As New FileStream (“test.txt”, FileMode.Create, FileAccess.Write) Dim s As New St … more →

Tags: VB.NET

read file in vb.net

ashraf wrote 3 years ago: Dim fs As New FileStream (“test.txt”, FileMode.Open, FileAccess.Read) Dim d As New Strea … more →

Tags: VB.NET

print a datagrid3 comments

ashraf wrote 3 years ago: <html>     <head>         <title>Data Grid print test</title>         <sc … more →

Tags: C#.net, DataGrid


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS