Hey all,
I am using a .ashx page to send an offline PDF file. The object behind the ashx file implements IHttpHandler. (sample code below) When running this page through a https url, I get a prompt asking if I want to display both the secure and nonsecure items. Is my PDF sent securely? How...
I am getting this error on a test machine when we try to generate a report.
"An error has occured within GenRepoX-run. GenRepoX tried to copy your report to a temporary file, but there was a problem. Make sure that you have all the rights and enough diskspace on your defined drive (C)ancel or...
Hello all... really could use your expert advice.
I have datatable in which i insert a record at the first row position (dt.insertAt(foo,0);). When viewed in the debugger the table has the row in the correct position, row[0].
Then I add the table into a dataset then set a datarelation that...
My ASP.net application involves limiting clients to a maximum number of concurrent logins. I have done this by storing the session id in a 'Shared' object property. I then depend on the session id to be removed when users log out, closes the window, or has a session timeout. Life was good untill...
I have a group of form objects and have created a custom attribute. Each of my form objects has one of these attributes assigned to it.
I need to find a way to get an object reference to each of these objects by using my custom attribute value. I assume that I would use reflection somehow.
I...
My problem probally is a common one, I'm sure someone's experience will help me out here!
I am using check boxes in a form to return an array of values to a php script. I need to have a check all checkbox that checks every other checkbox. Seems like i need to use javascript to do this.
My...
My problem probally is a common one, I'm sure someone's experience will help me out here!
I am using check boxes in a form to return an array of values to a php script. I need to have a check all checkbox that checks every other checkbox. Seems like i need to use javascript to do this.
My...
I am exporting a query that returns a memo field using...
COPY TO "C:\pdf\memodata.csv" TYPE delimited
into a comma delimited file.
Life is good.. untill i realized that the memo field was not exported.
Any help?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.