Default entry in advanced search (v11)

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Frank Miramonti
User
Posts: 4

Default entry in advanced search (v11)

Post by Frank Miramonti »

Version 11

I am having trouble getting a default search value to working advanced search page settings default value.
I have a select option with lookup table but I want a default value to be there on load.
It says it must be a valid c# expression or if its a string double quoted.
I have tried ""xxx"" ' " xxx" ' and others but nothing seems to show up.

Thanks anyone..

Frank


Webmaster
User
Posts: 9425

Post by Webmaster »

If it is a string value, just use (note the double quotes): "xxx"


Frank Miramonti
User
Posts: 4

Post by Frank Miramonti »

It's a value in the lookup table. "XXX" nvarchr2
It's is in the table rows being retrieved but "XXX" does not filter the records or dispaly as default in box.

Thanks,
Frank


motfs
User
Posts: 258

Post by motfs »

I can set the default value in Select Tag for v12. Double check if you enter the correct value (not the display value).


Post Reply