search query problem
-
Hi everyone. I have created search query for data grid but it doesn't creat textbox it just created button . how to solve this problem. Plz help.
-
Hi everyone. I have created search query for data grid but it doesn't creat textbox it just created button . how to solve this problem. Plz help.
-
1. What does this have to do with Visual Studio? 2. We cannot guess what your code may be doing.
Private Sub StudentnameToolStripButton_Click(sender As Object, e As EventArgs) Handles StudentnameToolStripButton.Click Try Me.StudentsTableAdapter.studentname(Me.ModerncompDataSet.students) Catch ex As System.Exception System.Windows.Forms.MessageBox.Show(ex.Message) End Try End Sub
-
Private Sub StudentnameToolStripButton_Click(sender As Object, e As EventArgs) Handles StudentnameToolStripButton.Click Try Me.StudentsTableAdapter.studentname(Me.ModerncompDataSet.students) Catch ex As System.Exception System.Windows.Forms.MessageBox.Show(ex.Message) End Try End Sub
-
What is that supposed to mean? If you want help then please explain your problem in proper detail; we cannot guess what your code is doing or not doing.
I have created search query by just clicking the datagridview right side small arrow simbol . then add query option. It must have to created textbox to search content and button. But it only created button . How to created textbox to type content to search.
-
Private Sub StudentnameToolStripButton_Click(sender As Object, e As EventArgs) Handles StudentnameToolStripButton.Click Try Me.StudentsTableAdapter.studentname(Me.ModerncompDataSet.students) Catch ex As System.Exception System.Windows.Forms.MessageBox.Show(ex.Message) End Try End Sub
thanks it's worked :-)