Click here to Skip to main content
16,009,391 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to register COM component into c# .net window application Pin
Dave Kreskowiak19-Nov-08 2:04
mveDave Kreskowiak19-Nov-08 2:04 
QuestionGridView Problem Pin
soniasan17-Nov-08 20:27
soniasan17-Nov-08 20:27 
AnswerRe: GridView Problem Pin
Mycroft Holmes17-Nov-08 20:59
professionalMycroft Holmes17-Nov-08 20:59 
AnswerRe: GridView Problem Pin
Dave Kreskowiak18-Nov-08 1:54
mveDave Kreskowiak18-Nov-08 1:54 
Questionmoving folders and files across network [modified] Pin
jishbalan17-Nov-08 19:01
jishbalan17-Nov-08 19:01 
AnswerRe: moving folders and files across network Pin
Dave Kreskowiak18-Nov-08 1:51
mveDave Kreskowiak18-Nov-08 1:51 
Questiondatagridview with BLL middle-tier Pin
Fahim A17-Nov-08 12:09
Fahim A17-Nov-08 12:09 
AnswerRe: datagridview with BLL middle-tier Pin
Mycroft Holmes17-Nov-08 15:02
professionalMycroft Holmes17-Nov-08 15:02 
When the CRUD operations are completed on the DGV you need to pass the datasource (table) back to your BLL. Your BLL then needs to inspect the rowstate for each row and deal with it appropriately.

I never allow CRUD in any grid control, I always force the user to double click a row and open a dialog to do the CRUD. This allows much finer control and reduces a lot of the angst of using grids. You can then reload the grid table from the database or duplicate the changes in the grids underlying datatable (I almost always reload).


Never underestimate the power of human stupidity
RAH

GeneralRe: datagridview with BLL middle-tier Pin
Fahim A17-Nov-08 18:34
Fahim A17-Nov-08 18:34 
AnswerRe: datagridview with BLL middle-tier Pin
Vimalsoft(Pty) Ltd17-Nov-08 19:56
professionalVimalsoft(Pty) Ltd17-Nov-08 19:56 
GeneralRe: datagridview with BLL middle-tier Pin
Fahim A18-Nov-08 10:52
Fahim A18-Nov-08 10:52 
GeneralRe: datagridview with BLL middle-tier Pin
Vimalsoft(Pty) Ltd18-Nov-08 19:15
professionalVimalsoft(Pty) Ltd18-Nov-08 19:15 
GeneralRe: datagridview with BLL middle-tier Pin
Fahim A18-Nov-08 22:19
Fahim A18-Nov-08 22:19 
GeneralRe: datagridview with BLL middle-tier Pin
Vimalsoft(Pty) Ltd20-Nov-08 19:09
professionalVimalsoft(Pty) Ltd20-Nov-08 19:09 
GeneralRe: datagridview with BLL middle-tier Pin
Fahim A24-Nov-08 19:15
Fahim A24-Nov-08 19:15 
GeneralRe: datagridview with BLL middle-tier Pin
Vimalsoft(Pty) Ltd24-Nov-08 19:18
professionalVimalsoft(Pty) Ltd24-Nov-08 19:18 
QuestionReturning String Array Values from a function....HELP!!! Pin
Herrwolf117-Nov-08 10:20
Herrwolf117-Nov-08 10:20 
AnswerRe: Returning String Array Values from a function....HELP!!! Pin
nlarson1117-Nov-08 10:30
nlarson1117-Nov-08 10:30 
GeneralRe: Returning String Array Values from a function....HELP!!! Pin
Herrwolf117-Nov-08 11:08
Herrwolf117-Nov-08 11:08 
AnswerRe: Returning String Array Values from a function....HELP!!! Pin
jzonthemtn17-Nov-08 11:13
jzonthemtn17-Nov-08 11:13 
AnswerRe: Returning String Array Values from a function....HELP!!! PinPopular
Dave Kreskowiak17-Nov-08 11:20
mveDave Kreskowiak17-Nov-08 11:20 
QuestionWhat's the name of this object?? Pin
keepcoller17-Nov-08 7:36
keepcoller17-Nov-08 7:36 
AnswerRe: What's the name of this object?? Pin
Wendelius17-Nov-08 8:06
mentorWendelius17-Nov-08 8:06 
AnswerRe: What's the name of this object?? Pin
Pedram Behroozi17-Nov-08 8:11
Pedram Behroozi17-Nov-08 8:11 
GeneralRe: What's the name of this object?? Pin
keepcoller17-Nov-08 14:05
keepcoller17-Nov-08 14:05 

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.