User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:55, 18 December 2024 (diff | hist) . . (+55) . . Create a edit page for ASP.Net Web App (current)
- 08:45, 18 December 2024 (diff | hist) . . (+241) . . Create a edit page for ASP.Net Web App
- 08:43, 18 December 2024 (diff | hist) . . (+1,055) . . Create a edit page for ASP.Net Web App
- 08:35, 18 December 2024 (diff | hist) . . (+315) . . N Create a edit page for ASP.Net Web App (Created page with "Create a new `razor` page to edit entries stored in a specific database table, ie Customers, Products and so on. Inside the Model (ie .cs file) create a variable to store eac...")
- 08:30, 18 December 2024 (diff | hist) . . (-12) . . Web Apps (→ASP.Net Web App) (current)
- 08:29, 18 December 2024 (diff | hist) . . (+57) . . Web Apps (→Custom Login System)
- 08:28, 18 December 2024 (diff | hist) . . (+80) . . Passing a parameter to a page for ASP.Net Web App (current)
- 08:27, 18 December 2024 (diff | hist) . . (+17) . . Passing a parameter to a page for ASP.Net Web App
- 08:26, 18 December 2024 (diff | hist) . . (+146) . . Passing a parameter to a page for ASP.Net Web App
- 08:19, 18 December 2024 (diff | hist) . . (+369) . . N Passing a parameter to a page for ASP.Net Web App (Created page with "In the model for the page you should already have a `OnGet()` method. This is run when the page is loaded. So, you need to add the `HttpGet` command below just before the `On...")
- 08:13, 18 December 2024 (diff | hist) . . (+78) . . Web Apps (→ASP.Net Web App)
- 09:29, 16 December 2024 (diff | hist) . . (+2) . . Graphs (→Summary) (current)
- 13:44, 10 December 2024 (diff | hist) . . (-229) . . AQA - Comp Sci - A Level - Paper 1 (→Getting started) (current)
- 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)
- 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)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)