Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for December 2014
29
Using jQuery to fill Textbox on Checkbox Click
posted on December 29, 2014 06:48
Set value of a textbox to today's date using jQuery: $("#<%= cbxLeaseSentToOwner.ClientID %>").click(function () { var isCheck...
[Read the rest of this article...]
jQuery
Actions:
E-mail
|
Permalink
|
Comments (0)
24
SQL Server Reporting Services Permissions Error
posted on December 24, 2014 06:33
To get this resolved you need to start you Internet Explorer as Administrator -> Run as Administrator then open the url http://<Server name>/...
[Read the rest of this article...]
SQL Reporting
,
SSRS
Posted in:
Microsoft SQL Server
,
SQL Server 2008 R2
,
SQL Server 2014
Actions:
E-mail
|
Permalink
|
Comments (0)
15
Pivot Query for Ventrian Property Agent
posted on December 15, 2014 08:22
I had a need for getting a property details for a SSR report and came up with the following store procedure . . . I thought it might be useful t...
[Read the rest of this article...]
Ventrian Property Agent
Posted in:
Modules
,
Custom Modules
,
Microsoft SQL Server
,
SQL Scripts
,
SQL Server 2008 R2
,
Stored Procedures
Actions:
E-mail
|
Permalink
|
Comments (0)
01
Remove href values when printing
posted on December 01, 2014 08:43
@media print { a[href]:after { content: none !important; } }
Printing
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)