Respected Sir,
First of all i would like to thank you for ur preios reply about that stored procedure.That really worked for me and even now i have learnt about 4-tier architecture.Once again thank you very much.
Now today my question is about AJAX. i downloaded the example that you have put on this website named ASP AJAX Now when i ran any page of ot it in "Microsoft Visual Studio 2005" i faced certain problems.
1. Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (D:\EDUCATIONAL\net\EDUCATIONAL\Sample Projects\ASP AJAX\web.config line 44)
this displays the path where i have copied this project. the line that it tells 44 is like this
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
2. In the Masterpage it also displays an error like error creating Control-ScriptManager1
Unknown server tag 'asp:ScriptManager'
3. In the dropdown.aspx page it also showed an error like
Unknown server tag 'asp:UpdatePanel'
4. While in the multiup.aspx page there are multiple errors as many as 16
Weather there is any problem in the enironment in which i am running this project.
Please sir help me out of this. I am very eager to learn AJAX.Thanx in advance.