Jawad Khan
2 posts.
- How to Bind Enum Types to the Dropdown or any other bindable Control in ASP.Net .....While working on a Data Form in an ASP.Net application you might want to get a value from the user that corresponds to the Enum you created in your Business Layer. Since Enum types are not strings …
- How to validate a valid GUID Value in C#In this implementation you pass in a Guid as an 'out' parameter along with the string you want to test - it then fills in the Guid and returns true / false depending on whether the Guid was valid...
