Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Bind the DropDownList like normal (set DataSourceID, DataTextField, DataValueField), and <%BIND%> the SelectedValue field. AutoPostBack should be enabled. In the OnSelectedIndexChanged:
0
2279
posted 17 years ago by jink
Use this code to pull a DotNetNuke URL from a tab name. We use this to replace "?tabname=blah" type URLs which do NOT transfer language info.
0
2153
posted 17 years ago by jink
Basic example of calling a web service from code using GET. You can pass parameters in as query vars.
Assumes return type of service is "String". Example return xml:
<?xml>
<string>US</string>
@SNIPPLR TEAM: Please let me put xml at...
3
2700
posted 17 years ago by jasonseney
Essentially, you need to tell Visual Studio to generate an XML file with documentation, then use a separate tool to create a help file (usually .chm) out of that XML file. The tool to use is MS's Sandcastle. You'll also want a GUI for Sandcastle, whi...
0
2289
posted 17 years ago by pckujawa
I use this to scan an entire repository for an issue number and print out all of the revisions that reference it.
XSLT is far faster now then it was in the old days. Xalan (not known as the fastest engine) can run this on my 10mb log file in under...
1
1838
posted 17 years ago by nitehawk
what was taking an embarrassingly long time in Spry took 2 lines in PHP
0
1957
posted 17 years ago by rwczippy
Used to share between a single instance of jQuery through iFrames. Do note, the iFrame content must originate from the same domain, or this plugin will NOT work as expected.
4
2595
posted 17 years ago by garside
i love those ternary expressions, they really make things clear, don't they? found in org.eclipse.jface.action.Action
0
1272
posted 17 years ago by guetux
Assign this class to any element that needs to have layout (hasLayout=true) and it will get it. ...with the style placed inside IE conditional comments, it will be ignored by the validator, which removes the only obstacle to using zoom:1 - which has...
2
1981
posted 17 years ago by jessibird
Enable the use of Custom Fields in Wordpress. This is the code to put into the markup. Related plugin: get-custom-field-values
0
2039
posted 17 years ago by taqin
Creates a "pill" button with rounded corners; expands with text.
2
1627
posted 17 years ago by delibash
Creates a "pill" button with rounded corners; expands with text.
0
1424
posted 17 years ago by delibash
You can turn off Safari and Opera’s blue outline focus style using:
0
1707
posted 17 years ago by fabi
A dynamic text field doesn't like to be set to bold (or italic, whatever). You can get around this issue by creating a text format in actionscript and setting that field's format to this newly-created one. This is only good for having a text field...
1
2355
posted 17 years ago by Winkyboy