netpicker9
11-10-2006, 09:16 AM
Hi,
I am displaying values in ASPX Page like this.. (just giving one line of code)
Response.Write("<td align=""right"">" & FormatCurrency(hldAnn, 2) & "</td>")
My constraint is I am getting values from DLL as an Array and doing some manuplations in ASPX Page,
before displaying to the Webpage. I can't use any Grid or some controls, because I am doing lot of manuplations on Array.
How can I place this kind of code in Code behind page? In .aspx.vb page!
Is method which I am using is suggested?
Give me feedback with best suggestion. (if possible with an example)
Thanks
I am displaying values in ASPX Page like this.. (just giving one line of code)
Response.Write("<td align=""right"">" & FormatCurrency(hldAnn, 2) & "</td>")
My constraint is I am getting values from DLL as an Array and doing some manuplations in ASPX Page,
before displaying to the Webpage. I can't use any Grid or some controls, because I am doing lot of manuplations on Array.
How can I place this kind of code in Code behind page? In .aspx.vb page!
Is method which I am using is suggested?
Give me feedback with best suggestion. (if possible with an example)
Thanks