| Author: Prachi Purwar 18 Jul 2008 | Member Level: Gold | Rating: Points: 4 |
Hi,
There are two possibilites to generate this problem: 1. You have not set AutopostBack property as true of first dropdown list 2. SelectedIndexChange event is not attached with code behind SelectedIndexChange event. Bind this event with codebehind event.
After that you face any problem, kindly send your code. After that, I will try to resolve your problem.
Thanks, Prachi Purwar
|
| Author: lejdi 18 Jul 2008 | Member Level: Bronze | Rating: Points: 3 |
Thanks Prachi for the promt response@ it was all fault of ddl@if i left it with no static list item it generated null exception when i tried to access selected item@that was the problem@i#ll post the code when i#ll be home@ have a nice time@
|