Click here to Skip to main content
15,896,154 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Displaying menu items Pin
Ashfield9-Apr-09 1:40
Ashfield9-Apr-09 1:40 
AnswerRe: Displaying menu items Pin
Mihirdash9-Apr-09 2:19
professionalMihirdash9-Apr-09 2:19 
QuestionHow to Download images from server (ftp) to local system..ASP.Net with C# Pin
ven3219-Apr-09 1:00
ven3219-Apr-09 1:00 
AnswerRe: How to Download images from server (ftp) to local system..ASP.Net with C# Pin
Ashfield9-Apr-09 1:41
Ashfield9-Apr-09 1:41 
QuestionProblem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 0:02
professionalVimalsoft(Pty) Ltd9-Apr-09 0:02 
AnswerRe: Problem with ListBox Pin
monu nair9-Apr-09 0:06
monu nair9-Apr-09 0:06 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 0:09
professionalVimalsoft(Pty) Ltd9-Apr-09 0:09 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 0:15
professionalVimalsoft(Pty) Ltd9-Apr-09 0:15 
I even Added the Following Code at the End

//Binding the Listboxes
       if (ds.Tables[0].Rows.Count > 0)
       {

           ListBox1.DataSource = ds;

           ListBox1.DataTextField = "Descr";

           ListBox1.Visible = true;

           lstbxLecturers.Visible = false;

           ListBox1.DataBind();
       }
       else
       {

           //Leave it there Way it is
           ListBox1.Visible = false;

           lstbxLecturers.Visible = true;
       }


this is to test if there are any records returned and the First true to the If statement get executed.

Thank you

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
www.ITS.co.za

AnswerRe: Problem with ListBox Pin
Abhijit Jana9-Apr-09 0:17
professionalAbhijit Jana9-Apr-09 0:17 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 0:29
professionalVimalsoft(Pty) Ltd9-Apr-09 0:29 
GeneralRe: Problem with ListBox Pin
Abhijit Jana9-Apr-09 1:22
professionalAbhijit Jana9-Apr-09 1:22 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 1:27
professionalVimalsoft(Pty) Ltd9-Apr-09 1:27 
GeneralRe: Problem with ListBox Pin
Abhijit Jana9-Apr-09 1:59
professionalAbhijit Jana9-Apr-09 1:59 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 2:06
professionalVimalsoft(Pty) Ltd9-Apr-09 2:06 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 3:56
professionalVimalsoft(Pty) Ltd9-Apr-09 3:56 
GeneralRe: Problem with ListBox Pin
Abhijit Jana9-Apr-09 4:24
professionalAbhijit Jana9-Apr-09 4:24 
AnswerRe: Problem with ListBox Pin
monu nair9-Apr-09 0:33
monu nair9-Apr-09 0:33 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 0:38
professionalVimalsoft(Pty) Ltd9-Apr-09 0:38 
GeneralRe: Problem with ListBox Pin
monu nair9-Apr-09 0:41
monu nair9-Apr-09 0:41 
GeneralRe: Problem with ListBox Pin
Vimalsoft(Pty) Ltd9-Apr-09 1:23
professionalVimalsoft(Pty) Ltd9-Apr-09 1:23 
QuestionReport Service Forms Authentication Pin
mehrdadc489-Apr-09 0:02
mehrdadc489-Apr-09 0:02 
QuestionList control problem in rdlc Pin
tauras818-Apr-09 22:10
tauras818-Apr-09 22:10 
QuestionTimer in ASP.NET Pin
Sunuaj8-Apr-09 21:19
Sunuaj8-Apr-09 21:19 
AnswerRe: Timer in ASP.NET Pin
Abhishek Sur8-Apr-09 21:22
professionalAbhishek Sur8-Apr-09 21:22 
AnswerRe: Timer in ASP.NET Pin
Abhijit Jana8-Apr-09 21:34
professionalAbhijit Jana8-Apr-09 21: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.