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





yes i want to use storage table
– user3326557
Jun 29 at 11:05





So you want to Add an entity to a table?
– rickvdbosch
Jun 29 at 11:13





i want to add record on button click suppose i have two textbox first is name second one is address then i want to assign these record in string and insert into table. is it possible?
– user3326557
Jun 29 at 11:23









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

how to run turtle graphics in Colaboratory

Export result set on Dbeaver to CSV