Quote Originally Posted by vikasvaidya View Post
Hi,

You can do that following steps below:
  1. Create a method in .ascx.cs file with input param as string
  2. In this method populate grid by using input passed
  3. From the main file on SelectedIndexChange event of drop down call function created in .ascx.cs file as UserControlClassName.MethodNameand pass the selected item as input param


I assume u r using C#.

Try this if u still have some problem then post ur problems.

---V V---
Vikas Vaidya

Please mark this post as Thank if u found the answer useful
Yes i'm using c#.
Thanks lot its working for me.