Click here to Skip to main content
16,021,211 members

Comments by johnsmithconsultant (Top 4 by date)

johnsmithconsultant 12-Jun-11 4:08am View    
Hey! This is what I was missing after Load event

Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
Now it is working great.
johnsmithconsultant 12-Jun-11 4:07am View    
Hey Aragon. This is what I was missing after Load event

Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load
Now it is working great.
johnsmithconsultant 10-Jun-11 9:51am View    
No it's not! Getting no display in the dropdown I wonder why!
johnsmithconsultant 10-Jun-11 9:50am View    
Yes Aragon! RegionList is available in the aspx page and I am not binding it dynamically. Even then the code is running perfectly in C#. But the same code is not displaying anything after pressing F5. When the IE opens up no dropdown list. I am really really exhausted. Don't know why it is behaving like this.