Click here to Skip to main content
15,921,990 members
Home / Discussions / C#
   

C#

 
AnswerRe: Windows Search Gif Pin
XRaheemX13-Oct-05 3:48
XRaheemX13-Oct-05 3:48 
GeneralRe: Windows Search Gif Pin
Greeky13-Oct-05 3:57
Greeky13-Oct-05 3:57 
QuestionC# and animated GIFs (VS.Net 2003) Pin
raysot77711-Oct-05 19:14
raysot77711-Oct-05 19:14 
Questiondataadapter fill question Pin
theStorminMormon11-Oct-05 16:49
theStorminMormon11-Oct-05 16:49 
AnswerRe: dataadapter fill question Pin
Wjousts12-Oct-05 3:38
Wjousts12-Oct-05 3:38 
GeneralRe: dataadapter fill question Pin
theStorminMormon12-Oct-05 4:17
theStorminMormon12-Oct-05 4:17 
GeneralRe: dataadapter fill question Pin
Wjousts12-Oct-05 7:42
Wjousts12-Oct-05 7:42 
GeneralRe: dataadapter fill question Pin
theStorminMormon14-Oct-05 7:01
theStorminMormon14-Oct-05 7:01 
Well, your tips on debugging were good, and I'm sure they will come in handy a lot in the future, but my central question is still a mystery to me. As far as I can tell the code is idential the first time it goes through and the second time.

Here's the code again:

this.sqlDataAdapter.Fill(dataSet2.tblData);
this.dgClaimsExperience.DataSource = this.dataSet2.tblData;
this.tabctrlTabControl.Enabled = true;

It's crashing on the first line when it goes through the second time. The only other difference is that the CommandText of the sql command gets edited a little bit (so that it's drawing a different set of data from the database the second time around).

Any ideas how to work around this?

-stormin

The ends can never justify the means. It is the means that determine the ends.
Questionadminstrator Pin
momoo11-Oct-05 16:47
momoo11-Oct-05 16:47 
AnswerRe: adminstrator Pin
Dave Kreskowiak12-Oct-05 3:50
mveDave Kreskowiak12-Oct-05 3:50 
QuestionWTF is my task list? Pin
theStorminMormon11-Oct-05 16:18
theStorminMormon11-Oct-05 16:18 
AnswerRe: WTF is my task list? Pin
leppie11-Oct-05 16:21
leppie11-Oct-05 16:21 
GeneralRe: WTF is my task list? Pin
theStorminMormon11-Oct-05 16:43
theStorminMormon11-Oct-05 16:43 
AnswerRe: WTF is my task list? Pin
tatchung11-Oct-05 16:40
tatchung11-Oct-05 16:40 
AnswerRe: WTF is my task list? Pin
Andy Brummer12-Oct-05 12:10
sitebuilderAndy Brummer12-Oct-05 12:10 
QuestionHow to custom funcation in Excel2003 with C# Pin
dreamwinter11-Oct-05 15:38
dreamwinter11-Oct-05 15:38 
AnswerRe: How to custom funcation in Excel2003 with C# Pin
David Stone12-Oct-05 7:03
sitebuilderDavid Stone12-Oct-05 7:03 
QuestionDataBound TreeView + DataBinding + DataGrid Pin
Bahadir Cambel11-Oct-05 13:51
Bahadir Cambel11-Oct-05 13:51 
AnswerRe: DataBound TreeView + DataBinding + DataGrid Pin
Bahadir Cambel14-Oct-05 0:10
Bahadir Cambel14-Oct-05 0:10 
QuestionRTSP client/server Pin
waleed_marji11-Oct-05 11:29
waleed_marji11-Oct-05 11:29 
QuestionKeeping External App from closing or being minimized Pin
DeepToot11-Oct-05 11:22
DeepToot11-Oct-05 11:22 
AnswerRe: Keeping External App from closing or being minimized Pin
Dave Kreskowiak12-Oct-05 4:10
mveDave Kreskowiak12-Oct-05 4:10 
GeneralRe: Keeping External App from closing or being minimized Pin
DeepToot12-Oct-05 9:52
DeepToot12-Oct-05 9:52 
Questionplay an avi from a stream Pin
Sasuko11-Oct-05 11:11
Sasuko11-Oct-05 11:11 
AnswerRe: play an avi from a stream Pin
Dave Kreskowiak12-Oct-05 3:55
mveDave Kreskowiak12-Oct-05 3:55 

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.