Click here to Skip to main content
15,914,594 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
This has been Working. So for the sake of look and feel , i too these controls and Put them in an Update Panel and Add them to a table, after i did that it stopped working. the "Descr" is Correct. as i said i tried to check if the returned Dataset has records by doing this

//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;
       }


And when i debug this , it says there are records, but i cant understand why dont they get populated in ListBox1

Thanks

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

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 
GeneralRe: Timer in ASP.NET Pin
Sunuaj8-Apr-09 23:51
Sunuaj8-Apr-09 23:51 
QuestionSome problem in session (may be..) [modified] Pin
Dev S8-Apr-09 21:16
Dev S8-Apr-09 21: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.