Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGridView Custom Column Control Events Pin
Itanium23-Aug-06 20:48
Itanium23-Aug-06 20:48 
GeneralRe: DataGridView Custom Column Control Events Pin
Nader Elshehabi24-Aug-06 1:41
Nader Elshehabi24-Aug-06 1:41 
GeneralRe: DataGridView Custom Column Control Events Pin
Itanium24-Aug-06 3:52
Itanium24-Aug-06 3:52 
AnswerRe: DataGridView Custom Column Control Events Pin
Nader Elshehabi5-Sep-06 9:18
Nader Elshehabi5-Sep-06 9:18 
Question"hiding" items in a combox Pin
gus_br23-Aug-06 2:50
gus_br23-Aug-06 2:50 
AnswerRe: "hiding" items in a combox Pin
rah_sin23-Aug-06 2:57
professionalrah_sin23-Aug-06 2:57 
GeneralRe: "hiding" items in a combox Pin
gus_br23-Aug-06 3:06
gus_br23-Aug-06 3:06 
GeneralRe: "hiding" items in a combox Pin
gus_br23-Aug-06 3:24
gus_br23-Aug-06 3:24 
i have found one in VB:


Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
da1.Fill(ds, "Autores1")

Dim dv As New DataView(ds.Tables("Autores"))



dv.RowFilter = "Au_ID <= 15"

DataGrid1.DataSource = dv

End Sub


however, i think it`s all that i need
thanks
GeneralRe: "hiding" items in a combox Pin
rah_sin23-Aug-06 3:28
professionalrah_sin23-Aug-06 3:28 
AnswerRe: "hiding" items in a combox Pin
~~~Johnny~~~23-Aug-06 11:14
~~~Johnny~~~23-Aug-06 11:14 
GeneralRe: "hiding" items in a combox Pin
gus_br24-Aug-06 1:10
gus_br24-Aug-06 1:10 
Questionbackup Pin
TAREQ F ABUZUHRI23-Aug-06 2:43
TAREQ F ABUZUHRI23-Aug-06 2:43 
AnswerRe: backup Pin
Not Active23-Aug-06 3:17
mentorNot Active23-Aug-06 3:17 
AnswerRe: backup Pin
kkadir23-Aug-06 3:22
kkadir23-Aug-06 3:22 
Questiondatagrid Pin
btota23-Aug-06 2:40
btota23-Aug-06 2:40 
AnswerRe: datagrid Pin
Not Active23-Aug-06 2:45
mentorNot Active23-Aug-06 2:45 
QuestionReduce the width of datagrid colum ?? Pin
sikandarhayat23-Aug-06 2:28
sikandarhayat23-Aug-06 2:28 
AnswerRe: Reduce the width of datagrid colum ?? Pin
rah_sin23-Aug-06 2:44
professionalrah_sin23-Aug-06 2:44 
QuestionI have a class Pin
diddy3423-Aug-06 1:55
diddy3423-Aug-06 1:55 
AnswerRe: I have a class Pin
Christian Graus23-Aug-06 2:07
protectorChristian Graus23-Aug-06 2:07 
AnswerRe: I have a class Pin
rah_sin23-Aug-06 2:10
professionalrah_sin23-Aug-06 2:10 
QuestionTAB issue in MDI form Pin
Kais4U23-Aug-06 1:51
Kais4U23-Aug-06 1:51 
AnswerRe: TAB issue in MDI form Pin
Nader Elshehabi23-Aug-06 2:59
Nader Elshehabi23-Aug-06 2:59 
Questionend of line Pin
Yustme23-Aug-06 1:48
Yustme23-Aug-06 1:48 
AnswerRe: end of line Pin
S. Senthil Kumar23-Aug-06 1:55
S. Senthil Kumar23-Aug-06 1:55 

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.