Format:
Recent snippets for: kannan M ambadi
/// <summary> /// Splits the id seqence values. /// </summary> /// <param name="combinedArgs">The combined args.</param> /// <returns></returns> private int[] SplitIdSeqenceValues(object combinedArgs) { var args = new int[3]; static readonly Regex _argsSeperator = new Regex(@"\D+", RegexOptions.Compiled);
106 Views
1 comments
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) {
231 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
