开发者

Sharepoint custom List

I am using Sharepoint Designer 2007 and doing the Custom Validations(through Aspx controls).

The validations are working perfectly. But the issue is when there is a validation failure, I have Corrected the failed fields and leave the other fields as it is.

In this case I am not getting any values from 开发者_如何学Cunchanged fileds in my form into the list.

This is like Viewstate problem.

Could anyone help this!!

Hari


It sounds more like a control refresh problem. I looks like the browser is not refreshing the controls. The controls are actually empty behind the scenes, but because the browser didn't refresh the controls you don't see it on the UI side. It could be related to ViewState/Session State as you suspect.

To enable Session State in SharePoint, start here: http://blogs.msdn.com/b/markarend/archive/2010/05/27/using-session-state-in-sharepoint-2010.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜