Click here to Skip to main content
15,917,329 members
Home / Discussions / C#
   

C#

 
Questionhow to view a particular value of a combo box? Pin
Saira Tanwir28-Feb-08 20:43
Saira Tanwir28-Feb-08 20:43 
GeneralRe: how to view a particular value of a combo box? Pin
Laddie28-Feb-08 20:46
Laddie28-Feb-08 20:46 
GeneralRe: how to view a particular value of a combo box? Pin
buchstaben28-Feb-08 20:49
buchstaben28-Feb-08 20:49 
QuestionHow apply Single Scrollbar for Treview control in C# Pin
mohindar_kks28-Feb-08 20:30
mohindar_kks28-Feb-08 20:30 
AnswerRe: How apply Single Scrollbar for Treview control in C# Pin
Laddie28-Feb-08 20:37
Laddie28-Feb-08 20:37 
GeneralQuestion about C# OOPS Pin
Vimalsoft(Pty) Ltd28-Feb-08 20:27
professionalVimalsoft(Pty) Ltd28-Feb-08 20:27 
GeneralRe: Question about C# OOPS Pin
Nouman Bhatti28-Feb-08 20:58
Nouman Bhatti28-Feb-08 20:58 
GeneralRe: Question about C# OOPS Pin
Vimalsoft(Pty) Ltd28-Feb-08 23:04
professionalVimalsoft(Pty) Ltd28-Feb-08 23:04 
Thanks man,

Look at thing



<br />
<br />
namespace DAL<br />
{<br />
    public class DAL<br />
    {<br />
<br />
<br />
        public  string GetInfo()<br />
        {<br />
            string Fname = "Vuyiswa";<br />
<br />
            return  Fname ;<br />
<br />
        }<br />
    }<br />
}<br />
<br />


And i have referenced it and see and never worried about inheritance, and try to call the DAL Functions like

<br />
namespace BLL<br />
{<br />
    public class BLL<br />
    {<br />
        string Fname ;<br />
<br />
        //Creating an Object of a class and initilizing it <br />
        DAL.DAL objDAl  = new DAL.DAL() ;<br />
<br />
       objdal.GetInfo();<br />
<br />
        <br />
    }<br />
}<br />
<br />


From the Above Code, am Successfully creating an object of a class DAL and i want to call the DAL Function Getinfo() and the intelisense does not even popup to give me confidence that the object is realy referenced
to the DAL Class.

what is wrong that am doing?

Thanks

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


GeneralRe: Question about C# OOPS Pin
Mark Churchill28-Feb-08 23:35
Mark Churchill28-Feb-08 23:35 
GeneralRe: Question about C# OOPS Pin
Vimalsoft(Pty) Ltd29-Feb-08 0:31
professionalVimalsoft(Pty) Ltd29-Feb-08 0:31 
GeneralRe: Question about C# OOPS Pin
Guffa28-Feb-08 22:26
Guffa28-Feb-08 22:26 
GeneralRe: Question about C# OOPS Pin
Vimalsoft(Pty) Ltd28-Feb-08 23:08
professionalVimalsoft(Pty) Ltd28-Feb-08 23:08 
GeneralRe: Question about C# OOPS Pin
Guffa29-Feb-08 0:11
Guffa29-Feb-08 0:11 
GeneralRe: Question about C# OOPS Pin
Vimalsoft(Pty) Ltd29-Feb-08 0:31
professionalVimalsoft(Pty) Ltd29-Feb-08 0:31 
AnswerRe: Question about C# OOPS Pin
Guffa29-Feb-08 4:29
Guffa29-Feb-08 4:29 
GeneralRe: Question about C# OOPS Pin
Vimalsoft(Pty) Ltd2-Mar-08 19:26
professionalVimalsoft(Pty) Ltd2-Mar-08 19:26 
GeneralExcel.exe remains in the Task Manager Pin
SeeSharp28-Feb-08 20:15
SeeSharp28-Feb-08 20:15 
GeneralRe: Excel.exe remains in the Task Manager Pin
Laddie28-Feb-08 20:21
Laddie28-Feb-08 20:21 
GeneralRe: Excel.exe remains in the Task Manager Pin
SeeSharp28-Feb-08 20:54
SeeSharp28-Feb-08 20:54 
GeneralRe: Excel.exe remains in the Task Manager Pin
Laddie28-Feb-08 21:03
Laddie28-Feb-08 21:03 
Questionhow to get this employee id Pin
sugunavathysubramanian28-Feb-08 20:05
sugunavathysubramanian28-Feb-08 20:05 
AnswerRe: how to get this employee id Pin
Vasudevan Deepak Kumar29-Feb-08 19:32
Vasudevan Deepak Kumar29-Feb-08 19:32 
Questionhow to pass argument via linkbutton in grid view Pin
sugunavathysubramanian28-Feb-08 20:00
sugunavathysubramanian28-Feb-08 20:00 
AnswerRe: how to pass argument via linkbutton in grid view Pin
Laddie28-Feb-08 20:12
Laddie28-Feb-08 20:12 
GeneralRe: how to pass argument via linkbutton in grid view Pin
sugunavathysubramanian28-Feb-08 20:34
sugunavathysubramanian28-Feb-08 20:34 

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.