Programming is Passion,Software Development is an Adventure- Willy David Jr

Programming is Passion,Software Development is an Adventure- Willy David Jr

Browse by Tags

All Tags » ASP.NET » ASP.NET 2.0 (RSS)
Adding AJAX to ASP.NET 2.0 Websites
This was really my problem wayback I starting learning AJAX. I cannot figure it out on how to add AJAX capability if I already have an existing website. One solution I remember at that time is I created an AJAX enabled website and transfer all my work...
Problem on Postback when using Modal Pop-up Window
I was doing an online job application this week when I encounter this problem. I can create Modal pop-up window using BLOCKED SCRIPT myLinkButton.Attributes.Add("onclick", "BLOCKED SCRIPTwindow.showModalDialog('http://" + myUrl...
Using ASP.NET Session State in a Web Service
Since yesterday, I am having problem creating a Session State in a Web Service. First the session creates a unique ID everytime you invoke the method. Second you need to tell the web service method that you will use session state. I've seen a lot...
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level
We are doing some project in ASP.NET when we just encounter this error a while ago. It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory...
Stored Procedure on ASP.NET 2.0
It was almost more than one month since I started my intern as a software developer on my company. Although I have already finished my intern last 2006, I accepted the job because I want to explore the world of software development using Microsoft tools...