Regular expression for file browse extension
Recently I was working on file upload in Oracle application express. I was using file browse and storing the file oracle database. I have created some item level validations to…
My little world of sharing
Recently I was working on file upload in Oracle application express. I was using file browse and storing the file oracle database. I have created some item level validations to…
Form submission is one of the most commonly used actions in modern websites. Double or duplicate record entry is one of the big pain when user click on the submit…
Check all the checkboxes in the form using javascript in single button click. Recently I have this requirement for one of my project where user want to check all the…
Sometimes you need to disable or enable some elements in your document and jQuery makes this task easy. All you have to do is to set disabled attribute to “disabled”.…
Sometimes you may want to format data type in repeater. Here are some examples of formatting data in repeater- <asp:Repeater ID="Repeater2" runat="server" DataSourceID="dsData"> <HeaderTemplate> <table cellpadding="2" cellspacing="2" style="border: 1px solid…