Welcome To Snipplr


Everyone's Recent ASP Snippets Tagged function



« Prev 1 Next »
For example, in a button, in OnClientClick method, pass parameters for a javascript method.
0 1475 posted 10 years ago by keidash
A quick and easy function that will output table column names and loop through your SQL recordset results outputting it into a HTML table.
2 927 posted 15 years ago by neal_grosskopf
1 423 posted 15 years ago by joeydi
asp function similar to php one, to truncate long words inside a string
1 726 posted 15 years ago by ginoplusio
function that return TrueVal if Condition is true else return FalseVal.
0 745 posted 15 years ago by ginoplusio
YouTube offers a method for users and developers to embed video on their web pages. Unfortunately the code that they use doesn't validate. Use this function to make YouTube's embed code validate.
2 772 posted 15 years ago by neal_grosskopf
One thing that always bothered me about Classic ASP is that there isn't an easy way to get the entire url. So I devised a function that will get the full path including the query string.
2 3881 posted 15 years ago by neal_grosskopf
I notice that a lot of database driven websites make easy mistakes by not checking for plural words. An example might be "2 vote" or "1 votes". Here is an example of a function using ASP to check for plurals.
1 820 posted 15 years ago by neal_grosskopf
« Prev 1 Next »