Click here to Skip to main content
16,007,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to update data by using datagird and textbox ? Pin
bircut5-Feb-07 2:47
bircut5-Feb-07 2:47 
GeneralRe: How to update data by using datagird and textbox ? Pin
Johan Hakkesteegt5-Feb-07 3:49
Johan Hakkesteegt5-Feb-07 3:49 
GeneralRe: How to update data by using datagird and textbox ? Pin
bircut5-Feb-07 4:19
bircut5-Feb-07 4:19 
GeneralRe: How to update data by using datagird and textbox ? Pin
Johan Hakkesteegt5-Feb-07 19:57
Johan Hakkesteegt5-Feb-07 19:57 
GeneralRe: How to update data by using datagird and textbox ? Pin
bircut5-Feb-07 20:27
bircut5-Feb-07 20:27 
GeneralRe: How to update data by using datagird and textbox ? Pin
Johan Hakkesteegt5-Feb-07 22:30
Johan Hakkesteegt5-Feb-07 22:30 
GeneralRe: How to update data by using datagird and textbox ? Pin
bircut6-Feb-07 4:59
bircut6-Feb-07 4:59 
GeneralRe: How to update data by using datagird and textbox ? Pin
Johan Hakkesteegt6-Feb-07 21:57
Johan Hakkesteegt6-Feb-07 21:57 
No problem, I am glad to hear it works.

If you want to filter out certain columns from view, you will have to use the Data Grid's TableStyles property (form designer > datagrid's properties > 4th from the bottom usually).

With this property you can put a "mask" between the table and the datagrid. Just add a table to the TableStyle and use its MappingName property to map it to your table.

To the TableStyle table you just created, you add GridColumnStyles (usually 3rd from the bottom). Just add a column here for each column you want to show, and map each column to the appropriate column in your table.

With GridColumnStyles, if you like, you can then also determine column width, alternating row color, etc.

Good luck,

Johan

My advice is free, and you may get what you paid for.

GeneralRe: How to update data by using datagird and textbox ? Pin
bircut6-Feb-07 22:50
bircut6-Feb-07 22:50 
GeneralRe: How to update data by using datagird and textbox ? Pin
Johan Hakkesteegt6-Feb-07 22:56
Johan Hakkesteegt6-Feb-07 22:56 
GeneralRe: How to update data by using datagird and textbox ? Pin
bircut7-Feb-07 0:41
bircut7-Feb-07 0:41 
GeneralRe: How to update data by using datagird and textbox ? [modified] Pin
bircut13-Feb-07 21:51
bircut13-Feb-07 21:51 
GeneralRe: How to update data by using datagird and textbox ? Pin
Johan Hakkesteegt14-Feb-07 22:30
Johan Hakkesteegt14-Feb-07 22:30 
GeneralRe: How to update data by using datagird and textbox ? Pin
bircut14-Feb-07 23:07
bircut14-Feb-07 23:07 
QuestionPopulating a combo box with file names from a directory. Pin
Ron.Com4-Feb-07 12:35
Ron.Com4-Feb-07 12:35 
AnswerRe: Populating a combo box with file names from a directory. Pin
Christian Graus4-Feb-07 12:37
protectorChristian Graus4-Feb-07 12:37 
QuestionDisplaying Forms Pin
jady844-Feb-07 12:10
jady844-Feb-07 12:10 
AnswerRe: Displaying Forms Pin
Christian Graus4-Feb-07 12:18
protectorChristian Graus4-Feb-07 12:18 
Questionenumerate db2 server in lan Pin
sal214-Feb-07 9:05
sal214-Feb-07 9:05 
QuestionAuto Launch @ windows start-up Pin
WestSideRailways4-Feb-07 8:00
WestSideRailways4-Feb-07 8:00 
AnswerRe: Auto Launch @ windows start-up Pin
MatrixCoder4-Feb-07 8:13
MatrixCoder4-Feb-07 8:13 
AnswerRe: Auto Launch @ windows start-up Pin
A*****4-Feb-07 16:06
A*****4-Feb-07 16:06 
GeneralRe: Auto Launch @ windows start-up Pin
WestSideRailways4-Feb-07 20:30
WestSideRailways4-Feb-07 20:30 
QuestionCreate new object as public? Pin
cstrader2324-Feb-07 3:56
cstrader2324-Feb-07 3:56 
AnswerRe: Create new object as public? Pin
MatrixCoder4-Feb-07 5:07
MatrixCoder4-Feb-07 5:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.