white these code to page_load so Radio Button List will be generated Dim strConnection As String = “data source=(local);initial catalog=testDB; user id=sa; password=1234;” Dim strSQLforLis… more →
Ashraf's BlogSteve 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 →
Steve wrote 8 months ago: We are going to create a simple “Hello World!” script for ASP.NET. Yes, you could just p … more →
itebookforyou wrote 1 year ago: Publisher Wrox Press Author(s) Bryan Newsome ISBN 0764574019 Release Date 04 November 2005 downlo … more →
itebookforyou wrote 1 year ago: Publisher Wrox Press Author(s) Thearon Willis ISBN 076458894X Release Date 16 November 2005 do … more →
ashraf wrote 1 year ago: ‘Create the button Dim btn As New Button() ‘Specify the location and the size btn.Locati … more →
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 →
ashraf wrote 3 years ago: white these code to page_load so Radio Button List will be generated Dim strConnection As String = … more →
ashraf wrote 3 years ago: Dim strConnection As String = “data source=(local);initial catalog=testDB; user id=sa; passwor … more →
ashraf wrote 3 years ago: response goes like that Response.Cookies(“name”).Value = TextBox1.TextResponse.Cookies( … more →
ashraf wrote 3 years ago: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Loa … more →
ashraf wrote 3 years ago: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button … more →
ashraf wrote 3 years ago: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Lo … more →
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 →
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 →
ashraf wrote 3 years ago: Dim oFile As System.IO.File Dim oWrite As System.IO.StreamWriter oWrite = oFile.CreateText(“C: … more →
ashraf wrote 3 years ago: Dim fs As New FileStream (“test.txt”, FileMode.Create, FileAccess.Write) Dim s As New St … more →
ashraf wrote 3 years ago: Dim fs As New FileStream (“test.txt”, FileMode.Open, FileAccess.Read) Dim d As New Strea … more →
ashraf wrote 3 years ago: <html> <head> <title>Data Grid print test</title> <sc … more →