Click here to Skip to main content
15,909,445 members

Comments by xkarmax (Top 7 by date)

xkarmax 14-Jul-21 5:23am View    
Yes thank you! I noticed this after a success export in excel. The result is the full page HTML. So the work around that I used is EPPLUS. And I also included an outside trigger so it wont have a problem when exporting a File because I have updatepanel on my page
xkarmax 2-Oct-19 1:21am View    
Thanks! will surely read that article and review my codes.
xkarmax 1-Oct-19 22:47pm View    
so i should use this
ds = sqlFunctions.getTable(tmp_str1, connectionstring)
DataGridView1.DataSource = ds.Table(0) ??
xkarmax 1-Oct-19 2:19am View    
I already solve this issue of mine. There's no problem with my code, the problem reside with the employee name it has a special character dash(-). All i did was replace the dash to wghite space .replace("-"," ") so the system will ignore the dash without changing the database
xkarmax 26-Sep-19 22:53pm View    
actually the parameter for employeeid is employee. i just entered employeeid=employeeid but the original query is employeeid='" & employee & "'