Click here to Skip to main content
15,888,527 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionRTF file in Rich Text BOx Pin
raushan_911-Nov-08 19:57
raushan_911-Nov-08 19:57 
AnswerRe: RTF file in Rich Text BOx Pin
Thomas Stockwell14-Nov-08 2:58
professionalThomas Stockwell14-Nov-08 2:58 
QuestionHow to detect printer status in vb.net or c# Pin
raja baireddy11-Nov-08 18:50
raja baireddy11-Nov-08 18:50 
AnswerRe: How to detect printer status in vb.net or c# Pin
Simon P Stevens11-Nov-08 23:42
Simon P Stevens11-Nov-08 23:42 
QuestionThe type initializer for 'DataAccessLayer.Method' threw an exception. Pin
Illegal Operation11-Nov-08 18:02
Illegal Operation11-Nov-08 18:02 
AnswerRe: The type initializer for 'DataAccessLayer.Method' threw an exception. Pin
Simon P Stevens12-Nov-08 0:01
Simon P Stevens12-Nov-08 0:01 
GeneralRe: The type initializer for 'DataAccessLayer.Method' threw an exception. Pin
Illegal Operation12-Nov-08 12:33
Illegal Operation12-Nov-08 12:33 
GeneralRe: The type initializer for 'DataAccessLayer.Method' threw an exception. Pin
Simon P Stevens12-Nov-08 21:37
Simon P Stevens12-Nov-08 21:37 
Illegal Operation wrote:
Can you maybe tell me how can I reference a dataset from the DAL in the BLL?


I haven't really got any ideas, without looking at your code it's a bit tough. Sorry.


Illegal Operation wrote:
but as soon as I step into the BLL the Dataset is null


How are you returning it. Normal return, 'Ref' parameter or 'Out' parameter?

Illegal Operation wrote:
I am using a property but the set never gets executed


This sounds like your not quite using properties properly. (Maybe I've just misunderstood what you are saying). The set property is called to set the value, the get property is called to retrieve the value. from inside the DAL class, you would just set the value to the internal member, and probably not call through the property. Then from outside the DAL class, you would only call the get property.

Sorry I can't be much more help.

Simon

QuestionHow to display text on the Datagridview Header? Pin
Soma Shekhar11-Nov-08 7:30
Soma Shekhar11-Nov-08 7:30 
AnswerRe: How to display text on the Datagridview Header? Pin
Dave Kreskowiak12-Nov-08 4:08
mveDave Kreskowiak12-Nov-08 4:08 
GeneralRe: How to display text on the Datagridview Header? Pin
Soma Shekhar12-Nov-08 5:21
Soma Shekhar12-Nov-08 5:21 
GeneralRe: How to display text on the Datagridview Header? Pin
Dave Kreskowiak12-Nov-08 12:16
mveDave Kreskowiak12-Nov-08 12:16 
GeneralRe: How to display text on the Datagridview Header? Pin
Paul Conrad12-Nov-08 12:45
professionalPaul Conrad12-Nov-08 12:45 
QuestionHow to save the Windows current view and reload when next time the application is started? Pin
Soma Shekhar11-Nov-08 7:20
Soma Shekhar11-Nov-08 7:20 
AnswerRe: How to save the Windows current view and reload when next time the application is started? Pin
Richard Blythe11-Nov-08 16:18
Richard Blythe11-Nov-08 16:18 
GeneralRe: How to save the Windows current view and reload when next time the application is started? Pin
Soma Shekhar11-Nov-08 17:00
Soma Shekhar11-Nov-08 17:00 
GeneralRe: How to save the Windows current view and reload when next time the application is started? Pin
Richard Blythe11-Nov-08 17:18
Richard Blythe11-Nov-08 17:18 
QuestionHow to show a value in an Edit Textbox Pin
J_E_D_I10-Nov-08 8:35
J_E_D_I10-Nov-08 8:35 
AnswerRe: How to show a value in an Edit Textbox Pin
Dave Kreskowiak10-Nov-08 12:58
mveDave Kreskowiak10-Nov-08 12:58 
Questionlistbox Pin
sram1510-Nov-08 0:22
sram1510-Nov-08 0:22 
AnswerRe: listbox Pin
ScottM112-Nov-08 1:23
ScottM112-Nov-08 1:23 
Questionhow to simulate the image layer , like the one in Photoshop Pin
Member 41517587-Nov-08 4:27
Member 41517587-Nov-08 4:27 
AnswerRe: how to simulate the image layer , like the one in Photoshop Pin
Ray Cassick7-Nov-08 4:43
Ray Cassick7-Nov-08 4:43 
GeneralRe: how to simulate the image layer , like the one in Photoshop Pin
Member 415175810-Nov-08 0:15
Member 415175810-Nov-08 0:15 
GeneralRe: how to simulate the image layer , like the one in Photoshop Pin
Thomas Stockwell10-Nov-08 1:16
professionalThomas Stockwell10-Nov-08 1:16 

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.