03/11/2009

SharePoint calculated column and jQuery Highlight row

http://www.sharepointkings.com/2009/04/sharepoint-calculated-column-and-jquery.html

Read more...

The Paging In Report Viewer

In Local Report, to display one result per page, after add the table, go to table properties, in the group tab, add new item with the following expression:


=Int((RowNumber(Nothing)-1)/1)


With the Page break at end option checked only.

And to display 10 items per page, change the expression to the following:


=Int((RowNumber(Nothing)-1)/10)

Read more...

URL Rewriter

you can see the following link about URL Rewriter:

http://www.codeproject.com/KB/aspnet/urlrewriter.aspx

Read more...

06/04/2009

Welcome To All

Welcome to you in my new blog........

Read more...