1
vote
CompareValidator inside an UpdatePanel - VS2008
You could turn off client-side validation for that Validator.
EnableClientScript="false"
This would mean a round-trip to the server to report an invalid state, tho …
0
votes
ITemplate and DataGrid Column in Codebehind
You can attach an event handler to the DataBinding event of the controls you create in ITemplate.InstantiateIn as in …
3
votes
Problem deploying DLLs to the GAC in a Visual Studio Setup Project
A "shared name" must be a synonym for a "strong name," which is what I've always read/heard it called. That link s …
