Category: Asp.Net
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, 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 …
Viewstate might be very useful during Asp.net application, it can hold the value until you are on the page means when you redirected to another page all saved value will be removed. Its very easy to use viewstate value on code behind, but if you will try to get on client side it might not be …
Telerik’s Radgrid is a wonderful way to show all of your data but sometime something happens, which we never ever expected like RadGrid Column Being Displayed Empty If Its Contains Special Characters My case was that I need to show xml on the rad grid but rad grid displaying column all empty(No clue, what was happening wrong) only …