Drag Article (Moved from my old blog) The first thing we’re going to do is understand just how Windows knows about this type of file and what exactly Windows will do with the file, based on which menu item you click. Open up your registry editor. If you haven’t opened it before, just click on [...]
Small code but it’s useful in many situations. Hope, you may find it useful. btnSave.Attributes.Add(“onclick”, “document.all.” & txtOperationMessages.ClientID & “.innerText = ”;” Note ~ – btnSave is the name of Button that the user suppose to click for clearing old message. – txtOperationMessages is the name of control that shows message. Tips: Clearing Old Msg [...]