up vote 0 down vote favorite
share [g+] share [fb]

i have a <h1> that has a news title in it and i want to insert the content of this <h1> into sql server 2008 database how can i do this using c#

link|improve this question
1  
Move to stackoverflow... maybe after some editing? – Chris Dwyer Oct 5 '09 at 18:17
I wonder where do you get the content of this <h1> from. Either edit your question, or it will get closed. – Anton Gogolev Oct 6 '09 at 10:36
feedback

migrated from superuser.com Oct 6 '09 at 10:33

This question came from our site for computer enthusiasts and power users.

1 Answer

Put a server control between your html tag. For example: In this way you can access the lblTitle.Text property from the code behind and then pass it to the database.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown