Hi,
I have an intranet app on my local machine with following settings
IIS: Windows authentication only and
ASPNET USER AND IUSR has access to file folders
webconfig:authentication mode windows
It works fine on my local, but if any other user tries to access the app through my local, it...
Also check if the file folder of your project has enough rights, i.e ASPNET User and IUSR_ has enough permissions to the file folder based in IIS settings
Hello,
Here is the scenario,
I have two reports and from .net UI, I have option to print them seprately or both at the same time. Both reports have different designs. What is the best possible way for third option? i.e printing both the reports together. Basically, these are invoices with...
Hello,
I have a set of data grouped by month. I need to find the differance in values for each group for example
group Month
month Value
1/1/2007 300
1/1/2007 100
I need to see the differance of 200 in the group footer. How can I do this?
Thanks
Hello,
I have two tables table A and table B.Table A has item number and table b has item costs. i can get the sum of costs ok but when I am grouping, I have a memo field and I get
"The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator."...
Thanks SQLBill,
Hereis the issue I have . I created an Ssis package and it runs fine on my machine. It fails when I try to run on our qa server.The error I get is
System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {E44847F1-FD8C-4251-B5DA-B04BB22E236E}...
Hello,
We have an application which prints barcode. It worked fine with adp, but with ade I get error,
"the command isn't available in am MDE\ADE database"
Any ideas?
Thanks
Hello,
How can I get messagebox popped up after some events
something like
I know someone posted to use page.registerstartupscript and it doesnt work for me.
here is my code in menuitemclickevent
if(!hidvalue=null)
{
}
else
{
Page.RegisterStartupScript("POPUP", "<script...
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.