Software Engineer
Pages
HOME
ASP.NET
CURRENT AFFAIRS
CONTACT US
ABOUT ME
IMPORTANT CODINGS FRO DEVELOPERS
Monday, 18 August 2014
To delete selected Row by Key Down in GridView
private sub Grid1_keyDown()
if e.keycode=keys.Delete then
For Each row as DataGridViewRow in Grid1.SelectedRows
Grid1.Rows.Remove(row)
Next
end if
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2014
(28)
►
December
(1)
▼
August
(3)
To delete selected Row by Key Down in GridView
Open PDF file by Clicking Link Button using ASP.NET
Open Word file by clicking link button in ASP.NET
►
June
(9)
►
May
(1)
►
April
(1)
►
March
(13)
No comments:
Post a Comment