Custom Control In ASP.Net


Hi,

Today I made Custom Controls in ASP.Net. What a pleasure it is. I have written the code for it first time but really I enjoy doing that and it makes my life much easier and my code more readable. Actually I need to Parse the Amazon API for my Project and than display data from there.
One of my friend has done that in PHP as I am equally comfortable with PHP i take a look at his scripts and the code doesn’t impress me much as I knew ASP.Net has better answer to that question, and Yes I am write I have written much more read able code than PHP code I saw.

I wasn’t too sure about the performace of my code though but thank God it runs much faster than I thought and infact it is faster than PHP code for the same purpose.

I have to say this time that ASP.NET is better than PHP

Bye for now
Sumit Gupta