Category: ASP.Net

Posted in ASP.Net

How to use AJAX in ASP.Net 2008

How to use AJAX control in asp.net c#. Use Update Panel and script manager in ajax in asp.net web application.

Continue Reading How to use AJAX in ASP.Net 2008
Posted in ASP.Net

How to Detect Refresh or Postback in ASP.NET

  We are always checking Ispostback value. IsPostback will always have the value which was set previously. So for instance, if the page was posted…

Continue Reading How to Detect Refresh or Postback in ASP.NET
Posted in ASP.Net

Page refresh automatic in ASP.Net

Add meta tag in your Head portion and your page will automatically refreshed with 3 second interval.         <html xmlns=”http://www.w3.org/1999/xhtml” > <head runat=”server”> <title>Meera Academy</title>…

Continue Reading Page refresh automatic in ASP.Net
Posted in ASP.Net ASP.Net Example

CrystalReport in ASP.Net

Bind CrystalReport in ASP.Net Here, we will give you basic ideas with example how to create and bind CrestalReport with Dataset in ASP.Net Application using…

Continue Reading CrystalReport in ASP.Net
Posted in ASP.Net

CrystalReport in ASP.Net

Bind CrystalReport in ASP.Net   Here, we will give you basic ideas with example how to create and bind CrestalReport with Dataset in ASP.Net Application…

Continue Reading CrystalReport in ASP.Net