Click here to Skip to main content
15,881,833 members
Home / Discussions / C#
   

C#

 
GeneralRe: Image Filesize in Web Page Pin
Ed.Poore18-Apr-06 12:10
Ed.Poore18-Apr-06 12:10 
GeneralRe: Image Filesize in Web Page Pin
dan21518-Apr-06 15:08
dan21518-Apr-06 15:08 
GeneralRe: Image Filesize in Web Page Pin
Ed.Poore18-Apr-06 23:41
Ed.Poore18-Apr-06 23:41 
GeneralRe: Image Filesize in Web Page Pin
dan21519-Apr-06 8:36
dan21519-Apr-06 8:36 
GeneralRe: Image Filesize in Web Page Pin
Ed.Poore19-Apr-06 9:11
Ed.Poore19-Apr-06 9:11 
GeneralRe: Image Filesize in Web Page Pin
dan21519-Apr-06 11:36
dan21519-Apr-06 11:36 
GeneralRe: Image Filesize in Web Page Pin
Ed.Poore19-Apr-06 11:59
Ed.Poore19-Apr-06 11:59 
QuestionDataGridView/DataSet problem... Pin
mrkeivan17-Apr-06 7:59
mrkeivan17-Apr-06 7:59 
Hey guys, I have to tables and I want to make a selection from both tables
Table 1: Customer >> Name and number (my main table)
Table 2: Order >> Order

with the select command i select them, not I want to show it in DataGridView, but i can fill data gried with one table
DataGridView1.dataSource = MyDS.Tables["Customer"];
but when I fill in the DataGridView, It authomatically adds the new Row from Order Table(i want to change the header but its not possible because it brings it driectly from database).
I used this command to add a column in my dataSet
MyDS.Tables["Customer"].Columns.Add("Order");
what I dunno how to do this, to show the data in the column Order from Order table in my new Column that I have created.

Mr.K
AnswerRe: DataGridView/DataSet problem... Pin
Drew McGhie17-Apr-06 11:02
Drew McGhie17-Apr-06 11:02 
GeneralRe: DataGridView/DataSet problem... Pin
mrkeivan18-Apr-06 8:50
mrkeivan18-Apr-06 8:50 
QuestionRichTextBox - LinkHover Event? Pin
Tristan Rhodes17-Apr-06 7:58
Tristan Rhodes17-Apr-06 7:58 
AnswerRe: RichTextBox - LinkHover Event? Pin
Ed.Poore17-Apr-06 12:18
Ed.Poore17-Apr-06 12:18 
QuestionHow to minimize a form Pin
mrkeivan17-Apr-06 7:56
mrkeivan17-Apr-06 7:56 
AnswerRe: How to minimize a form Pin
Eric Dahlvang17-Apr-06 10:42
Eric Dahlvang17-Apr-06 10:42 
AnswerRe: How to minimize a form Pin
3Dizard17-Apr-06 10:48
3Dizard17-Apr-06 10:48 
AnswerRe: How to minimize a form Pin
MSNFans17-Apr-06 18:02
MSNFans17-Apr-06 18:02 
QuestionDataTable and Update Pin
zaboboa17-Apr-06 7:15
zaboboa17-Apr-06 7:15 
Questionupdating sql server using dataGrid Pin
jbu2017-Apr-06 6:25
jbu2017-Apr-06 6:25 
AnswerRe: updating sql server using dataGrid Pin
jbu2017-Apr-06 23:50
jbu2017-Apr-06 23:50 
Questionproblem in treeview folders contents display on right side Pin
chaitanyapissay17-Apr-06 6:17
chaitanyapissay17-Apr-06 6:17 
AnswerRe: problem in treeview folders contents display on right side Pin
Ravi Bhavnani17-Apr-06 6:24
professionalRavi Bhavnani17-Apr-06 6:24 
GeneralRe: problem in treeview folders contents display on right side Pin
chaitanyapissay17-Apr-06 7:11
chaitanyapissay17-Apr-06 7:11 
AnswerRe: problem in treeview folders contents display on right side Pin
Ravi Bhavnani17-Apr-06 7:15
professionalRavi Bhavnani17-Apr-06 7:15 
QuestionHow to save exported data into any location with desire file name Pin
Aayush Singh17-Apr-06 5:51
Aayush Singh17-Apr-06 5:51 
AnswerRe: How to save exported data into any location with desire file name Pin
Ravi Bhavnani17-Apr-06 6:22
professionalRavi Bhavnani17-Apr-06 6:22 

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.