How to generate <a> tag from input fields
Posted
by
NonProgrammer
on Stack Overflow
See other posts from Stack Overflow
or by NonProgrammer
Published on 2013-10-24T20:02:01Z
Indexed on
2013/10/24
21:55 UTC
Read the original article
Hit count: 198
Using ASP.Net (in C#), I need to generate a tag that contains person's name, address, etc. I have barely any experience with ASP.NET (or .NET languages) and I am given this assignment. Could someone please guide me to correct path please?
Link should look like this:
following components/fields needs to be sent to API in order to pre-populate information for users: FirstName, LastName, SupplierID = integer, Person's userlogin (Should increment by 1. Example: person 1 = t00001. Person2 = t00002, etc.), PayerCountry, Email, amount
For some reason, my management thinks that this is something a non-technical person can do! Any help would be appreciated!
Thanks!
© Stack Overflow or respective owner