Click here to Skip to main content
15,879,474 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Regex.Split and sub groups Pin
Guffa26-Apr-06 21:27
Guffa26-Apr-06 21:27 
GeneralRe: Regex.Split and sub groups Pin
Distinctive26-Apr-06 23:06
Distinctive26-Apr-06 23:06 
AnswerRe: Regex.Split and sub groups Pin
Guffa27-Apr-06 0:17
Guffa27-Apr-06 0:17 
QuestionClick Once Deployment & logging Pin
Mr Brown Shoes25-Apr-06 14:41
Mr Brown Shoes25-Apr-06 14:41 
AnswerRe: Click Once Deployment & logging Pin
JimRoss2-May-06 11:38
JimRoss2-May-06 11:38 
GeneralRe: Click Once Deployment & logging Pin
Tailslide5-Nov-09 6:11
Tailslide5-Nov-09 6:11 
QuestionDataGridView.remove how do i call this , help ? Pin
Steve Ryan25-Apr-06 12:01
Steve Ryan25-Apr-06 12:01 
AnswerRe: DataGridView.remove how do i call this , help ? Pin
Mr Brown Shoes25-Apr-06 14:53
Mr Brown Shoes25-Apr-06 14:53 
Hi,
The DataGridView is a visual representation of the data to which it's bound, so the best way to remove a row is to remove it from said bound data source.

Also, be weary of code such as:

foreach (DataGridViewRowCollection Row in rows)
{
//
// Row.remove (?)
}

As you are removing something from a collection you're currently searching through.. that can get messy.
AnswerRe: DataGridView.remove how do i call this , help ? Pin
Graham Nimbley25-Apr-06 15:10
Graham Nimbley25-Apr-06 15:10 
GeneralRe: DataGridView.remove how do i call this , help ? Pin
Steve Ryan26-Apr-06 14:57
Steve Ryan26-Apr-06 14:57 
GeneralRe: DataGridView.removeat failed, any one help ? Pin
Steve Ryan26-Apr-06 17:48
Steve Ryan26-Apr-06 17:48 
QuestionMSI Setup always brings back original files... Pin
siliconesoul25-Apr-06 4:04
siliconesoul25-Apr-06 4:04 
QuestionFor minimizing and maximizing Pin
Robert Rohde25-Apr-06 2:49
Robert Rohde25-Apr-06 2:49 
AnswerRe: For minimizing and maximizing Pin
_alank25-Apr-06 3:04
_alank25-Apr-06 3:04 
GeneralRe: For minimizing and maximizing Pin
Robert Rohde25-Apr-06 3:18
Robert Rohde25-Apr-06 3:18 
AnswerRe: For minimizing and maximizing Pin
Graham Nimbley25-Apr-06 13:30
Graham Nimbley25-Apr-06 13:30 
GeneralRe: For minimizing and maximizing Pin
Robert Rohde25-Apr-06 18:02
Robert Rohde25-Apr-06 18:02 
GeneralRe: For minimizing and maximizing Pin
Graham Nimbley26-Apr-06 6:39
Graham Nimbley26-Apr-06 6:39 
QuestionConnection to DB by VC# 2005 Pin
sottos25-Apr-06 1:14
sottos25-Apr-06 1:14 
AnswerRe: Connection to DB by VC# 2005 Pin
Dave Kreskowiak25-Apr-06 10:19
mveDave Kreskowiak25-Apr-06 10:19 
Questionprocess file handles Pin
Arkett25-Apr-06 0:53
Arkett25-Apr-06 0:53 
AnswerRe: process file handles Pin
Dave Kreskowiak25-Apr-06 10:14
mveDave Kreskowiak25-Apr-06 10:14 
GeneralRe: process file handles Pin
Arkett26-Apr-06 2:59
Arkett26-Apr-06 2:59 
GeneralRe: process file handles Pin
Dave Kreskowiak26-Apr-06 6:33
mveDave Kreskowiak26-Apr-06 6:33 
AnswerRe: process file handles Pin
Arkett27-Apr-06 6:15
Arkett27-Apr-06 6:15 

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.