South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
StringWriter sw = new StringWriter();
HtmlTextWriter w = new HtmlTextWriter(sw);
mainDiv.RenderControl(w);
string s = sw.GetStringBuilder().ToString();
Nastywhy not just bundle the values in some sort of datagram packet? or does it need to be emailed like some flyer?
well here is the situation;
We are merging with another company and the hr data (such as gender, address..and so on) needs to be taken from their data source and then be looked through after it has been sent off to each indivitual to double check his/her info. that is why the excel route and why i'm actually rendering a plain html table with all the things in and saving it to .xls