Search results for query: *

  1. D

    VB.NET + Rowlocking in SQL Server 2005

    Hi, I use VB.NET 2003 & SQL Server 2005. I will make it simple. I have a winform which has a textbox "Member No". When the user enters a value and click the Search button. I call a stored proc and fill a dataset with a dataadapter. Than about 20 to 25 other textboxes in that winform...
  2. D

    Prevent TabStop for a datagrid column

    Hi, I have a column in my datagrid which is ReadOnly. I would like to prevent the user to focus that column when he hits Tab key. I tried : tbcColumn1.TextBox.TabStop = False But it doesn't do the job. How can I do that? Thanks for helping.
Back
Top