i making a project using windows application c#, i want to
show user name, password, and one button login. i wanna
make it with sealed class .how its possible . when i
clicked my login button all project should be open. pls
cleare me.
Answer / prateek chaurasia
you have to firstly write in the coding inside the login
button you are taking. the coding is of the form i.e.
if(textBox1.text=="Username"&&textBox2=="Password")
{
Form.ShowDialog();
}
Form is the form which you want to show after the login.
textBoxes will contain the username and the password.
| Is This Answer Correct ? | 9 Yes | 0 No |
What is dataset and datatable in ado.net?
We all know that Dataset is purely disconnected architechure, but we also know that we can update the changes made to the dataset can be updated in the backend database. when there is no connection how does the update happedn?
6 Answers Accenture, FastStream,
Differnce between Stored procedure and user defined functions?
17 Answers Microsoft, Symphony,
What is reference by value how does it works in .net?
Which is better entity framework or ado.net?
Describe connection object in ado.net
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Which method in OLEDBAdapter is used to populate dataset with records?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is the difference between Data adaptor and Data set?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
How can we perform transactions in .net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)