Forms in ASP.NET
Hi , Imar
You probably know that in php you can work with inputs that posted by user like this:
echo $_Post["input_name"];
In your book i saw forms like logins form and register form but if we try to create our form what must we do?
Thanks.
|