Click here to Skip to main content
15,894,720 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: MY.MYSETTINGS Pin
Not Active31-Dec-08 5:50
mentorNot Active31-Dec-08 5:50 
AnswerRe: MY.MYSETTINGS Pin
DJ Matthews5-Jan-09 6:43
DJ Matthews5-Jan-09 6:43 
QuestionGridview with checkboxes & button Pin
nkmkrishna30-Dec-08 21:25
nkmkrishna30-Dec-08 21:25 
AnswerRe: Gridview with checkboxes & button Pin
Abhijit Jana31-Dec-08 0:36
professionalAbhijit Jana31-Dec-08 0:36 
AnswerRe: Gridview with checkboxes & button Pin
Brij31-Dec-08 2:26
mentorBrij31-Dec-08 2:26 
QuestionBind Grid to DataSet [modified] Pin
PritiP30-Dec-08 20:25
PritiP30-Dec-08 20:25 
AnswerRe: Bind Grid to DataSet Pin
Aman Bhullar31-Dec-08 6:12
Aman Bhullar31-Dec-08 6:12 
GeneralRe: Bind Grid to DataSet Pin
PritiP1-Jan-09 17:44
PritiP1-Jan-09 17:44 
Thanks a lot..
1. Datasets are not identical.So I guess I can't use Merge.
2. Copy command of DataTable worked Smile | :) I copied table from one dataset into another dataset.
So now I have a consolidated DataSet with 2 tables(from different datasets)
3. I wanted to add existing columns of a table into another dataset and hence it was giving an error.but since above (2) worked this is fine.

4.I want to bind different columns of infragistics grid with columns from different tables, something like this:
grid.col[0] -> ds.table[0].col[0]
grid.col[1] -> ds.table[2].col[3] etc..

But I can set DataSource property of the grid as only one of the tables:
grid.datasource = ds.tables[0]
now all the columns are bound to cols from tables[0] mentioned above and the individual column bindings are overridden...
GeneralRe: Bind Grid to DataSet Pin
Aman Bhullar2-Jan-09 1:18
Aman Bhullar2-Jan-09 1:18 
GeneralRe: Bind Grid to DataSet Pin
PritiP4-Jan-09 23:25
PritiP4-Jan-09 23:25 
QuestionOutlook AddIn - CommandBarComboBox Events Pin
Prasad J30-Dec-08 18:33
Prasad J30-Dec-08 18:33 
QuestionDouble line in Crystal Report Pin
froxy29-Dec-08 23:01
froxy29-Dec-08 23:01 
QuestionRemote connection using WMI getting error "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) Pin
S.Rekka29-Dec-08 2:51
S.Rekka29-Dec-08 2:51 
AnswerRe: Remote connection using WMI getting error "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) Pin
Dave Kreskowiak29-Dec-08 3:46
mveDave Kreskowiak29-Dec-08 3:46 
GeneralRe: Remote connection using WMI getting error "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) Pin
S.Rekka29-Dec-08 19:39
S.Rekka29-Dec-08 19:39 
QuestionNeed to compile WITHOUT linking - "CompileOnly" option not working Pin
reshmi_r29-Dec-08 2:50
reshmi_r29-Dec-08 2:50 
QuestionMASH UP APPLICATION Pin
sudhantheone29-Dec-08 1:52
sudhantheone29-Dec-08 1:52 
AnswerRe: MASH UP APPLICATION Pin
Lev Danielyan29-Dec-08 4:36
Lev Danielyan29-Dec-08 4:36 
QuestionNHibernate Cache Problem in C# .Net Desktop Application Problem Pin
jispat28-Dec-08 22:43
jispat28-Dec-08 22:43 
QuestionForums Pin
ranjithselvaraj28-Dec-08 22:12
ranjithselvaraj28-Dec-08 22:12 
AnswerRe: Forums Pin
Brij29-Dec-08 2:10
mentorBrij29-Dec-08 2:10 
GeneralRe: Forums Pin
Jon_Boy30-Dec-08 4:12
Jon_Boy30-Dec-08 4:12 
AnswerRe: Forums Pin
Navneet Hegde30-Dec-08 3:26
Navneet Hegde30-Dec-08 3:26 
Questionasp.net Pin
senthil050528-Dec-08 4:56
senthil050528-Dec-08 4:56 
AnswerRe: asp.net Pin
Mark Salsbery28-Dec-08 5:02
Mark Salsbery28-Dec-08 5:02 

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.