insert record on azure cloud in asp.net c#
insert record on azure cloud in asp.net c# I want to insert the record on azure cloud. really i don't know how to do it, i have no idea about it. i want to insert record on azure cloud in table using asp.net c#. i have a button , when i click the button i want that data should enter in table on azure cloud. please help me. i have some field like name, email,address. also a button. after click the button data should enter on azure table. <asp:text id="txtname" runat="server></asp:text> <asp:text id="txtemail" runat="server></asp:text> <asp:text id="txtaddress" runat="server></asp:text> <asp:button id="btnsubmit" runat="server" text="submit"/> Azure table is quite unclear. Are you talking about storage table, SQL server table, something else? – apomene Jun 29 at 10:58 ...
