Silverlight 数据表单问题
每当用户向数据表单添加新记录时,我想用默认值自动填充字段(整数数据类型),但我不确定如何执行此操作。我还应该提到,我正在使用 RIA 服务填充数据表单。有什么想法吗?
Whenever a user adds a new record to the dataform I want to auto populate a field(integer datatype) with a default value, but I am not sure how to do this. I should also mention that I am populating the dataform using RIA services. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一种方法来做到这一点。您要做的就是在 XAML 中为字段命名:
然后在更新按钮上的单击事件中:
I found a way to do it. What you have to do is give the field a name in XAML:
Then in the clicked event on the update button: