Welcome to Sign in | Help

Re: Ajutor - ListBox VisualStudio ASP.Net

  •  03-08-2010, 2:53 PM

    Re: Ajutor - ListBox VisualStudio ASP.Net

    1. Trebuia sa pui if(Not Ispostback) in Page_load , altfel ti se incarca combo-ul de fiecare data

    2. Daca nu ai nimic in lstcomplete , ce te faci ? ( sa zicem ca nu ai nimic in tabela complet)

    if not (lstComplete.SelectedItem is nothing) then
    txtcomplet.Text = lstcomplete.SelectedItem.Value
    else
    ' ce pui acolo ?




    Ignat Andrei
    http://serviciipeweb.ro/iafblog
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems