TipsOnLips.net

Your .net tips and tricks source

About the author

Author Name is someone.
E-mail me Send mail

Recent comments

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010


ASP.NET Articles 2009 Q2


Categories: ASP.NET
Posted by developer on Sunday, May 31, 2009 5:12 AM
Permalink | Comments (0) | Post RSSRSS comment feed

NHibernate Error: System.IndexOutOfRangeException: Invalid index 5 for this SqlParameterCollection with Count=5..

When getting this error, one possible cause is to check your .hbm file for more than one property referencing same database column name, as below:

The MobilePhone property referencing (copy and paste problem) the same column name as the Phone property above it as in Fig (1):

                                                                                               Fig (1)

While when correcting the MobilePhone column name to 'MobilePhone' as in Fig (2), you code should work properly.

 

 

That's it, hope that helps. Thanks.


Categories: NHibernate
Posted by developer on Friday, May 29, 2009 6:44 AM
Permalink | Comments (0) | Post RSSRSS comment feed

CSS Articles 2009 Q2

  1. IE CSS Bugs That’ll Get You Every Tim
  2. Absolute Positioning Inside Relative Positioning

Tags: ,
Categories: General
Posted by developer on Sunday, May 17, 2009 9:11 AM
Permalink | Comments (0) | Post RSSRSS comment feed

JQuery Articles 2009 Q2

  1. Replacing images at time intervals 1 & 2
  2. 20+ Wicked Proof of Concepts for Better use of jQuery/CSS .
  3. Create a Fancy F.A.Q. Page with JQuery
  4. jquery.scrollable 1.0.2
  5. Creating a Slick Auto-Playing Featured Content Slider
  6. Force Secure Form Submission
  7. Create an apple style menu and improve it via jQuery
  8. Image Menu with Jquery
  9. jQuery Ribbon
  10. Introducing MooTools ScrollSpy
  11. Targeting Advanced Elements in jQuery
  12. Top 5 jQuery Modal Plugins
  13. 15 Awesome jQuery plug-in
  14. 15 jQuery Plugins to enhance your HTML form elements
  15. 36 Eye-Catching Jquery Navigation Menus
  16. Essential Controls List (Jquery UI Developments)
  17. JQuery Tips
  18. Uniform Plugin (Uniform Form Controls)
  19. 11 keystrokes that made my jQuery selector run 10x faster
  20. Custom jQuery selectors

Categories: JavaScript | Jquery
Posted by developer on Thursday, May 14, 2009 8:58 AM
Permalink | Comments (0) | Post RSSRSS comment feed

Azure Resources and Articles

  1. How Do I: Use Logging in a Windows Azure Application?
  2. Resources for learning programming in The Cloud
  3. Windows Azure videos

Categories: Azure
Posted by developer on Tuesday, May 05, 2009 3:52 AM
Permalink | Comments (0) | Post RSSRSS comment feed

ASP.NET and JQuery articles

  1. Lazy Loading jQuery Tabs with ASP.NET
  2. Handling JSON Arrays returned from ASP.NET Web Services with jQuery
  3. Build your own Whois Lookup with ASP.NET and jQuery
  4. Using Client-Side Custom Events in ASP.NET Applications
  5. Querying SharePoint List Items using jQuery
  6. JQuery - get a handle on a server element in javascript without using <%= elem.ClientID %>
  7. Smooth Cascading Effect with ASP.NET Panels using jQuery
  8. jQuery AJAX calls to a WCF REST Service
  9. CustomValidationControl and jQuery
  10. jMsAjax (jQuery Ms Ajax Plugin)
  11. JQuery Ajax with Class Arrays
  12. Consume an ASP.NET WebService returning List<> with Dates using jQuery
  13. GridView Confirmation Box Using JQuery BlockUI
  14. Setting the Default Input Focus and Default Button with JQuery: Thin ASP.NET 5
  15. Creating a Simple AJAX Master-Details View Using jQuery, JSON and jTemplates in ASP.Net
  16. Building Cascading DropDownList in ASP.Net Using jQuery and JSON
  17. Using complex types to make calling services less… complex

Categories: ASP.NET | Jquery
Posted by developer on Sunday, May 03, 2009 2:54 PM
Permalink | Comments (0) | Post RSSRSS comment feed

Web Site Performance and Fine Tuning

6 Website Fixes to Make Now

Posted by developer on Sunday, May 03, 2009 1:25 PM
Permalink | Comments (0) | Post RSSRSS comment feed