bankier

Stories submitted by bankier

Making a checkboxes to play with unobtrusive jQuery validation in MVC(itmeze.com)

submitted by bankierbankier(70) 1 year, 5 months ago

Is it a pretty common scenario to have a checkbox on a form, that is required to be checked during POST-ing of a form. This usually happens when we have a typical ‘Agree to Terms and Conditions’ element. When I started to play with unobtrusive JavaScript validation in new ASP.NET MVC i was pretty sure that decorating boolean property with [Required] attribute will solve that issue. Surprisingly it doesn’t. read more...

add a comment |category: |Views: 35

tags: another

Getting ugly with BeginActionLink helper!(itmeze.com)

submitted by bankierbankier(70) 1 year, 11 months ago

Writing BeginActionLink in completely insane way!!!!!!! read more...

add a comment |category: |Views: 10

tags: another

A hint for Entity Framework multi-join performance problem(itmeze.com)

submitted by bankierbankier(70) 2 years, 6 months ago

But really strange when it comes to multiple joins. Have you ever looked at those gigantic “select” statement when you try to “Include” multiple entity collections to the result. I deliberately choose to name it “an issue”, cause i understand that is not an error. Moreover such queries cause some serious performance problems. read more...

add a comment |category: |Views: 23

tags: another

VS2010 Beta 2 is out! For MS employees :/(itmeze.com)

submitted by bankierbankier(70) 2 years, 7 months ago

I have just read that It looks like Microsoft employees are already playing with beta 2 of Visual Studio 2010... read more...

add a comment |category: |Views: 22

tags: another

Making internet start-up… Part 2: Choosing tools(itmeze.com)

submitted by bankierbankier(70) 2 years, 7 months ago

Choosing the right technology for web development is crucial. read more...

add a comment |category: |Views: 6

tags: another

ASP.NET MVC 1.0 issue within HtmlHelper.GetModelStateValue method(itmeze.com)

submitted by bankierbankier(70) 2 years, 8 months ago

Object reference not set to an instance of an object when using HtmlHelper.TextBox.... read more...

add a comment |category: |Views: 35

tags: another

new approach to joining no more IE6 campaign(itmeze.com)

submitted by bankierbankier(70) 2 years, 9 months ago

new approach to joining no more IE6 campaign - voting for no more IE6 campaign read more...

add a comment |category: |Views: 13

tags: another

ASP.NET MVC 2 Preview 1 released! | ITmeze(itmeze.com)

submitted by bankierbankier(70) 2 years, 9 months ago

ASP.NET MVC Preview 1 is out read more...

add a comment |category: |Views: 0

tags: another

Firefox 3.0: 411 Length required with JQuery(itmeze.com)

submitted by bankierbankier(70) 2 years, 10 months ago

how to avoid 411 error in Firefox read more...

add a comment |category: |Views: 50

tags: another

postJSON – how to avoid JSON attack | ITmeze(itmeze.com)

submitted by bankierbankier(70) 2 years, 11 months ago

trivial - yet helpfull example of how to avoid JSON GET read more...

add a comment |category: |Views: 22

tags: another

Making internet start-up… Part 1: What to make?(itmeze.com)

submitted by bankierbankier(70) 2 years, 11 months ago

Recently I have more free time so I decided that It is a good time to start small internet start-up. Why small? First of all It is just me that is going to work on it. For now :) Until it will get super successful… read more...

add a comment |category: |Views: 12

tags: another