Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: VS2K3 doesn't copy file reference Pin
Heath Stewart7-Jun-04 6:09
protectorHeath Stewart7-Jun-04 6:09 
GeneralRe: VS2K3 doesn't copy file reference Pin
CBoland7-Jun-04 8:45
CBoland7-Jun-04 8:45 
GeneralRe: VS2K3 doesn't copy file reference Pin
Heath Stewart7-Jun-04 8:47
protectorHeath Stewart7-Jun-04 8:47 
GeneralThreading and errors Pin
Russell Jones7-Jun-04 5:44
Russell Jones7-Jun-04 5:44 
GeneralRe: Threading and errors Pin
Heath Stewart7-Jun-04 6:20
protectorHeath Stewart7-Jun-04 6:20 
Generaldatasets, databinding and dataviews Pin
HappyPaws7-Jun-04 4:42
HappyPaws7-Jun-04 4:42 
GeneralRe: datasets, databinding and dataviews Pin
Heath Stewart7-Jun-04 5:21
protectorHeath Stewart7-Jun-04 5:21 
GeneralRe: datasets, databinding and dataviews Pin
HappyPaws7-Jun-04 7:43
HappyPaws7-Jun-04 7:43 
I tried this and it doesn't work. What am I doing wrong? Unsure | :~

dr = new DataRelation("Class Limits",theDataSet.Tables["table1"].Columns["NoOf"],
theDataSet.Tables["table1"].Columns["NoOf"]);
dataGrid2.SetDataBinding(theDataSet, "table1");
DataTable pt = dr.ParentTable;
pt.DefaultView.AllowDelete = false;
pt.DefaultView.AllowNew = false;

GeneralRe: datasets, databinding and dataviews Pin
Heath Stewart7-Jun-04 8:31
protectorHeath Stewart7-Jun-04 8:31 
GeneralRe: datasets, databinding and dataviews Pin
HappyPaws8-Jun-04 2:39
HappyPaws8-Jun-04 2:39 
GeneralRe: datasets, databinding and dataviews Pin
Heath Stewart8-Jun-04 3:13
protectorHeath Stewart8-Jun-04 3:13 
GeneralUpdate Stored Procedure throws Exception "Expects Parameter..." Pin
STW7-Jun-04 3:05
STW7-Jun-04 3:05 
GeneralRe: Update Stored Procedure throws Exception "Expects Parameter..." Pin
Heath Stewart7-Jun-04 3:42
protectorHeath Stewart7-Jun-04 3:42 
GeneralScrollable control with gradient background Pin
ongo7-Jun-04 3:03
ongo7-Jun-04 3:03 
Generalcode for db acess in C# Pin
Md Saleem Navalur7-Jun-04 2:33
Md Saleem Navalur7-Jun-04 2:33 
GeneralRe: code for db acess in C# Pin
Heath Stewart7-Jun-04 4:05
protectorHeath Stewart7-Jun-04 4:05 
GeneralMalformed Web Response Pin
MrEyes7-Jun-04 2:06
MrEyes7-Jun-04 2:06 
GeneralRe: Malformed Web Response Pin
Heath Stewart7-Jun-04 3:48
protectorHeath Stewart7-Jun-04 3:48 
Generalarray marshalling from c# to COM Pin
rana747-Jun-04 1:04
rana747-Jun-04 1:04 
GeneralRe: array marshalling from c# to COM Pin
Heath Stewart7-Jun-04 5:36
protectorHeath Stewart7-Jun-04 5:36 
GeneralRe: array marshalling from c# to COM Pin
rana747-Jun-04 18:41
rana747-Jun-04 18:41 
Questionwhich class can analyse HTTP? Pin
Xytme6-Jun-04 23:50
Xytme6-Jun-04 23:50 
AnswerRe: which class can analyse HTTP? Pin
Heath Stewart7-Jun-04 5:24
protectorHeath Stewart7-Jun-04 5:24 
QuestionWhere does PrintPreview store the doc ? Pin
sachinkalse6-Jun-04 23:37
sachinkalse6-Jun-04 23:37 
AnswerRe: Where does PrintPreview store the doc ? Pin
Heath Stewart7-Jun-04 5:28
protectorHeath Stewart7-Jun-04 5:28 

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.