Monday, December 17, 2012

There is no OOB method of lists.asmx to create a new list item, instead use below link to create a list item using infopath & web services

http://msdn.microsoft.com/en-us/library/cc162745(office.12).aspx

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...