Jawad Khan
4 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…
- 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 /…
- Getting, Setting , Deleting and Updating Cookie Data as Collection in ASP.NetHere is a helper class that makes it easy to do all the data manipulation functions on the data stored in the Cookie. It makes use of HybridDictionary…
- Enabling Enter Key on a Text Box to auto click a Button ....It is very Common practice to hit an enter key on a text box in order to submit a form. For example if you are designing a Login Screen it is frequently…
