No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: You Can Use Dispose Method Dim Frm as new frmmain frm.showdialog() me.close() me.dispose(true) 'Here Frm Main Is Main Form Name | |
Re: myCommand = new SqlCommand INSERT INTO tblClasses (ClassId,ClassName,Department)VALUES "('" + nudClassId.Value + "','" +txtClassName.Text + "','" + txtDepartment.Text + "')"; | |
Hi Experts I Want Devlop a Web Based Software Using Asp.Net And Sql Servewr Database With Vb.net And I Want Some Basic Help How i Can Devlop | |
Re: [code] Declare Function As Public Function -> Public Sub ValChar(ByVal s1 As TextBox) If Not s1.Text = "" Then Dim i As Integer Dim c As String For i = 1 To Len(s1.Text) c = Mid(s1.Text, i, 1) If Not (c = "." Or c = "0" Or c = … |
The End.