Click here to Skip to main content
15,898,987 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSearch Data Grid Pin
aslamshaikh044-Feb-07 0:44
aslamshaikh044-Feb-07 0:44 
AnswerRe: Search Data Grid Pin
Christian Graus4-Feb-07 0:54
protectorChristian Graus4-Feb-07 0:54 
QuestionChoosing specific folders to Delete Pin
charchabil034-Feb-07 0:43
charchabil034-Feb-07 0:43 
Questionselecting values in datagrid & getting it into textbox Pin
swetachotalia4-Feb-07 0:16
swetachotalia4-Feb-07 0:16 
AnswerRe: selecting values in datagrid & getting it into textbox Pin
Christian Graus4-Feb-07 0:25
protectorChristian Graus4-Feb-07 0:25 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
aslamshaikh044-Feb-07 0:41
aslamshaikh044-Feb-07 0:41 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
Christian Graus4-Feb-07 0:52
protectorChristian Graus4-Feb-07 0:52 
GeneralRe: selecting values in datagrid & getting it into textbox Pin
aslamshaikh044-Feb-07 2:08
aslamshaikh044-Feb-07 2:08 
hi thanx for the link...i had a look it seems to be done in C. I have done it in vb code. i used the wizard to create the forms. Using a untyped dataset i think. all the search code ive found is for typed datasets i think...

Me.objdsDiary.Clear()
Me.OleDbDataAdapter1.SelectCommand.CommandText = "Select * from 0830 where AppointmentDate like '%" & Trim(Me.lbl2.Text) & "%'"
Me.OleDbDataAdapter1.Fill(Me.objdsDiary)

or

Adodc1.RecordSource = "Select * from secretary where club = """ & txtSearch.Text & """"
Adodc1.Refresh

or

Private Sub Command1_Click()
With Adodc1
.Recordset.Find "Au_Id=" & CInt(txtAuthorId.Text)
End With
End Sub

which do not work as i dont have adodc, all i have is CottageBookingSystemDataSet, TblEmployeeBindingSource, TblEmployeeTableAdapter, TblEmployeeBindingNavigator.

Ive been looking on so many forums.
GeneralRe: selecting values in datagrid & getting it into textbox Pin
aslamshaikh044-Feb-07 2:17
aslamshaikh044-Feb-07 2:17 
QuestionTextfile connection Pin
Socheat.Net3-Feb-07 22:32
Socheat.Net3-Feb-07 22:32 
AnswerRe: Textfile connection Pin
Christian Graus3-Feb-07 23:25
protectorChristian Graus3-Feb-07 23:25 
GeneralRe: Textfile connection Pin
Socheat.Net5-Feb-07 22:45
Socheat.Net5-Feb-07 22:45 
GeneralRe: Textfile connection Pin
Christian Graus5-Feb-07 23:43
protectorChristian Graus5-Feb-07 23:43 
GeneralRe: Textfile connection Pin
Socheat.Net7-Feb-07 23:00
Socheat.Net7-Feb-07 23:00 
GeneralRe: Textfile connection Pin
Christian Graus7-Feb-07 23:22
protectorChristian Graus7-Feb-07 23:22 
Questiondelete folder Pin
charchabil033-Feb-07 22:03
charchabil033-Feb-07 22:03 
AnswerRe: delete folder Pin
Christian Graus3-Feb-07 23:26
protectorChristian Graus3-Feb-07 23:26 
GeneralRe: delete folder Pin
charchabil034-Feb-07 0:36
charchabil034-Feb-07 0:36 
GeneralRe: delete folder Pin
charchabil034-Feb-07 1:09
charchabil034-Feb-07 1:09 
QuestionHow can i Unzip..? Pin
fmlove3-Feb-07 21:44
fmlove3-Feb-07 21:44 
AnswerRe: How can i Unzip..? Pin
Christian Graus3-Feb-07 23:26
protectorChristian Graus3-Feb-07 23:26 
AnswerRe: How can i Unzip..? Pin
charchabil034-Feb-07 3:34
charchabil034-Feb-07 3:34 
AnswerRe: How can i Unzip..? Pin
Amit Kushwaha4-Feb-07 21:18
Amit Kushwaha4-Feb-07 21:18 
Question.additem in .Net Pin
matryxxx3-Feb-07 21:33
matryxxx3-Feb-07 21:33 
AnswerRe: .additem in .Net Pin
Christian Graus3-Feb-07 23:28
protectorChristian Graus3-Feb-07 23:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.