Click here to Skip to main content
15,895,841 members
Home / Discussions / C#
   

C#

 
Questionmodify type of dataset column Pin
pippyn30-Jan-09 4:24
pippyn30-Jan-09 4:24 
AnswerRe: modify type of dataset column Pin
howlettt30-Jan-09 4:38
howlettt30-Jan-09 4:38 
GeneralRe: modify type of dataset column Pin
pippyn30-Jan-09 5:06
pippyn30-Jan-09 5:06 
GeneralRe: modify type of dataset column Pin
howlettt30-Jan-09 6:03
howlettt30-Jan-09 6:03 
GeneralRe: modify type of dataset column Pin
pippyn30-Jan-09 6:22
pippyn30-Jan-09 6:22 
QuestionPrint the columns of a DataGrid in individual blocks Pin
pavanip30-Jan-09 4:00
pavanip30-Jan-09 4:00 
AnswerRe: Print the columns of a DataGrid in individual blocks Pin
leeoze30-Jan-09 10:04
leeoze30-Jan-09 10:04 
GeneralRe: Print the columns of a DataGrid in individual blocks Pin
pavanip30-Jan-09 19:40
pavanip30-Jan-09 19:40 
Thank you for your reply

If we have a table like this

Customer Details:

Customer Name E-Mail Phone Job Date

John John@gmail.com 34567 Code 31-01-09

Mary Mary@hotmail.com 67890 Design 01-02-09

Swetha Swetha@live.com 87654 Testing 02-02-09

then the Print View of this should look like this.

Customer Name E-mail

John John@gmail.com
Mary Mary@hotmail.com
Swetha Swetha@live.com


Phone Job

34567 Code
69890 Design
87654 Testing


Dates

31-01-09
01-02-09
02-02-09
i.e., each column of the Customaer Details Table should be displayed in a separate individual tables.
ex:if the table have 10 columns then in Printview 10 invividual tables for these columns chould be displayed.
How to display it dynamically in a windows form.Note that the number of columns and rows will vary dynamically
AnswerRe: Print the columns of a DataGrid in individual blocks Pin
leeoze30-Jan-09 23:50
leeoze30-Jan-09 23:50 
AnswerRe: Print the columns of a DataGrid in individual blocks Pin
Najmal31-Jan-09 4:13
Najmal31-Jan-09 4:13 
Questiongetting the tip message for method during design time Pin
Blubbo30-Jan-09 3:33
Blubbo30-Jan-09 3:33 
AnswerRe: getting the tip message for method during design time Pin
musefan30-Jan-09 3:38
musefan30-Jan-09 3:38 
GeneralRe: getting the tip message for method during design time Pin
Blubbo30-Jan-09 3:45
Blubbo30-Jan-09 3:45 
GeneralRe: getting the tip message for method during design time Pin
musefan30-Jan-09 3:47
musefan30-Jan-09 3:47 
GeneralRe: getting the tip message for method during design time Pin
Ennis Ray Lynch, Jr.30-Jan-09 3:54
Ennis Ray Lynch, Jr.30-Jan-09 3:54 
GeneralRe: getting the tip message for method during design time Pin
PIEBALDconsult30-Jan-09 6:50
mvePIEBALDconsult30-Jan-09 6:50 
GeneralRe: getting the tip message for method during design time Pin
Pete O'Hanlon30-Jan-09 4:45
mvePete O'Hanlon30-Jan-09 4:45 
GeneralRe: getting the tip message for method during design time Pin
DaveyM6930-Jan-09 9:19
professionalDaveyM6930-Jan-09 9:19 
GeneralRe: getting the tip message for method during design time Pin
Najmal31-Jan-09 4:18
Najmal31-Jan-09 4:18 
Questioncomplicated string Pin
bfis10813730-Jan-09 3:18
bfis10813730-Jan-09 3:18 
AnswerRe: complicated string Pin
#realJSOP30-Jan-09 3:24
mve#realJSOP30-Jan-09 3:24 
GeneralRe: complicated string Pin
bfis10813730-Jan-09 3:36
bfis10813730-Jan-09 3:36 
GeneralRe: complicated string Pin
Ben Fair30-Jan-09 3:40
Ben Fair30-Jan-09 3:40 
GeneralRe: complicated string Pin
SeMartens30-Jan-09 3:48
SeMartens30-Jan-09 3:48 
GeneralRe: complicated string Pin
#realJSOP30-Jan-09 4:01
mve#realJSOP30-Jan-09 4:01 

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.