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 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...
WebParts in ASP.NET 2.0
Creating Web Parts in ASP.NET 2.0 is one of the cooling thing I've ever seen in ASP.NET 2.0. I don't know if it was a new feature in 2.0 for ASP but it was nice development control for me. I think it was the same implementation with DotNetNuke...
Email System using ASP.NET 2.0
One of my task last week was to send mass email to customers using web forms. And this was the first time I will create this type of project: The Email System of ASP.NET 2.0. And because of large information around the web, it didn't took me too long...
Are you fast enough? Express Web Prix Challenge for All Student Developers!
Calling all students, are you fast enough to become an Express Web Prix Champion? Join now, there is still last Challenge 4 competition on going and the deadline is on July 16, 2007. Come on guys, show us your guts! Actually, this post was a little bit...
Dynamically Loaded Web User Control and Session State
Loading controls is a pretty easy task, and creating them at run time is pretty simple. But how about loading them dynamically inside a control or somehow adding them on your list of child controls? Ahh, ahh, ahh, think again. Maybe it's an easier...
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...