by rlynch
May 14, 2010 09:53
Review of the NOOK ebook reader
[More]
by rlynch
April 21, 2010 06:01
The wonderfull world of SEO tends to frown on query string arguments and will actually almost penalize you for using them. Due to that it is often preferable to change your urls to have a more SEO friendly look.
e.g. http://lynchtek.com/examples.aspx?id=30989&cat=sql is not as user fri...
[More]
by rlynch
April 05, 2010 09:27
OK.. this was copyed from a post on MSDN.. but I have searched for this type of information more than once and only found it this time.. based on that.. and to prevent me from loosing it again :) ..... here is the post in total.
(credit to Kathy Kam - 2006)
DateTime has its own set...
[More]
by rlynch
February 16, 2010 00:40
Pre Load a ListView Control for insert template
[More]
by rlynch
February 15, 2010 03:41
Open Registry Editor.
In Registry Editor, navigate to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList
Create the following entry:
Username: REG_DWORD
(Where Username is the username of th...
[More]
by rlynch
February 12, 2010 09:51
<%=System.Web.VirtualPathUtility.ToAbsolute("~")%>
This solves issues for getting paths for images if you use masterpages that can be consumed by pages in the web root and also from a subdirectory.
1 line of magic!
e.g. <a href='<%=...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
by rlynch
February 01, 2010 12:49
fixing style arguments of disabled input controls.
[More]
by rlynch
January 26, 2010 06:05
http://leedumond.com/blog/nested-listviews-and-more-working-with-databound-controls-inside-the-listview/
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
asp.net
by rlynch
January 21, 2010 09:48
outlook security workaround
[More]
by rlynch
November 01, 2009 07:09
Script to create a UDF (user defined function) that formats a datetime field into a shorttime string.
[More]
Currently rated 4.3 by 3 people
- Currently 4.333333/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
SQL Server