Tag: VB.NET
Enter button in TextBox ASP.NET
This article is demonstrating how to wire up an enter key into a textbox. For example you have a search text box where you press enter then it will click go button and at the same page you have another textbox where you want to do another button click when you press the enter which [...]
Posted: August 17th, 2010 under ASP.NET, Javascript, VB.NET.
Tags: ASP.NET, Javascript, Keypress, VB.NET
Comments: none
Dynamic array in VB/VB.NET/ASP
Time to go back to old school ASP, I found that i need to create an array that contains a list of languages from a table in database. I would like to make this array length as many as the number of rows in language table. yes you can do it through keyword of ReDim [...]
Posted: August 29th, 2008 under .NET, Others, VB.NET.
Tags: Array, ASP, ASP.NET, VB, VB.NET
Comments: none