DropDownList -problem
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi all, I need to set the dropdownlist's selectedvalue in to other dropdownlist present in other form. how to do it?
Pass that value into other form using query string. In other form.write code to set value
string param=Request.Querystring["val"]; ddl.SelectedValue=param;
Best Regard Pathan---------------------------------------------------
-
Hi all, I need to set the dropdownlist's selectedvalue in to other dropdownlist present in other form. how to do it?
What do you want? Other form on the same page or a form on other page?
Naresh Patel