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...
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: , ,
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: , ,
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