Click here to Skip to main content
16,009,057 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralProblem in bring a checkbox inside a datagrid in windows application.. Pin
Balagurunathan S23-Apr-08 1:14
Balagurunathan S23-Apr-08 1:14 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
darkelv23-Apr-08 1:17
darkelv23-Apr-08 1:17 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
Balagurunathan S23-Apr-08 1:27
Balagurunathan S23-Apr-08 1:27 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
darkelv23-Apr-08 1:38
darkelv23-Apr-08 1:38 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
Balagurunathan S23-Apr-08 1:44
Balagurunathan S23-Apr-08 1:44 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
darkelv23-Apr-08 1:56
darkelv23-Apr-08 1:56 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
Balagurunathan S23-Apr-08 2:06
Balagurunathan S23-Apr-08 2:06 
GeneralRe: Problem in bring a checkbox inside a datagrid in windows application.. Pin
darkelv23-Apr-08 2:15
darkelv23-Apr-08 2:15 
Well, since I do not know your system environment and what do you intend to do with the grid.

1. Have the column be added in the DataTable, by adding directly to Columns after you have gotten the result (I am not sure if you are able to add, kinda rusty with dataset).
2. Have the column be added in the DataTable, by using a Function to call the SP, then do a "Select [new bool column], * from Function(params)". I think you should be able to do that.
3. Transfer the data from DataTable to a collection of struct/class that has the additional bool property, and bind to the collection. May not fit your system design.
4. Beg the db owner? Wink | ;)
Questionstring Replace in vb.net Pin
RajeevKumarSharma23-Apr-08 0:54
RajeevKumarSharma23-Apr-08 0:54 
GeneralRe: string Replace in vb.net Pin
Christian Graus23-Apr-08 1:06
protectorChristian Graus23-Apr-08 1:06 
GeneralRe: string Replace in vb.net Pin
RajeevKumarSharma23-Apr-08 1:28
RajeevKumarSharma23-Apr-08 1:28 
GeneralRe: string Replace in vb.net Pin
Dave Kreskowiak23-Apr-08 3:34
mveDave Kreskowiak23-Apr-08 3:34 
GeneralRe: string Replace in vb.net Pin
Icharus23-Apr-08 19:28
Icharus23-Apr-08 19:28 
Questionreceive file names sent to your application Pin
Member 467598623-Apr-08 0:08
Member 467598623-Apr-08 0:08 
GeneralRe: receive file names sent to your application Pin
Christian Graus23-Apr-08 1:06
protectorChristian Graus23-Apr-08 1:06 
Questionhow to update rows in datatable in vb.net 2.0 windows application Pin
vijaylumar22-Apr-08 20:50
vijaylumar22-Apr-08 20:50 
GeneralRe: how to update rows in datatable in vb.net 2.0 windows application Pin
Christian Graus22-Apr-08 21:48
protectorChristian Graus22-Apr-08 21:48 
QuestionHow to Zip and Unzip a file Pin
Dotnetkanna22-Apr-08 20:42
Dotnetkanna22-Apr-08 20:42 
AnswerRe: How to Zip and Unzip a file Pin
Ajay.k_Singh22-Apr-08 21:33
Ajay.k_Singh22-Apr-08 21:33 
Questionhow to add a setup file in a setup Pin
sumit703422-Apr-08 20:28
sumit703422-Apr-08 20:28 
AnswerRe: how to add a setup file in a setup Pin
Christian Graus22-Apr-08 20:32
protectorChristian Graus22-Apr-08 20:32 
GeneralRe: how to add a setup file in a setup Pin
sumit703422-Apr-08 20:40
sumit703422-Apr-08 20:40 
GeneralRe: how to add a setup file in a setup Pin
Christian Graus22-Apr-08 21:47
protectorChristian Graus22-Apr-08 21:47 
QuestionPrinter control function for VB.NET linking EPSON TM-U220 and TM-T88IV Recept Printer Pin
drexler_kk22-Apr-08 17:28
drexler_kk22-Apr-08 17:28 
GeneralRe: Printer control function for VB.NET linking EPSON TM-U220 and TM-T88IV Recept Printer Pin
Christian Graus22-Apr-08 17:56
protectorChristian Graus22-Apr-08 17:56 

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.