How to use a counter in a XSL Loop (xsl:for-each)
To use a counter in a XSL For-Each block, you can use the position() function, the Counter starts at value 1. Sample XSL see also MSDN position Function
All the Code Snippets and Samples you need
To use a counter in a XSL For-Each block, you can use the position() function, the Counter starts at value 1. Sample XSL see also MSDN position Function
To get the selected row index in Devexpress Xtragrid Control using C# and VB.NET you can use the snippet below. Samples Sample C# int selectedRowIndex = gridView1.FocusedRowHandle; Sample VB.NET Dim…
To use substring in IOS using Objective-C you can use the snippet below. Sample Objective-C
To remove columns from DataTable in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
To check if one one string contains another string in Javascript you can use the following method. Sample JS
With the snippet below you can use the IndexOf method for Javascript. Sample JS
The simple but usefull AddToEnd listbox extension for C# and VB.NET. Sample C# Sample VB.NET
To get a word by index in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET