If you have basic knowledge of ASP then one can easily grab ASP.NET Web Technology, I started reading book Beginning ASP.NET with Visual C#.Net 2003, and i develop my mini-project in .Net framework v1.1. It is worth doing if you have short duration projects and want to develop Web Application with database support.
From last 6 days i was working on WebMatrix IDE and MSDE 2000 to complete my project. It is almost over and i need 3 full days to integrate all Web Forms and Pages.
Its fun when you work from morning to evening on one IDE and try to solve the problems. Many of the problem i hv faced..
1) Adding WebMark button on browser toolbar.
2) Adding hyperlink on Datagrid’s data field
3) Navigating frames by clicking on server side button
4) Retriving the query string values.
Thats all from today..
MSDE 2000(Microsoft SQL Server 2000 Desktop engine) integrated in Web Matrix IDE. Yesterday i made data report. I used osql utility to administrater my database. But my installed MSDE is for single system and run application on local system. Then i know that to run application over network, parameter DISABLENETWORKPROTOCOLS=0 and SECURITYMODE=SQL (mixed authentication of Windows and SQL Server). I reinstalled it today, now i am able to run my data report over the network. Its fun… and One nice feature of Web Matrix that i discover is Community Suport – One can chat over MSN messanger, Forum, even ASP.NET books list and ASP.net site list is also available. Thats all from today…
