How to store the dynamically created text box value to DB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pskvenkat
    New Member
    • Mar 2008
    • 10

    How to store the dynamically created text box value to DB

    Hi this is venkat,

    I am Using Asp.net (C#) . Can you give me the details for how to store the dynamically created text box value into sql server database. pls give me a code if any?
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    See this HowTo doc on using ADO.NET in your application.



    You will need to pass the value of your textbox to a stored proc or query as a parameter.

    Nathan

    Comment

    Working...