Spliting data in oracle table
Recently I was working on re-modelling and re-designing an oracle database. As part of the re-modelling I was required to import data from old tables to new tables. One of…
My little world of sharing
Recently I was working on re-modelling and re-designing an oracle database. As part of the re-modelling I was required to import data from old tables to new tables. One of…
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…