Format:
Recent snippets matching tags of .Net 3.5
private T GetRepeaterItemValue<T>(RepeaterItem item, string controlId) { T controlValue = default(T); if (item != null && !String.IsNullOrEmpty(controlId)) { var control = item.FindControl(controlId); if (control is DropDownList) {
581 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
