Good Afternoon!
Picture a page that is formatted off a Database Cell that has HTML. Is this possible?
My situation, We are creating automation to run through 40,000 rows of unique data. the Primary Key is 1 to 40,000. My automation will be creating a Log in HTML that I will store in a column on the rows. Now I want to create a page that will pull that HTML and create the page.
So say it runs off the ID passed into the page
Then the page takes 21 and does a query to return the HTML and format the page.
Is their a control out there that can be bound to a Database and allow HTML formatting?
I believe that a GridView does... but making a gridview just 1 cell is kind of a crappy way to do this. or is it?
- Matt
"If I must boast, I will boast of the things that show my weakness"
- Windows 2003 Server, 98 SE, XP
- VB.NET, VSTS 2010, ASP.NET, EXCEL VBA, ACCESS, SQL 2008
Picture a page that is formatted off a Database Cell that has HTML. Is this possible?
My situation, We are creating automation to run through 40,000 rows of unique data. the Primary Key is 1 to 40,000. My automation will be creating a Log in HTML that I will store in a column on the rows. Now I want to create a page that will pull that HTML and create the page.
So say it runs off the ID passed into the page
Code:
[URL unfurl="true"]www.google.com/id=21[/URL]
Then the page takes 21 and does a query to return the HTML and format the page.
Is their a control out there that can be bound to a Database and allow HTML formatting?
I believe that a GridView does... but making a gridview just 1 cell is kind of a crappy way to do this. or is it?
- Matt
"If I must boast, I will boast of the things that show my weakness"
- Windows 2003 Server, 98 SE, XP
- VB.NET, VSTS 2010, ASP.NET, EXCEL VBA, ACCESS, SQL 2008