saihati
04-09-2010, 05:09 AM
Hi everybody,
I have a website that receives online customer orders. Once an order is submitted, it will be entered to the database as a "new" order and sends an email to the order taker in the website. The next step is handled manually.
The website owner wants to create a reminder report for all requests that have not been handled for more than 48 hours which will be triggered daily by the Task Schedule Manager of DASP.
I am using ASP.net GridViews, DetailsViews, and DataLists in this website application. Now, I want to create a loop to generate a HTML table to be sent as the email reminder for those orders. So, in the .aspx file I have the database output table and on the other file .aspx.vb I have the email object which will include the output table to the order taker.
In the I am facing difficulty to which method I should use to include the output to my message object (MessageBox) in the .aspx.vb.
Please, advise me if there is a way to do so as I don't want to use a classical ASP file to do so. :D
I have a website that receives online customer orders. Once an order is submitted, it will be entered to the database as a "new" order and sends an email to the order taker in the website. The next step is handled manually.
The website owner wants to create a reminder report for all requests that have not been handled for more than 48 hours which will be triggered daily by the Task Schedule Manager of DASP.
I am using ASP.net GridViews, DetailsViews, and DataLists in this website application. Now, I want to create a loop to generate a HTML table to be sent as the email reminder for those orders. So, in the .aspx file I have the database output table and on the other file .aspx.vb I have the email object which will include the output table to the order taker.
In the I am facing difficulty to which method I should use to include the output to my message object (MessageBox) in the .aspx.vb.
Please, advise me if there is a way to do so as I don't want to use a classical ASP file to do so. :D