Christian Dalager

579
reputation
96 views

Registered User

name Christian Dalager
member for 1 year
seen 2 hours ago
website
location DK
age 36
Doing .Net dev from Copenhagen Denmark.
Nov
27
answered using $.get to get page content and render it into div tag
Oct
7
awarded  Enlightened
Oct
7
awarded  Nice Answer
Oct
6
comment MVC JQuery: Retreving values from HTML controls
btw Alex, you should tag your asp-net mvc questions with "asp.net-mvc" for better answers
Oct
6
comment MVC JQuery: Retreving values from HTML controls
It's basically a way to control the binding. If you have a Model with a User property on it, this is the best way to bind the User.Name. Both on rendering and on binding in the actionmethod's parameters that you post to.
Oct
6
answered MVC JQuery: Retreving values from HTML controls
Oct
6
comment MVC JQuery: Retreving values from HTML controls
Note that if you are using "User.Name" syntax, then the id will be rendered as id="User_Name"
Sep
17
awarded  Yearling
Sep
13
comment have anyone seen a good asp.net mvc event month calendar
Unfortunately, I haven't got any public available sample code. But I might be able to provide a snippet later today.
Sep
13
answered have anyone seen a good asp.net mvc event month calendar
Jul
18
accepted Can’t get search result for searching for ajax form
Jul
17
answered Can’t get search result for searching for ajax form
Jul
11
comment How to return JSON structure in ASP MVC
you should edit-fix the colon-error as stated below by Omar
Jul
10
comment Bitwise operations in T-SQL
thanks! It solved my problem! Is there also a way to turn on the bit in an elegant way? (i already did it, but it looks ugly...)
Jul
10
asked Bitwise operations in T-SQL
Jul
10
comment NHibernate - Many-to-Many Cascading Delete
did you solve the problem? If yes then how?