Dropdawn list Value
-
Read this[^] Seriously, your question doesn't made any sense.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
you can send ddl value to another page there are lot of ways you can create session and store value in session you can send value through querystring you can create cookie to store value. try these. :-D
I will do my best?
-
Just two examples: Save the value as a sessionvariable. If both forms exist at the same time you can also set a property
-
Read this[^] Seriously, your question doesn't made any sense.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Just two examples: Save the value as a sessionvariable. If both forms exist at the same time you can also set a property
-
AspDotNetUser wrote:
you can create cookie to store value.
tell me more about this
The Developer - CEH
-
I'm using QueryString in the Datagrid so it only can take one value in it. i tried to sedn the value of ddl but it took the string of it. "ddl.selectedvalue"
The Developer - CEH