Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Global.ajax Pin
Nisha Agrawal23-Sep-09 21:18
Nisha Agrawal23-Sep-09 21:18 
AnswerRe: Global.ajax Pin
Abhijit Jana23-Sep-09 20:04
professionalAbhijit Jana23-Sep-09 20:04 
QuestionDropDownlist Load Pin
Illegal Operation23-Sep-09 17:42
Illegal Operation23-Sep-09 17:42 
AnswerRe: DropDownlist Load Pin
Steve Echols23-Sep-09 17:50
Steve Echols23-Sep-09 17:50 
GeneralRe: DropDownlist Load Pin
Illegal Operation23-Sep-09 17:55
Illegal Operation23-Sep-09 17:55 
GeneralRe: DropDownlist Load Pin
Illegal Operation23-Sep-09 18:01
Illegal Operation23-Sep-09 18:01 
GeneralRe: DropDownlist Load Pin
Steve Echols23-Sep-09 18:05
Steve Echols23-Sep-09 18:05 
GeneralRe: DropDownlist Load Pin
Steve Echols23-Sep-09 18:04
Steve Echols23-Sep-09 18:04 
Have you put a break point on the bolded line:

protected void ddlIndustry_SelectedIndexChanged(object sender, EventArgs e)
{
    if (LoadSubIndustries == false)
    {
        IndustryId = (int.Parse(ddlIndustry.SelectedValue.ToString()));
        Populate_SubIndustry();
    }
}


to make sure LoadSubIndustries is false? Is it even getting into this event handler? If it's not getting to the event handler, that would indicate the event isn't wired up correctly.


- S
50 cups of coffee and you know it's on!
Code, follow, or get out of the way.

QuestionASP.NET with AD Pin
Socheat.Net23-Sep-09 17:02
Socheat.Net23-Sep-09 17:02 
AnswerRe: ASP.NET with AD Pin
Abhijit Jana23-Sep-09 17:15
professionalAbhijit Jana23-Sep-09 17:15 
GeneralRe: ASP.NET with AD Pin
Socheat.Net23-Sep-09 17:53
Socheat.Net23-Sep-09 17:53 
AnswerRe: ASP.NET with AD Pin
Arun Jacob23-Sep-09 18:46
Arun Jacob23-Sep-09 18:46 
QuestionAPS.NET Pin
mamix6523-Sep-09 13:24
mamix6523-Sep-09 13:24 
AnswerRe: APS.NET Pin
Not Active23-Sep-09 13:36
mentorNot Active23-Sep-09 13:36 
GeneralRe: APS.NET Pin
N a v a n e e t h23-Sep-09 15:29
N a v a n e e t h23-Sep-09 15:29 
GeneralRe: APS.NET Pin
Christian Graus23-Sep-09 17:14
protectorChristian Graus23-Sep-09 17:14 
GeneralRe: APS.NET Pin
Not Active24-Sep-09 1:02
mentorNot Active24-Sep-09 1:02 
AnswerRe: APS.NET Pin
Christian Graus23-Sep-09 15:28
protectorChristian Graus23-Sep-09 15:28 
Questiondata access Pin
raquidd2223-Sep-09 11:26
raquidd2223-Sep-09 11:26 
AnswerRe: data access Pin
Abhishek Sur23-Sep-09 12:17
professionalAbhishek Sur23-Sep-09 12:17 
GeneralRe: data access Pin
N a v a n e e t h23-Sep-09 15:47
N a v a n e e t h23-Sep-09 15:47 
GeneralRe: data access Pin
Abhishek Sur23-Sep-09 23:28
professionalAbhishek Sur23-Sep-09 23:28 
GeneralRe: data access Pin
N a v a n e e t h24-Sep-09 5:03
N a v a n e e t h24-Sep-09 5:03 
GeneralRe: data access Pin
Abhishek Sur25-Sep-09 12:16
professionalAbhishek Sur25-Sep-09 12:16 
GeneralRe: data access Pin
raquidd2230-Sep-09 6:27
raquidd2230-Sep-09 6:27 

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.