User Profile

Collapse

Profile Sidebar

Collapse
vikramjk
vikramjk
Last Activity: Dec 25 '20, 10:51 AM
Joined: Jul 11 '20
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vikramjk
    replied to Can I call this variable of foreach in C#?
    in .NET
    try using this

    Code:
        foreach (SinhVien s in QuanLySinhVien.DanhSachSinhVien)
                    {
                        Console.WriteLine("ID: " + s.MMaSV);
                        Console.WriteLine("Name: " + s.HoTen1);
                        Console.WriteLine("Birthdate: ");
                        s.NgaySinh1.ShowBirthdate();
                        Console.WriteLine("Address:
    ...
    See more | Go to post

    Leave a comment:


  • vikramjk
    replied to How to set marker in google map api?
    in .NET
    Here are the steps:
    1. register your app in google developer console.
    2. Enable Google maps api and location api.
    3. Convert user location ( address) into Lat/long
    4. then using lat/long show it as a marker in google maps of your web project.
    See more | Go to post
    Last edited by Rabbit; Jul 11 '20, 04:08 PM. Reason: External link removed

    Leave a comment:

No activity results to display
Show More
Working...