Béla Rétes's Library tagged → View Popular
Check If A Login Exists In SQL Server 2008 | One .Net Way
IF NOT EXISTS(SELECT name FROM sys.server_principals WHERE name = 'testuser'
tortoisegit - GIT manager Windows-ra
Google Code
Strip SQL injection (egy változót lecsupaszít) - ASP.NET Forums
Private Function FormatRemoveSQL(ByVal strSQL As String) As String
Dim strCleanSQL As String = strSQL
If strSQL <> Nothing Then
Dim BadCommands As Array = Split(";,--,create,drop,select,insert,delete,update,union,sp_,xp_", ",")
' strip any dangerous SQL commands
Dim intCommand As Integer
For intCommand = 0 To BadCommands.Length - 1
strCleanSQL = Regex.Replace(strCleanSQL, Convert.ToString(BadCommands.GetValue(intCommand)), " ", RegexOptions.IgnoreCase)
Next
' convert any single quotes
strCleanSQL = Replace(strCleanSQL, "'", "''")
End If
Return strCleanSQL
End Function
Generic String List : Generic List « Generics « VB.Net
List(Of String)
Convert C# to VB.NET - A free code conversion tool
C#-ról VB.NET -re
developerFusion - the global developer community
code
Set ASP.Net Drop Down List index
Dim objItem As ListItem
objItem = ddlEmployees.Items.FindByValue(Request("personID"))
If Not objItem Is Nothing Then
ddlEmployees.SelectedIndex = ddlEmployees.Items.IndexOf(objItem)
Else
ddlEmployees.SelectedIndex = -1
End If
CodeProject: Cheat Sheet - Casting in VB.NET and C#. Free source code and programming help
textbox = CType(obj, TextBox)
HTML "SELECT" onChange - Oldal váltás a legördülő értékének megfelelően
<FORM> <SELECT ONCHANGE="location = this.options[this.selectedIndex].value;"> <OPTION VALUE="myhome.html">My Home Page <OPTION VALUE="myresume.html">Resume <OPTION VALUE="myhobbies.html">Hobbies <OPTION VALUE="mydog.html">My Dog </SELECT> </FORM>
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
