Learnt PHP at last
Learning PHP when it was presented as a part of MCA syllabus was a tough ask for me , but asking to do a simple web page using PHP and HTML with just in a few hours of time is further more difficult .This was the case when my friend asked me to do the same (a simple Registration page ) for the Gateways 2008 ( Inter- college IT fest conducted by PG Dept. of Computer Science , Christ College - Bangalore ) and that too in a short span of time but to an extend was successful in understanding how it works and did it .
Categories: PHP Tags: Christ College, junit code, PHP, programming, windows server
Adding rows and columns to DataGrid Dynamically
Well , it took me sometime to understand how to add rows and columns to the datagrid dynamically.Infact its very simple provided u remember to few syntax of DataColumn and DataRow. Here are the steps.
