Blogs about: Asp Net Mvc C

Featured Blog

IE9 ajax cache problem.

203luv wrote 6 months ago: solve by adding this to the controller :   [OutputCache(NoStore = true, Duration = 0, VaryByPar … more →

Tags: ASP NET, C#, ajax jquery

nHibernate many to many with mapping table example

203luv wrote 7 months ago: Set has many Skus Sku has many Sets DB table Set <-> Setskus <-> Skus mapping.HasManyToM … more →

Tags: ASP NET, C#

Disable clicking on multiDatesPicker3 comments

203luv wrote 1 year ago: $('#calendar').multiDatesPicker({ disable:true }); didn’t work on my case. it disabled clickin … more →

Tags: ajax jquery

asp.net mvc handling errors / exceptions using handler attribute

203luv wrote 1 year ago: http://blog.dantup.com/2009/04/aspnet-mvc-handleerror-attribute-custom.html http://stackoverflow.com … more →

Tags: Visual studio 2010

how to resize, crop, save an image

203luv wrote 1 year ago: http://www.switchonthecode.com/tutorials/csharp-tutorial-image-editing-saving-cropping-and-resizing … more →

Tags: ASP NET, C#, crop image, csharp crop image, hello `12, asdf

ckeditor + ckfinder how to install example.

203luv wrote 1 year ago: 1. download and unzip ckeditor. 2. download and unzip ckfinder. your view page : <textarea name= … more →

Tags: ASP NET, C#, CKEditor, ckfinder, ckeditor asp.net, ckfinder asp.net, ckeditor asp.net mvc, ckfinder asp.net mvc

linq to xml how to get data from Google site search xml response.

203luv wrote 1 year ago: the xml url i used : https://www.google.com/cse?cx=013456594919651158846:fpl3yl-7q-g&q=stone%20m … more →

Tags: Google Site Search API

Using facebook connect to verify the user info and login to website.

203luv wrote 1 year ago: <script src="http://connect.facebook.net/en_US/all.js"></script> <script … more →

Tags: Facebook Application, javascript, ajax jquery, Facebook Connect

asp.net / Csharp Export to CSV from generic List

203luv wrote 1 year ago: original post : http://www.joe-stevens.com/2009/08/03/generate-a-csv-from-a-generic-list-of-objects- … more →

Tags: ASP NET, C#

asp.net mvc custom authorize attribute with custom login url

203luv wrote 1 year ago: class : public class AdminAuthorize : AuthorizeAttribute { public string Url { get; set; } public ov … more →

asp.net mvc + ckeditor valiation works only after clikcing the submit button twice

203luv wrote 1 year ago: ckeditor is hooked to the submit event in order to update the textarea on postback. validation is al … more →

Tags: ajax jquery

Entity Framework Database First(ObjectContext) how to update an model (entity)

203luv wrote 1 year ago: using (var context = new MyEntities()) { //var entityToDetach = context.DistilleryTours.Where(x = … more →

Tags: Entity Framework

ASP.NET C# facebook fan / no-fan functionality

203luv wrote 1 year ago: http://stackoverflow.com/questions/6595259/fans-only-content-in-facebook-with-asp-net-c-sharp-sdk if … more →

Tags: Facebook Application, facebook .net api, .net fan no fan

asp.net mvc repository example 2

203luv wrote 1 year ago: using System; using System.Collections.Generic; using System.Linq; using ContosoUniversity.DAL; name … more →

Tags: Entity Framework

asp.net mvc repository pattern example1 (2 on next example)

203luv wrote 1 year ago: using System; using System.Collections.Generic; using System.Linq; using ContosoUniversity.DAL; name … more →

Tags: Entity Framework

how to change css file on production environment?

203luv wrote 1 year ago: http://stackoverflow.com/questions/7899300/how-to-handle-changing-urls-in-css-local-vs-production Qu … more →

Tags: Visual studio 2010

how to add data annotation on classes generated by Entity Framework

203luv wrote 1 year ago: Using Data Annotation Validators with the Entity Framework If you are using the Microsoft Entity Fra … more →

Tags: Entity Framework

asp.net mvc 3 application not compiled after installing asp.net mvc 4 preview version.

203luv wrote 1 year ago: Required updates In the root Web.config file, add a new <appSettings> entry with the key webPa … more →

asp.net mvc client-side validation doesnt work on ie6 ie7 ie8

203luv wrote 1 year ago: the issue has risen since jquery version of 1.6.0 downgrade the version to like 1.5.2 that will fix … more →

Tags: ajax jquery


Related Tags
All →

Follow this tag via RSS