Apr
8
awarded Popular Question
Jan
21
awarded Popular Question
Jan
11
awarded Enthusiast
Jan
8
comment Converting VS2012 Solution to VS2010
@HokaHelal you should mark this as answer
Jan
8
comment Converting VS2012 Solution to VS2010
it worked perfectly :) thanks @Bhavin
Jan
7
accepted how to do batch insert through MVC 3 And EF code-first
Jan
3
awarded Popular Question
Dec
21
comment "The breakpoint will not currently be hit. The source code is different from the original version." What does this mean?
This subtle error has wasted hrs of mine :(
Sep
15
comment Can't change element class on click
also its good to cache the jquery object $(this) in a local variable which wud improve performance on complex pages
Jun
1
comment "Exception: ... [nsIWebProgressListener::onStatusChange]" when using jQuery AJAX inside click event?
have you placed your click event inside <script>$('document').ready(function(){ //Your click handler });</script>
May
24
answered How to make html text box draggable and resizable using jQuery?
May
24
comment JQuery: didnt get button id on click
Why a downvote ??? its pretty obvious that @Umair Noor is new on site, so he has not formatted the question well.I guess we shud hlp him wid dis n also imp to mention dat You should try to embed html in javascript to bare minimum. 4 dis u can use template plugin like jQuery.templ()
May
21
answered Asp.Net with C# textbox value 0
May
20
comment Jquery validation in asp.net examples
what are ur efforts so far
May
16
comment Multiple dropdownlist postback in MVC3
Using javascript is offcourse a solution , but also think for scenario's with javascript disabled. Your app must degrade gracefully on javascript disabled clients.
May
16
awarded Yearling
May
16
accepted Cannot recreate the database using EF-Code first
May
14
awarded Peer Pressure
May
12
answered Cannot recreate the database using EF-Code first
May
12
revised Cannot recreate the database using EF-Code first
`Fluent API` is working fine if used directly inside the `OnModelCreating` Method rather than separate `UserConfiguration` class
1 2 3 4 5