🔒 Closed User Input c# windows form

Status
Not open for further replies.

PHC_Shion

Forum Veteran
Help po paano masesave yung na input dito at magagamit panglogin without database

pci.webp
 
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
  • 776
    Views
  • 5
    Participants
Last reply from:
PHC_Shion

Trending Topics

Online now

Members online
409
Guests online
1,280
Total visitors
1,689

Forum statistics

Threads
2,274,140
Posts
28,953,851
Members
1,235,099
Latest member
hiro1985
Back
Top