Asp.net and c#
This is for improving knowledge of dot net technology, I have posted some articles related to Ajax, C sharp, vb.net, threading, linq, webservices, jQuery, Caching, .net Architecture, .Net Remoting, ADO.net, Authentication, ASP.net Overview, Debugger, Email integration, FTP, Payment Gateway, Performance and Scalability, Security, VS.net 2008, Web controls, Web Parts, WCF, WPF and SQL serve
Friday, October 19, 2012
Tuesday, July 31, 2012
Sunday, May 6, 2012
Could not load file or assembly ‘AjaxControlToolkit’ or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0×80070057 (E_INVALIDARG))
I am devloping a website using asp.net and ajax, i am faceing this error during website building "Could not load file or assembly ‘AjaxControlToolkit’ or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0×80070057 (E_INVALIDARG))".
Could not load file or assembly ‘AjaxControlToolkit’ or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0×80070057 (E_INVALIDARG))
Could not load file or assembly ‘AjaxControlToolkit’ or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0×80070057 (E_INVALIDARG))
Tuesday, April 17, 2012
How to display confirmation box in DetailsView
How to display confirmation box in DetailsView
For the details view, you need to add the event on DataBound event so that when the data is getting binded with the item, the event will be attached with the item.
See the below code which will be helpful for you.
For the details view, you need to add the event on DataBound event so that when the data is getting binded with the item, the event will be attached with the item.
See the below code which will be helpful for you.
How to Bind a DropDownlist in MVC Application.
How to Bind a DropDownlist in MVC Application.
(1) First open MVC Project or Create New Project choose ASP.NET MVC 2 web app
(2) Add New Item in Model folder, Right click in Solutions Explorer Model folder >Add New Item Choose ADO.NET Entity Data Model through wizard add the database and table in your application and then
(1) First open MVC Project or Create New Project choose ASP.NET MVC 2 web app
(2) Add New Item in Model folder, Right click in Solutions Explorer Model folder >Add New Item Choose ADO.NET Entity Data Model through wizard add the database and table in your application and then
Thursday, April 5, 2012
Tuesday, April 3, 2012
How to stop using BACK and Forward button of the borwser in ASP.NET?
How to stop using BACK and Forward button of the borwser in ASP.NET?
I am developing a Web App using ASP.NET and C#. I need to stop using BACK and Forward button of the borwser.
I am developing a Web App using ASP.NET and C#. I need to stop using BACK and Forward button of the borwser.
Subscribe to:
Posts (Atom)