I'm VERY new to ASP.NET - I have essentially zero experience with it. I'm used to working in HTML, CSS, PHP and JavaScript, but ASP is a whole different animal!
My work has a website built by a third-party that I was tasked with maintaining (shop.pmirope.com). I'm trying to change where it's getting some text from a database (for example, on
http://shop.pmirope.com/rope/terminations/swaged-terminations-11mm/rope-thimble-11mm-7-16-stainless-steel-hd26056, currently it's getting the product title "Rope Thimble 11mm..." from a certain column in a table, I want to change that column). I know that's
a SQL question, but before I can even get to that, I need to figure out what table the website is accessing to get the product title. I've gotten down to the code behind files (which are compiled in a DLL) and found where it references the p ...
Go to the complete details ...