Click here to Skip to main content
15,892,298 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Problem in button (.Net 2008, Framework 3.5). Pin
Eddy Vluggen16-Nov-10 6:21
professionalEddy Vluggen16-Nov-10 6:21 
GeneralRe: Problem in button (.Net 2008, Framework 3.5). Pin
Ravi Bhavnani9-Dec-10 19:06
professionalRavi Bhavnani9-Dec-10 19:06 
GeneralRe: Problem in button (.Net 2008, Framework 3.5). Pin
RaviRanjanKr18-Dec-10 20:59
professionalRaviRanjanKr18-Dec-10 20:59 
QuestionProblem in ToolStripButton (.Net 2008, Framework 3.5). Pin
priyamtheone12-Nov-10 2:38
priyamtheone12-Nov-10 2:38 
AnswerRe: Problem in ToolStripButton (.Net 2008, Framework 3.5). Pin
musefan12-Nov-10 6:35
musefan12-Nov-10 6:35 
GeneralRe: Problem in ToolStripButton (.Net 2008, Framework 3.5). Pin
priyamtheone13-Nov-10 3:47
priyamtheone13-Nov-10 3:47 
GeneralRe: Problem in ToolStripButton (.Net 2008, Framework 3.5). Pin
musefan15-Nov-10 2:17
musefan15-Nov-10 2:17 
GeneralRe: Problem in ToolStripButton (.Net 2008, Framework 3.5). Pin
priyamtheone16-Nov-10 3:30
priyamtheone16-Nov-10 3:30 
Here's an interesting thing I found. The toolstripbuttons are notorious to be evaluated first before Datagridview. So, if u edit a cell and commit it by going to a different cell or the next row and then press the toolstripbutton to save, it's working fine and can perform the validations, update, save etc. But when u press the toolstripbutton while editing a cell and not committing it manually, there's where it is failing. A workaround can be, write all the requisite codes in a standard button click event, hide the button beneath any other control, and in the toolstripbutton's click event write- StandardButtonName.PerformClick

N.B.- My datagridview updates only after clicking the save button.

Please let me know ur opinions on this. Thanks.
GeneralRe: Problem in ToolStripButton (.Net 2008, Framework 3.5). Pin
musefan16-Nov-10 3:44
musefan16-Nov-10 3:44 
GeneralRe: Problem in ToolStripButton (.Net 2008, Framework 3.5). Pin
priyamtheone16-Nov-10 4:15
priyamtheone16-Nov-10 4:15 
GeneralRe: Problem in ToolStripButton (.Net 2008, Framework 3.5). Pin
priyamtheone18-Nov-10 2:41
priyamtheone18-Nov-10 2:41 
GeneralRe: Problem in ToolStripButton (.Net 2008, Framework 3.5). Pin
fnoppers21-Nov-10 16:27
fnoppers21-Nov-10 16:27 
Questionis it possible to show an excel in the window form? Pin
neodeaths31-Oct-10 3:08
neodeaths31-Oct-10 3:08 
AnswerRe: is it possible to show an excel in the window form? Pin
Karthik. A31-Oct-10 5:26
Karthik. A31-Oct-10 5:26 
AnswerRe: is it possible to show an excel in the window form? Pin
RaviRanjanKr18-Dec-10 20:56
professionalRaviRanjanKr18-Dec-10 20:56 
Questiondeveloping webservice for windows form Pin
parul@12318-Oct-10 1:36
parul@12318-Oct-10 1:36 
AnswerRe: developing webservice for windows form PinPopular
Dave Kreskowiak19-Oct-10 2:07
mveDave Kreskowiak19-Oct-10 2:07 
AnswerRe: developing webservice for windows form Pin
Dr.Walt Fair, PE3-Nov-10 5:48
professionalDr.Walt Fair, PE3-Nov-10 5:48 
QuestionA quick Excel Question Pin
Alan Burkhart14-Oct-10 3:48
Alan Burkhart14-Oct-10 3:48 
AnswerRe: A quick Excel Question Pin
DaveAuld18-Oct-10 19:34
professionalDaveAuld18-Oct-10 19:34 
GeneralRe: A quick Excel Question Pin
Alan Burkhart19-Oct-10 3:53
Alan Burkhart19-Oct-10 3:53 
AnswerRe: A quick Excel Question Pin
Ray Cassick19-Dec-10 4:56
Ray Cassick19-Dec-10 4:56 
GeneralRe: A quick Excel Question Pin
Alan Burkhart19-Dec-10 5:16
Alan Burkhart19-Dec-10 5:16 
QuestionRun Code/Fire Event After First Event Finishes Pin
Stinebaugh6-Oct-10 1:34
Stinebaugh6-Oct-10 1:34 
AnswerRe: Run Code/Fire Event After First Event Finishes Pin
Luc Pattyn6-Oct-10 3:37
sitebuilderLuc Pattyn6-Oct-10 3:37 

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.