Category: Asp.Net

Change Project Name in Visual Studio

Hello Guys, In this post, I am going to describe how we can rename any project under a visual studio solution. I often needed to rename the project name and each time I have to google it to find the correct solution and further often have to do some brainstorming to find out the correct solution, …

Page LoadComplete event not getting fired

Page LoadComplete event not getting fired, it actually works until you got something wrong. We will get to know later in this post why Page_LoadComplete was not working. So let’s get started. What was happening in my case that I had one base class (inheriting page class as normal) and that base class was further being inherited …