Recent changes

Jump to: navigation, search

Track the most recent changes to the wiki on this page.

Recent changes options
Legend:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes
Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Hide bots | Hide minor edits
Show new changes starting from 23:38, 31 October 2024
   

23 October 2024

     08:05  Setup Session for ASP.Net Web App‎ (diff | hist) . . (+7). . Admin (talk | contribs) (Inside the PageModel)
     07:27  Web Apps‎ (diff | hist) . . (-30). . Admin (talk | contribs) (Skills)
     07:24  Connect MySQL to ASP.Net Web App‎ (diff | hist) . . (-59). . Admin (talk | contribs) (Using the Connection)

20 October 2024

     15:54  Web Apps‎‎ (6 changes | history) . . (+1,132). . [Admin‎ (6×)]
      15:54 (cur | prev) . . (+6). . Admin (talk | contribs) (ASP.Net Web App)
      15:47 (cur | prev) . . (-34). . Admin (talk | contribs) (Django)
      15:44 (cur | prev) . . (+51). . Admin (talk | contribs) (MySql)
      15:42 (cur | prev) . . (+185). . Admin (talk | contribs) (Django)
      15:40 (cur | prev) . . (-11). . Admin (talk | contribs) (Django)
      15:40 (cur | prev) . . (+935). . Admin (talk | contribs)

19 October 2024

     16:57  Setup Session for ASP.Net Web App‎‎ (8 changes | history) . . (+1,251). . [Admin‎ (8×)]
      16:57 (cur | prev) . . (-1). . Admin (talk | contribs) (Setting a Session Variable)
      14:16 (cur | prev) . . (+161). . Admin (talk | contribs) (Destroy a Session)
      14:14 (cur | prev) . . (-21). . Admin (talk | contribs) (Retrieving a Session Variable)
      14:12 (cur | prev) . . (+43). . Admin (talk | contribs) (Retrieving a Session Variable)
      14:06 (cur | prev) . . (+555). . Admin (talk | contribs)
      13:51 (cur | prev) . . (+54). . Admin (talk | contribs) (Retrieving a Session Variable)
      13:50 (cur | prev) . . (+393). . Admin (talk | contribs) (Setting a Session Variable)
      13:45 (cur | prev) . . (+67). . Admin (talk | contribs) (Setting up Session for ASP.Net Core Web App)
N    16:56  Create register for ASP.Net Web App‎‎ (14 changes | history) . . (+3,094). . [Admin‎ (14×)]
      16:56 (cur | prev) . . (+32). . Admin (talk | contribs) (Adding the code to handle the form)
      16:54 (cur | prev) . . (+5). . Admin (talk | contribs) (Adapting your login code)
      16:54 (cur | prev) . . (+110). . Admin (talk | contribs) (Adding the code to handle the form)
      16:52 (cur | prev) . . (+90). . Admin (talk | contribs) (Adding the code to handle the form)
      16:20 (cur | prev) . . (+37). . Admin (talk | contribs) (Creating the Page)
      15:04 (cur | prev) . . (+137). . Admin (talk | contribs) (Storing Passwords)
      14:56 (cur | prev) . . (+960). . Admin (talk | contribs) (Adding the code to handle the form)
      14:47 (cur | prev) . . (+42). . Admin (talk | contribs) (Creating the Page)
      14:45 (cur | prev) . . (+657). . Admin (talk | contribs) (Adding the code to handle the form)
      14:34 (cur | prev) . . (-8). . Admin (talk | contribs) (Adding the code to handle the form)
      14:33 (cur | prev) . . (+32). . Admin (talk | contribs) (Creating the Page)
      14:32 (cur | prev) . . (+352). . Admin (talk | contribs)
      14:29 (cur | prev) . . (-131). . Admin (talk | contribs)
N     14:27 (cur | prev) . . (+779). . Admin (talk | contribs) (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  Web Apps‎ (diff | hist) . . (-1). . Admin (talk | contribs) (ASP.Net Web App)
     13:44  Connect MySQL to ASP.Net Web App‎‎ (5 changes | history) . . (-2,724). . [Admin‎ (5×)]
      13:44 (cur | prev) . . (-1,096). . Admin (talk | contribs) (Insert data)
      13:43 (cur | prev) . . (-3). . Admin (talk | contribs) (Connecting the Database)
      13:43 (cur | prev) . . (-565). . Admin (talk | contribs) (Creating the connection)
      13:41 (cur | prev) . . (+6). . Admin (talk | contribs) (Getting the data)
      13:41 (cur | prev) . . (-1,066). . Admin (talk | contribs) (Getting the data)

16 October 2024

N    13:56  Create logout for ASP.Net Web App‎‎ (3 changes | history) . . (+538). . [Admin‎ (3×)]
      13:56 (cur | prev) . . (+192). . Admin (talk | contribs)
      13:55 (cur | prev) . . (+1). . Admin (talk | contribs)
N     13:54 (cur | prev) . . (+345). . Admin (talk | contribs) (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...")
N    13:34  Setup Session for ASP.Net Web App‎‎ (2 changes | history) . . (+743). . [Admin‎ (2×)]
      13:34 (cur | prev) . . (+262). . Admin (talk | contribs) (Setting up Session for ASP.Net Core Web App)
N     13:29 (cur | prev) . . (+481). . Admin (talk | contribs) (Created page with "=Setting up Session for ASP.Net Core Web App= Using the nuget package manager you need to install `Microsoft.AspNetCore.Session`. The version I have used is 2.2.0. You can no...")
     13:24  Web Apps‎‎ (2 changes | history) . . (+158). . [Admin‎ (2×)]
      13:24 (cur | prev) . . (+5). . Admin (talk | contribs) (ASP.Net Web App)
      13:23 (cur | prev) . . (+153). . Admin (talk | contribs) (ASP.Net Web App)