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
204 Views
no comments
SELECT 'ALTER TABLE ' + TABLE_SCHEMA + '.[' + TABLE_NAME + '] DROP CONSTRAINT [' + CONSTRAINT_NAME + ']' FROM information_schema.table_constraints WHERE CONSTRAINT_TYPE = 'FOREIGN KEY'
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
237 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
