🔒 Closed User Input c# windows form

Status
Not open for further replies.
hmm, siguro po write to file nalang tas if magllogin ka po iread file and search keyword tas compare if existing ang user input sa file
 
pwede ang write to file pero not recommended. bakit? if marami ng users nakasave babagal siya. thats why merong database
 
hmm, siguro po write to file nalang tas if magllogin ka po iread file and search keyword tas compare if existing ang user input sa file
C#:
    public List<User> Users { get; set; } = new List<User>();
        public frm_login()
        {
            InitializeComponent();
            Users.Add(new User() { Firstname = "esa", Lastname = "jose", Username = "admin", Password = "admin" });
            Users.Add(new User() { Firstname = "kim", Lastname = "domingo", Username = "admin1", Password = "admin1" });



yung ganito po ba?
 
Status
Not open for further replies.

About this Thread

  • 7
    Replies
  • 793
    Views
  • 5
    Participants
Last reply from:
PHC_Shion

Trending Topics

Online now

Members online
430
Guests online
2,121
Total visitors
2,551

Forum statistics

Threads
2,329,019
Posts
29,245,768
Members
1,158,227
Latest member
Daramae_1997
Back
Top