Guru Sarkar's Blog
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
ADO.NET
ASP.NET
ASP.NET Authorization
ASP.NET Membership
ASP.NET roles
asp.NET validation
Authentication
checkBox
Code Snippets
CreateUser
CreateUserWizard
CSS
DataList
datepicker
Forms Authentication
GridView
Html
JavaScript
jnotify
jQuery
jQuery UI
ListView
LoginName
MembershipProvider
Menu Control
Roles
Roles Authorization
Roles Provider
RowIndex
SiteMapProvider
Sql Server
Stlyes
Stored Procedure
Summary
TreeView
Visual Studio 2010
Web.config
WebConfigurationManager
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
August 2011 (4)
May 2011 (1)
March 2011 (1)
December 2010 (5)
October 2010 (2)
September 2010 (3)
July 2010 (1)
April 2010 (1)
March 2010 (2)
January 2010 (3)
November 2009 (1)
October 2009 (2)
June 2009 (2)
May 2009 (1)
January 2009 (2)
December 2008 (1)
November 2008 (2)
September 2008 (1)
Links
4GuysFromRolla
August 2011 - Posts
1
Comments
Procedure or function expects parameter which was not supplied.
by
guru_sarkar
Recently I got this error when doing a ADO.NET database call using ExecuteReader. Procedure or function expects parameter '@myid' , which was not supplied. Actually, the error is kind of misleading. Why because I clearly adding my parameter @myid to the...
Filed under:
ADO.NET
,
Stored Procedure
,
Sql Server
2
Comments
Twitter like server-side notifications with ASP.NET and jQuery
by
guru_sarkar
I have written a control that can be used to show notification messages like twitter from server-side. This control is kind of a wrapper around a jquery plugin called jnotify by Giva Labs . I thought I will put it up on web if someone wants to use it...
Filed under:
ASP.NET
,
jQuery
,
jnotify
6
Comments
jQuery UI Datepicker Visible upon first time page load
by
guru_sarkar
I have used jQuery UI Datepicker several times before but in one of my recent implementation, I started seeing this weird behavior. At the very bottom of my page there was a thin rectangular box. See the image below: When I selected that element it turned...
Filed under:
jQuery
,
datepicker
,
jQuery UI
0
Comments
Adjust Text Input and Textarea Fonts
by
guru_sarkar
I had my text inputs and textareas showing different text font though they were essentially using same styles like: input , textarea { // some styles}; The problem was the font styling was not included in the above css but was defined in body. I added...
More Posts