Validation groups
Today while developing a webpart for my sharepoint project, I noticed that one of my webpart’s validators firing, while modifying webpart properties. Initially I was looked for some tricky solutions, where I can disable the webpart validators. But after a few moments I come to know about ASP.Net new validation group property. I modified the code with a new validation group. And now it is working fine.
Categories: .Net
