Insert multiple records into a table from a TextBox
Sometimes you may require to insert multiple records from one text field (textarea). This can be done for multiple user choices or voting controls etc. In this example I will…
My little world of sharing
Sometimes you may require to insert multiple records from one text field (textarea). This can be done for multiple user choices or voting controls etc. In this example I will…
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…