Loading
Share Your Source Code or Article
Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.
Submit now...
Submit now...
Sponsor
Receive Free Updates
Today's popular content
- Payroll System (181)
- A Simple Add, Edit, Delete, and Search using VB and MSAccess (162)
- Hotel Reservation System (VB.NET) (129)
- Students Information System (122)
- Library Management Software (122)
- How to Add/Update/Delete Record using MS Access Database (115)
- Free Hotel Management System Manual (104)
- Hotel Reservation System (101)
- Library System Source Code (96)
- how to unload form and load a new form (92)
- 1 of 204
- ››
Random Post
- Converting domain names to IP addresses (2,743)
- Chatting Application For LAN (5,679)
- Manipulating SQL Server 2008 in VB.NET 2010 (5,479)
- Replace “\n” with “<BR\>” (1,078)
- LIC Record Manager, VB 6, MS Access 2003 (4,568)
- Calendar control Selecting dates from database Disabling old dates selection Selecting multiple dates (1,445)
- ReportViewer: Grouping Data in RDLC Report (3,659)
- Display Record in DataGridView Based on ComboBox Selected Value (32,788)
- Step By Step Guide On How to Create an Enrollment System (2,542)
- Being So Kind (1,054)
- 1 of 133
- ››
test the field if is null or not before passing to the control
If Not IsNull(rs("Student_name")) Then
txtStudName.Text = rs!Student_name
End If