Can't show Default Value in Add Page

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

Can't show Default Value in Add Page

Post by prem01628 »

Even i add text in default value in double-quoted for a field. and In advanced Settings I select NONE for option (Use place holder for text box). But only blank field appears when i add a record..
Please guide......


Webmaster
User
Posts: 9425

Post by Webmaster »

Default value has nothing to do with place holder. Since you use "default value in double-quoted for a field", the field is probably a string field. If the field is a regular text input, then the default value should be shown (in Add page). If the field use lookup table, the generated script will try to lookup a record from the lookup table based on your default value. If not found, no value is shown.


Post Reply