User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:48, 19 November 2024 (diff | hist) . . (+340) . . Hide logout button if user not logged in for ASP.Net Web App (current)
- 10:45, 19 November 2024 (diff | hist) . . (+150) . . Hide logout button if user not logged in for ASP.Net Web App
- 10:29, 19 November 2024 (diff | hist) . . (+47) . . Hide logout button if user not logged in for ASP.Net Web App
- 10:29, 19 November 2024 (diff | hist) . . (+164) . . N Hide logout button if user not logged in for ASP.Net Web App (Created page with "@{ var data = new Byte[20]; bool check = Context.Session.TryGetValue("_user", out data); if(check) { <p> your html goes here</p> } }")
- 10:26, 19 November 2024 (diff | hist) . . (+66) . . Web Apps (→ASP.Net Web App) (current)
- 08:05, 23 October 2024 (diff | hist) . . (+7) . . Setup Session for ASP.Net Web App (→Inside the PageModel) (current)
- 07:27, 23 October 2024 (diff | hist) . . (-30) . . Web Apps (→Skills)
- 07:24, 23 October 2024 (diff | hist) . . (-59) . . Connect MySQL to ASP.Net Web App (→Using the Connection) (current)
- 15:54, 20 October 2024 (diff | hist) . . (+6) . . Web Apps (→ASP.Net Web App)
- 15:52, 20 October 2024 (diff | hist) . . (+165) . . Create login for ASP.Net Web App (→Handle the submitted data) (current)
- 15:47, 20 October 2024 (diff | hist) . . (-34) . . Web Apps (→Django)
- 15:44, 20 October 2024 (diff | hist) . . (+51) . . Web Apps (→MySql)
- 15:42, 20 October 2024 (diff | hist) . . (+185) . . Web Apps (→Django)
- 15:40, 20 October 2024 (diff | hist) . . (-11) . . Web Apps (→Django)
- 15:40, 20 October 2024 (diff | hist) . . (+935) . . Web Apps
- 16:57, 19 October 2024 (diff | hist) . . (-1) . . Setup Session for ASP.Net Web App (→Setting a Session Variable)
- 16:56, 19 October 2024 (diff | hist) . . (+32) . . Create register for ASP.Net Web App (→Adding the code to handle the form) (current)
- 16:54, 19 October 2024 (diff | hist) . . (+5) . . Create register for ASP.Net Web App (→Adapting your login code)
- 16:54, 19 October 2024 (diff | hist) . . (+110) . . Create register for ASP.Net Web App (→Adding the code to handle the form)
- 16:52, 19 October 2024 (diff | hist) . . (+90) . . Create register for ASP.Net Web App (→Adding the code to handle the form)
- 16:20, 19 October 2024 (diff | hist) . . (+37) . . Create register for ASP.Net Web App (→Creating the Page)
- 15:04, 19 October 2024 (diff | hist) . . (+137) . . Create register for ASP.Net Web App (→Storing Passwords)
- 14:56, 19 October 2024 (diff | hist) . . (+960) . . Create register for ASP.Net Web App (→Adding the code to handle the form)
- 14:47, 19 October 2024 (diff | hist) . . (+42) . . Create register for ASP.Net Web App (→Creating the Page)
- 14:45, 19 October 2024 (diff | hist) . . (+657) . . Create register for ASP.Net Web App (→Adding the code to handle the form)
- 14:34, 19 October 2024 (diff | hist) . . (-8) . . Create register for ASP.Net Web App (→Adding the code to handle the form)
- 14:33, 19 October 2024 (diff | hist) . . (+32) . . Create register for ASP.Net Web App (→Creating the Page)
- 14:32, 19 October 2024 (diff | hist) . . (+352) . . Create register for ASP.Net Web App
- 14:29, 19 October 2024 (diff | hist) . . (-131) . . Create register for ASP.Net Web App
- 14:27, 19 October 2024 (diff | hist) . . (+779) . . N Create register for ASP.Net Web App (Created page with " <syntaxhighlight lang=c#> public IActionResult OnPost() { User temp = new User(); string username = Request.Form["user"]; string pass1 = Request.Form["password...")
- 14:19, 19 October 2024 (diff | hist) . . (-1) . . Web Apps (→ASP.Net Web App)
- 14:16, 19 October 2024 (diff | hist) . . (+161) . . Setup Session for ASP.Net Web App (→Destroy a Session)
- 14:14, 19 October 2024 (diff | hist) . . (-21) . . Setup Session for ASP.Net Web App (→Retrieving a Session Variable)
- 14:12, 19 October 2024 (diff | hist) . . (+43) . . Setup Session for ASP.Net Web App (→Retrieving a Session Variable)
- 14:06, 19 October 2024 (diff | hist) . . (+555) . . Setup Session for ASP.Net Web App
- 13:51, 19 October 2024 (diff | hist) . . (+54) . . Setup Session for ASP.Net Web App (→Retrieving a Session Variable)
- 13:50, 19 October 2024 (diff | hist) . . (+393) . . Setup Session for ASP.Net Web App (→Setting a Session Variable)
- 13:45, 19 October 2024 (diff | hist) . . (+67) . . Setup Session for ASP.Net Web App (→Setting up Session for ASP.Net Core Web App)
- 13:44, 19 October 2024 (diff | hist) . . (-1,096) . . Connect MySQL to ASP.Net Web App (→Insert data)
- 13:43, 19 October 2024 (diff | hist) . . (-3) . . Connect MySQL to ASP.Net Web App (→Connecting the Database)
- 13:43, 19 October 2024 (diff | hist) . . (-565) . . Connect MySQL to ASP.Net Web App (→Creating the connection)
- 13:41, 19 October 2024 (diff | hist) . . (+6) . . Connect MySQL to ASP.Net Web App (→Getting the data)
- 13:41, 19 October 2024 (diff | hist) . . (-1,066) . . Connect MySQL to ASP.Net Web App (→Getting the data)
- 13:56, 16 October 2024 (diff | hist) . . (+192) . . Create logout for ASP.Net Web App (current)
- 13:55, 16 October 2024 (diff | hist) . . (+1) . . Create logout for ASP.Net Web App
- 13:54, 16 October 2024 (diff | hist) . . (+345) . . N Create logout for ASP.Net Web App (Created page with "Create a new Razor Page called `logout`. Go to the logoutModel code section (right click it in solution explorer and select goto PageModel). Now change the `OnGet` method to...")
- 13:51, 16 October 2024 (diff | hist) . . (+226) . . Create login for ASP.Net Web App (→Login Page for ASP.Net Web App)
- 13:49, 16 October 2024 (diff | hist) . . (+1,029) . . Create login for ASP.Net Web App (→Login Page for ASP.Net Web App)
- 13:43, 16 October 2024 (diff | hist) . . (+169) . . Create login for ASP.Net Web App (→Login Page for ASP.Net Web App)
- 13:41, 16 October 2024 (diff | hist) . . (+413) . . Create login for ASP.Net Web App
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)