Click here to Skip to main content
15,913,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: JS not working in Mozila Pin
Abhishek Sur13-Aug-09 23:29
professionalAbhishek Sur13-Aug-09 23:29 
QuestionThe Problem of DataList and ModalPopup extender Pin
123chaminda13-Aug-09 23:10
123chaminda13-Aug-09 23:10 
AnswerRe: The Problem of DataList and ModalPopup extender Pin
padmanabhan N13-Aug-09 23:22
padmanabhan N13-Aug-09 23:22 
QuestionDropdownlist Pin
mylogics13-Aug-09 23:09
professionalmylogics13-Aug-09 23:09 
AnswerRe: Dropdownlist Pin
padmanabhan N13-Aug-09 23:19
padmanabhan N13-Aug-09 23:19 
GeneralRe: Dropdownlist Pin
mylogics13-Aug-09 23:24
professionalmylogics13-Aug-09 23:24 
AnswerRe: Dropdownlist Pin
KhandelwalA13-Aug-09 23:20
KhandelwalA13-Aug-09 23:20 
AnswerRe: Dropdownlist Pin
Abhishek Sur13-Aug-09 23:22
professionalAbhishek Sur13-Aug-09 23:22 
The thing is if DropDown Autopostback = true, the page will be posted back to the server. It will generate Page_Load event and the respective DropDown.SelectedIndexChanged event.

As I can see you have populated Dropdown inside the !IsPostBack statement, I think the post back event will not run any line from Page_Load (Which I think is perfect).

The only reason that may come, if you have written something inside dropdown.selectedIndexChanged event which changes the original selection with the initial value.

Please check if PopulateDDL1 is called from elsewhere or not.

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

Questionfocus Pin
AndyInUK13-Aug-09 23:01
AndyInUK13-Aug-09 23:01 
AnswerRe: focus Pin
Vimalsoft(Pty) Ltd13-Aug-09 23:04
professionalVimalsoft(Pty) Ltd13-Aug-09 23:04 
AnswerRe: focus Pin
padmanabhan N13-Aug-09 23:07
padmanabhan N13-Aug-09 23:07 
AnswerRe: focus Pin
Coding C#14-Aug-09 2:23
Coding C#14-Aug-09 2:23 
Questionvideo gallery problem... Pin
RajpootRohan13-Aug-09 22:46
professionalRajpootRohan13-Aug-09 22:46 
AnswerRe: video gallery problem... Pin
padmanabhan N13-Aug-09 23:01
padmanabhan N13-Aug-09 23:01 
GeneralRe: video gallery problem... Pin
RajpootRohan13-Aug-09 23:55
professionalRajpootRohan13-Aug-09 23:55 
GeneralRe: video gallery problem... Pin
padmanabhan N13-Aug-09 23:57
padmanabhan N13-Aug-09 23:57 
GeneralRe: video gallery problem... Pin
Coding C#14-Aug-09 2:26
Coding C#14-Aug-09 2:26 
Questioninput string was not in a correct format Pin
haleemasher13-Aug-09 22:33
haleemasher13-Aug-09 22:33 
AnswerRe: input string was not in a correct format [modified] Pin
Vimalsoft(Pty) Ltd13-Aug-09 22:55
professionalVimalsoft(Pty) Ltd13-Aug-09 22:55 
GeneralRe: input string was not in a correct format Pin
haleemasher13-Aug-09 23:14
haleemasher13-Aug-09 23:14 
GeneralRe: input string was not in a correct format Pin
Vimalsoft(Pty) Ltd13-Aug-09 23:39
professionalVimalsoft(Pty) Ltd13-Aug-09 23:39 
GeneralRe: input string was not in a correct format Pin
haleemasher13-Aug-09 23:47
haleemasher13-Aug-09 23:47 
GeneralRe: input string was not in a correct format Pin
Vimalsoft(Pty) Ltd14-Aug-09 0:29
professionalVimalsoft(Pty) Ltd14-Aug-09 0:29 
AnswerRe: input string was not in a correct format Pin
padmanabhan N13-Aug-09 22:56
padmanabhan N13-Aug-09 22:56 
GeneralRe: input string was not in a correct format Pin
haleemasher13-Aug-09 23:05
haleemasher13-Aug-09 23:05 

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.