1
Answer

Return Selected Value from Dynamic DropDrownList Custom Control

netwizard_01

netwizard_01

21y
4.2k
1
I have created a custom server control to dynamically populate the number of dropdownlist required by the web application. I am using *.ascx wif codebehind. The population of dropdownlists is done within a placeholder control. But i am unable to capture the values selected by the user from the dynamic dropdownlists. Is there anyway to do it? Pls let mi know. Thanx u...
Answers (1)
0
Aarti

Aarti

NA 1.6k 79.6k 13y
Hi Monika,


Pragma automatic_index command is by deafult true in Sqlite.

so when you  used Pragma automatic_index=true, its mean indexing will be continue


to stop default indexing use 

sqlite> Pragma automatic_index=false.