VS.NET 2005 surprise
I was editing a HTML file and had a table where I needed several text boxes so, I entered the following
<td>
<input type="text" id="text1" />
</td>
I copied just <td>...</td> portion and pasted them repeatedly. VS.NET incremented the id to be "text2", "text3"....
very sweet! Simple yet extremely productive.. Nice..
Oh, In case you are one of the regular readers of my blog, I apologize for such a long gap between my posts. Life happens, I guess. Hopefully, I will be more regular now on.