Click here to Skip to main content
15,889,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionproperty grid object in object Pin
thesum16-Mar-09 6:21
thesum16-Mar-09 6:21 
AnswerRe: property grid object in object Pin
0x3c016-Mar-09 6:29
0x3c016-Mar-09 6:29 
GeneralRe: property grid object in object Pin
thesum17-Mar-09 3:31
thesum17-Mar-09 3:31 
QuestionHow to delete database records Pin
akosidandan16-Mar-09 2:21
akosidandan16-Mar-09 2:21 
AnswerRe: How to delete database records Pin
Christian Graus16-Mar-09 10:04
protectorChristian Graus16-Mar-09 10:04 
Questioncode to clear datagridview in vb.net Pin
abdulkuddus16-Mar-09 1:48
abdulkuddus16-Mar-09 1:48 
AnswerRe: code to clear datagridview in vb.net Pin
Eslam Afifi16-Mar-09 1:59
Eslam Afifi16-Mar-09 1:59 
AnswerRe: code to clear datagridview in vb.net Pin
tech60316-Mar-09 17:42
tech60316-Mar-09 17:42 
Depends on what your trying to do. If your just trying to hide the grid itself, you could just set the visible attribute to false.

Example:

gridview1.Visible = False

This would just hide the grid from the user. If you were talking about resting it to a default state you would need to write some logic for the gridview and just update the databinding based on conditions set for the gridview.

Hope this helps.

Matthew Vass
QA Analyst
mvass@hostmysite.com
http://www.hostmysite.com?utm_source=bb[^]
Questionhow to replace application in multiuser enviroment Pin
JernejR16-Mar-09 1:43
JernejR16-Mar-09 1:43 
AnswerRe: how to replace application in multiuser enviroment Pin
Eddy Vluggen16-Mar-09 2:32
professionalEddy Vluggen16-Mar-09 2:32 
GeneralRe: how to replace application in multiuser enviroment Pin
JernejR16-Mar-09 3:04
JernejR16-Mar-09 3:04 
GeneralRe: how to replace application in multiuser enviroment Pin
Eddy Vluggen16-Mar-09 3:18
professionalEddy Vluggen16-Mar-09 3:18 
GeneralTimer forcing exit Pin
David Mujica16-Mar-09 3:41
David Mujica16-Mar-09 3:41 
GeneralRe: Timer forcing exit Pin
Eddy Vluggen16-Mar-09 3:58
professionalEddy Vluggen16-Mar-09 3:58 
GeneralRe: Timer forcing exit Pin
JernejR16-Mar-09 3:59
JernejR16-Mar-09 3:59 
GeneralGroup Policy to force workstation lock Pin
David Mujica16-Mar-09 5:02
David Mujica16-Mar-09 5:02 
GeneralRe: Group Policy to force workstation lock Pin
JernejR16-Mar-09 5:11
JernejR16-Mar-09 5:11 
GeneralRe: Timer forcing exit Pin
JernejR16-Mar-09 4:55
JernejR16-Mar-09 4:55 
GeneralDatabase version check could lead to uncessary overhead Pin
David Mujica16-Mar-09 5:09
David Mujica16-Mar-09 5:09 
GeneralRe: Database version check could lead to uncessary overhead Pin
JernejR16-Mar-09 5:15
JernejR16-Mar-09 5:15 
GeneralRe: Timer forcing exit Pin
Jon_Boy16-Mar-09 4:59
Jon_Boy16-Mar-09 4:59 
GeneralRe: how to replace application in multiuser enviroment Pin
Luc Pattyn16-Mar-09 6:35
sitebuilderLuc Pattyn16-Mar-09 6:35 
AnswerRe: how to replace application in multiuser enviroment Pin
Dave Kreskowiak16-Mar-09 6:17
mveDave Kreskowiak16-Mar-09 6:17 
GeneralRe: how to replace application in multiuser enviroment Pin
Luc Pattyn16-Mar-09 6:38
sitebuilderLuc Pattyn16-Mar-09 6:38 
GeneralRe: how to replace application in multiuser enviroment Pin
Dave Kreskowiak16-Mar-09 7:00
mveDave Kreskowiak16-Mar-09 7:00 

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.