Click here to Skip to main content
16,005,552 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Joining arrays Pin
Dave Kreskowiak11-Oct-07 3:50
mveDave Kreskowiak11-Oct-07 3:50 
QuestionA Function that Accept Parameters and Return ds Pin
Vimalsoft(Pty) Ltd11-Oct-07 0:24
professionalVimalsoft(Pty) Ltd11-Oct-07 0:24 
AnswerRe: A Function that Accept Parameters and Return ds Pin
Colin Angus Mackay11-Oct-07 0:30
Colin Angus Mackay11-Oct-07 0:30 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Christian Graus11-Oct-07 0:44
protectorChristian Graus11-Oct-07 0:44 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Vimalsoft(Pty) Ltd11-Oct-07 0:44
professionalVimalsoft(Pty) Ltd11-Oct-07 0:44 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Colin Angus Mackay11-Oct-07 2:20
Colin Angus Mackay11-Oct-07 2:20 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Vimalsoft(Pty) Ltd11-Oct-07 2:36
professionalVimalsoft(Pty) Ltd11-Oct-07 2:36 
GeneralRe: A Function that Accept Parameters and Return ds Pin
Colin Angus Mackay11-Oct-07 2:50
Colin Angus Mackay11-Oct-07 2:50 
Vuyiswamb wrote:
i have a Function in my DAL layer. coded like this


Vuyiswamb wrote:
If dsdata.Tables("Property_Mass").Rows.Count = 0 Then MsgBox("Township not Found", MsgBoxStyle.OKOnly, "Warning")


Invoking a message box from the DAL is highly inappropriate. You should have zero user interface code in there. To do otherwise would break the concept of abstracting away the Data layer away from the presentation layer.

Vuyiswamb wrote:
PLease comment on this one, because it gives me Errors when i instatiate from BLL


What sort of errors?



Upcoming FREE developer events:
* Glasgow: SQL Server Managed Objects AND Reporting Services ...

My website

GeneralRe: A Function that Accept Parameters and Return ds Pin
Vimalsoft(Pty) Ltd11-Oct-07 3:09
professionalVimalsoft(Pty) Ltd11-Oct-07 3:09 
Questionsetting up Crystal Pin
twsted f811-Oct-07 0:21
twsted f811-Oct-07 0:21 
AnswerRe: setting up Crystal Pin
ChandraRam11-Oct-07 2:11
ChandraRam11-Oct-07 2:11 
Question()_send email in visual studio .net 2005 Pin
Suhail Ali10-Oct-07 21:39
Suhail Ali10-Oct-07 21:39 
AnswerRe: ()_send email in visual studio .net 2005 Pin
Christian Graus10-Oct-07 22:25
protectorChristian Graus10-Oct-07 22:25 
Questiondoubts in abstract class and interface Pin
VG Ramanan10-Oct-07 21:26
VG Ramanan10-Oct-07 21:26 
AnswerRe: doubts in abstract class and interface Pin
Christian Graus10-Oct-07 22:27
protectorChristian Graus10-Oct-07 22:27 
Questionvb.net localized Pin
ganash10-Oct-07 21:20
ganash10-Oct-07 21:20 
AnswerRe: vb.net localized Pin
Christian Graus10-Oct-07 22:28
protectorChristian Graus10-Oct-07 22:28 
Questioneliminate the space Pin
ganash10-Oct-07 21:15
ganash10-Oct-07 21:15 
AnswerRe: eliminate the space Pin
nishkarsh_k10-Oct-07 21:51
nishkarsh_k10-Oct-07 21:51 
GeneralRe: eliminate the space Pin
ganash11-Oct-07 1:04
ganash11-Oct-07 1:04 
GeneralRe: eliminate the space Pin
Luc Pattyn11-Oct-07 1:16
sitebuilderLuc Pattyn11-Oct-07 1:16 
GeneralRe: eliminate the space Pin
nishkarsh_k11-Oct-07 20:00
nishkarsh_k11-Oct-07 20:00 
QuestionOpen VB.Net form from vb6 Pin
QPun10-Oct-07 20:58
QPun10-Oct-07 20:58 
AnswerRe: Open VB.Net form from vb6 Pin
Christian Graus10-Oct-07 22:29
protectorChristian Graus10-Oct-07 22:29 
GeneralRe: Open VB.Net form from vb6 Pin
QPun10-Oct-07 23:46
QPun10-Oct-07 23:46 

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.