Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1036 Points
197 Posts
Aug 25, 2010 02:41 AM|LINK
It's possible, but don't do it that way.
Your database is for the storage and retrieveal of data, period.
You take the sanitized data from your user's search form and pass it to a method
THis method will call a function that returns the data from a stored proc that will be used to build your link in your DAL.
The returned data is turned into hyperlinks via StringBUilder and written back to the user.
Pikesville P...
Participant
1036 Points
197 Posts
Re: How to save records with autogenerated html links in Sql database?
Aug 25, 2010 02:41 AM|LINK
It's possible, but don't do it that way.
Your database is for the storage and retrieveal of data, period.
You take the sanitized data from your user's search form and pass it to a method
THis method will call a function that returns the data from a stored proc that will be used to build your link in your DAL.
The returned data is turned into hyperlinks via StringBUilder and written back to the user.
You haven't had a beer until you've learned how to make your own...