Groups | Blog | Home
all groups > dotnet windows forms > february 2007 >

dotnet windows forms : New to WinForm from Asp.Net


nkw
2/14/2007 2:27:35 PM
Hi, are there any resource lke http://asp.net available for Winforms? Any
nkw
2/14/2007 3:34:38 PM
how to create a data form like Access column form? (not in a grid) should I
create seperated button for update, delete, insert?

[quoted text, click to view]
Manish Bafna
2/15/2007 3:11:13 AM
Hi,
you will find site www.windowsforms.net pretty useful.

Thanks and Regards,
Manish Bafna.
MCP and MCTS.

[quoted text, click to view]
Earl
2/16/2007 7:56:44 AM
Most developers probably use a Save button for both update and insert (a
button for Update and Insert tends to confuse the average user). On a
typical form, I might have Delete, Edit, Cancel, New, Save buttons. Of
course, you might have events firing from other controls and not need most
if any of those buttons. For example, some developers prefer to have grid or
keystroke events fire all of their updates depending upon what action the
user takes in the grid.

[quoted text, click to view]

nkw
2/16/2007 8:25:15 AM
Thanks for the information.

It seems extra clicking on buttons will slow down massive data entry
task.... not sure if there is a good way to solve it...

[quoted text, click to view]
AddThis Social Bookmark Button