Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to create articles submission form with ASP.net and C#
Posted
Comments
CHill60 12-Jun-13 7:29am    
You will need to use the Improve question link to add detail to your question. Include code snippets and details of the problem you are experiencing.

1 solution

Hints

  • Create an aspx page.
  • Add following controls

    • TextBox for Article Title
    • TextBox for Article Description
    • TextBox (MultiLine) for Article Text in Details
    • Button for Submit and Cancel/Reset

  • Validate all field at client side while submitting the article
  • Write Code on "Submit button click" to submit and save the Article data on DataBase or any other Resource.


Note

This is simple page, which I can think of quickly.
If you have other requirements, then modify the page accordingly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900