Search for:
Search Button
DataGridView Keydown Up Index 0 C#
November 5, 2023
-
if
(
dtSearch
.
CurrentCell
.
RowIndex
==
0
)
{
txtProductName
.
Focus
()
;
txtProductName
.
SelectAll
()
;
}
General
Previous Post
Next Post