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
You Can Use Dispose Method Dim Frm as new frmmain frm.showdialog() me.close() me.dispose(true) 'Here Frm Main Is Main Form Name
Hi - You Can Use This Query [code] myCommand = new SqlCommand INSERT INTO tblClasses (ClassId,ClassName,Department)VALUES "('" + nudClassId.Value _+ "," +txtClassName.Text + "," + _txtDepartment.Text "')";myCommand = new SqlCommand INSERT _INTO tblClasses (ClassId,ClassName,Department)VALUES "('" + _nudClassId.Value + "," +txtClassName.Text + "," + _txtDepartment.Text "')"; [/code]
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
[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.
MumtazKhan