CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: Steve Wright
'<asp:Hyperlink Enabled="false" ID="asdf" runat"server" NavigateUrl="#" Text="Select" />
 
If lm.AllowSingleSelect Then 'If you want it to be selected
    hyp.Attributes.Add("onclick", String.Format("onclick=returnValues({0})", lm.LearningModuleID))
End If
by Steve Wright   January 21, 2010 @ 12:11pm
Tags:
204 Views
no comments
 
SQL
SELECT 'ALTER TABLE ' + TABLE_SCHEMA + '.[' + TABLE_NAME +
'] DROP CONSTRAINT [' + CONSTRAINT_NAME + ']'
FROM information_schema.table_constraints
WHERE CONSTRAINT_TYPE = 'FOREIGN KEY'
by Steve Wright   January 07, 2010 @ 7:57am
Tags: sql
209 Views
no comments
 
<Extension()> _
Function ToEnum(Of T)(ByVal str As String) As T
    Return DirectCast([Enum].Parse(GetType(T), str), T)
End Function
 
by Steve Wright   October 09, 2009 @ 6:30am
237 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate