Microsoft
Software
Hardware
Network
Question : Windows Forms(Beginner)
Hi
After working on web applications for 2 years, now I started working on windows forms application.After entering values into form in asp.net we process the data by clicking a button(ie in button click event handler the data is processed). But coming to windows forms, after making data entry into(textboxes) windows forms, the data is processed on making changes to textboxes even without clicking a button.
Why is it done like that? After searching, I came to know that windows applications are like desktop like applications and client side executed. I didn't understand that. Could any one please suggest me regarding this? If possible, please post some resources or sample applications regarding this.
Thank You
Answer : Windows Forms(Beginner)
I've always used a query to build the database and used the syntax...
"Field_Name TEXT(20)"
As an example, I found this random page with a google search...
http://allenbrowne.com/fun
c-DDL.html
...that shows how to create a table with a query.
Random Solutions
A Perl Date module problem
Moved a Dolpin 7 website to a new server and I get an error message.
Creating Server 2008 Domain
Case statement based on query
how to stop sql execution on refreshing a page or closing a browser
Custom views in Outlook 2010's Tasks
Globally change the Blackberry Service Display name
XP 10 inbound connection limit question
Trunking issues with HP Procurve Swicthes 3500yl
one code fits all : INDY9 or INDY 10 with D7 or D2005 or D2010Question: