Click here to Skip to main content
16,005,209 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: help for atlas: cascading drop down from database? Pin
ii_noname_ii7-Sep-06 2:24
ii_noname_ii7-Sep-06 2:24 
GeneralRe: help for atlas: cascading drop down from database? Pin
ii_noname_ii7-Sep-06 21:52
ii_noname_ii7-Sep-06 21:52 
QuestionExcel Dataset Datatype Pin
dwadasi7-Sep-06 1:31
dwadasi7-Sep-06 1:31 
Questiontelephonic data extraction from PBX using system defined funtion Pin
Pradip Kishore7-Sep-06 1:14
Pradip Kishore7-Sep-06 1:14 
Questionquestion in the use of the datagrid Pin
Hasan Jaffal7-Sep-06 0:48
Hasan Jaffal7-Sep-06 0:48 
AnswerRe: question in the use of the datagrid Pin
Tamimi - Code7-Sep-06 1:19
Tamimi - Code7-Sep-06 1:19 
GeneralRe: question in the use of the datagrid Pin
Hasan Jaffal7-Sep-06 1:22
Hasan Jaffal7-Sep-06 1:22 
AnswerRe: question in the use of the datagrid Pin
Tamimi - Code7-Sep-06 1:49
Tamimi - Code7-Sep-06 1:49 
hi try this:

grid.Select(grid.CurrentCell.RowNumber)
Dim gc As New DataGridCell(grid.CurrentCell.RowNumber, -1)
grid.CurrentCell = gc

Tamimi - Code

GeneralRe: question in the use of the datagrid Pin
Hasan Jaffal7-Sep-06 2:14
Hasan Jaffal7-Sep-06 2:14 
GeneralRe: question in the use of the datagrid Pin
Tamimi - Code7-Sep-06 2:31
Tamimi - Code7-Sep-06 2:31 
GeneralRe: question in the use of the datagrid Pin
Hasan Jaffal7-Sep-06 14:05
Hasan Jaffal7-Sep-06 14:05 
QuestionProblem in Exporting Crystal Report to Excel Pin
mynameatif7-Sep-06 0:22
mynameatif7-Sep-06 0:22 
AnswerRe: Problem in Exporting Crystal Report to Excel Pin
KhadijaYaseen7-Sep-06 21:43
KhadijaYaseen7-Sep-06 21:43 
Questionhighlite n un-highlite row in repeater/datagrid Pin
manisahmuhamed7-Sep-06 0:22
manisahmuhamed7-Sep-06 0:22 
QuestionCheckBox list: want to only allow single select Pin
cullyk6-Sep-06 23:59
cullyk6-Sep-06 23:59 
AnswerRe: CheckBox list: want to only allow single select Pin
ii_noname_ii7-Sep-06 0:38
ii_noname_ii7-Sep-06 0:38 
GeneralRe: CheckBox list: want to only allow single select Pin
cullyk7-Sep-06 3:50
cullyk7-Sep-06 3:50 
GeneralRe: CheckBox list: want to only allow single select Pin
cullyk7-Sep-06 22:02
cullyk7-Sep-06 22:02 
QuestionSaving date in sql database using windows form (vb.net) Pin
Nikhil Bandekar6-Sep-06 19:22
Nikhil Bandekar6-Sep-06 19:22 
QuestionDatagridview Pin
Jodd6-Sep-06 18:33
Jodd6-Sep-06 18:33 
AnswerRe: Datagridview Pin
abhi_n_ind7-Sep-06 3:24
abhi_n_ind7-Sep-06 3:24 
GeneralRe: Datagridview Pin
Jodd7-Sep-06 7:23
Jodd7-Sep-06 7:23 
QuestionHow to trap usercontrol click event in aspx page Pin
Nathan Buckley6-Sep-06 16:45
Nathan Buckley6-Sep-06 16:45 
AnswerRe: How to trap usercontrol click event in aspx page Pin
Rana Muhammad Javed Khan6-Sep-06 20:42
Rana Muhammad Javed Khan6-Sep-06 20:42 
QuestionConvert Long to Binary Representation Pin
Loay Al Lusi6-Sep-06 16:23
Loay Al Lusi6-Sep-06 16:23 

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.