Click here to Skip to main content
15,889,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 10:30
TMFoust22-Jul-09 10:30 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Abhijit Jana22-Jul-09 10:38
professionalAbhijit Jana22-Jul-09 10:38 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 10:47
TMFoust22-Jul-09 10:47 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Abhijit Jana22-Jul-09 11:01
professionalAbhijit Jana22-Jul-09 11:01 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Brij22-Jul-09 10:41
mentorBrij22-Jul-09 10:41 
AnswerRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Christian Graus22-Jul-09 11:09
protectorChristian Graus22-Jul-09 11:09 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 11:18
TMFoust22-Jul-09 11:18 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 11:19
TMFoust22-Jul-09 11:19 
Forgot one routine...
protected void nextStep(object sender, EventArgs e)
{
    if (rowfile != "")
    {
        if (colfile != "")
        {
            RadioButtonList1.Visible = true;
        }
        else
        {
            colfile = DropDownList2.SelectedItem.Value + DropDownList2.SelectedItem.Text;
        }
    }
    else
    {
        rowfile = DropDownList1.SelectedItem.Value + DropDownList1.SelectedItem.Text;
    }
}

GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Christian Graus22-Jul-09 13:37
protectorChristian Graus22-Jul-09 13:37 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust23-Jul-09 3:28
TMFoust23-Jul-09 3:28 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust23-Jul-09 4:43
TMFoust23-Jul-09 4:43 
Questionbar chart graph in asp.net when data is fed from database?? Pin
solo_gaurav22-Jul-09 8:55
solo_gaurav22-Jul-09 8:55 
AnswerRe: bar chart graph in asp.net when data is fed from database?? Pin
Brij22-Jul-09 9:09
mentorBrij22-Jul-09 9:09 
AnswerRe: bar chart graph in asp.net when data is fed from database?? Pin
Abhijit Jana22-Jul-09 9:16
professionalAbhijit Jana22-Jul-09 9:16 
GeneralRe: bar chart graph in asp.net when data is fed from database?? Pin
solo_gaurav22-Jul-09 9:31
solo_gaurav22-Jul-09 9:31 
GeneralRe: bar chart graph in asp.net when data is fed from database?? Pin
Brij22-Jul-09 9:36
mentorBrij22-Jul-09 9:36 
GeneralRe: bar chart graph in asp.net when data is fed from database?? Pin
solo_gaurav22-Jul-09 9:33
solo_gaurav22-Jul-09 9:33 
AnswerRe: bar chart graph in asp.net when data is fed from database?? Pin
Abhijit Jana22-Jul-09 9:36
professionalAbhijit Jana22-Jul-09 9:36 
GeneralRe: bar chart graph in asp.net when data is fed from database?? Pin
solo_gaurav22-Jul-09 9:45
solo_gaurav22-Jul-09 9:45 
AnswerRe: bar chart graph in asp.net when data is fed from database?? Pin
Brij22-Jul-09 9:49
mentorBrij22-Jul-09 9:49 
AnswerRe: bar chart graph in asp.net when data is fed from database?? Pin
Brij22-Jul-09 9:37
mentorBrij22-Jul-09 9:37 
GeneralRe: bar chart graph in asp.net when data is fed from database?? Pin
solo_gaurav22-Jul-09 9:43
solo_gaurav22-Jul-09 9:43 
GeneralRe: bar chart graph in asp.net when data is fed from database?? Pin
Brij22-Jul-09 9:46
mentorBrij22-Jul-09 9:46 
GeneralRe: bar chart graph in asp.net when data is fed from database?? Pin
solo_gaurav22-Jul-09 9:49
solo_gaurav22-Jul-09 9:49 
GeneralRe: bar chart graph in asp.net when data is fed from database?? Pin
Brij22-Jul-09 9:56
mentorBrij22-Jul-09 9:56 

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.