Hi Guys! Is it possible to make a column in a datagrid looks like the datagrid's rowheader(its button like appearance, something like that)? I know this possible in VB 6.0 before.
I have a datatable with a unique key constraint. Now, when this constraint is violated a message box is automatically shown asking the user if he wants correct value with a YesNo button. How would I know if the user clicks yes or no? Is there a way to prevent this message box from showing or trap it so that i will have a control over it?
hi guys,
How do you force programmatically the changes made on the datagrid to be reflected on the datatable where the datagrid is binded without changing or selecting a different row?
Thanks.
hi guys! Just like to ask if it is possible to group the records and incorporate sub totals in the data table in a dataset so that when i pass the datatable as the datasource of the datagrid, the records are already grouped and sub totals are already implemented. Please help. Thanks.
The old ADO's recorset has method GetRows which retreives the rows from the database to an array. Is there a way we could do the same thing in the case of ADO.Net's dataset? Thanks.
hi guys,
I'm using the Crystal Report in VB.Net.
Can i format the reportobjects in Crystal Report such textbox's height, lineobject's width, etc? Can you please show a sample code on how to do this? Thanks.
I have a toolbar in a form containing a button which shows another form. When i click the button, the button disappears while the form is being loaded. Is there a way to prevent this happening? Thanks a lot.