Hi,
I have the following code:
ID=Request.QueryString("ID_No")
....
if(....) then
.......
if ID>0 then
........
else
.......
end if
end if
My problem is the following:in the if condition , the ID variable has lost its value.Am I doing something wrong?
Hi,
I want to insert an image into my site.My problem is I cannot see the image when running the site.The code I'm using is:
<asp:Image ID="img1" ImageUrl="~/App_Data/image1.jpg" runat="server"/>
How can I fix this problem?
Thanks!
Since I cannot use xp_sendmail(in MS SQL Server 2000) , I've created my own stored procedure for sending emails.The problem is I get error messages regarding the usage of sp_OACreate , sp_OAGetErrorInfo , sp_OASetProperty , sp_OAMethod.It seems I cannot use the stored procedures from the master...
I'm using SQL Server 2000.The administartor has granted the permissions for xp_sendmail to a generic user.What I need to do is to impersonate that generic user and send emails.I need to run the xp_sendmail for a database other than the 'master' database.
Hi!
I want to use the xp_sendmail procedure for my database.The problem is I don't have the rights to run the procedure. Instead , I recieved a name that I should run the procedure under.From what I read , I should call the procedure like this:
EXEC master.dbo.xp_sendmail...
Hi!
Is it possible to update the content of a column from a table(smalldatetime) with nvarchar data using CAST? The nvarchar string is mm/dd/yyyy and so is the date format
the script is done in asp.However,I have the permission to delete files from the asp application.However,if I check the directory the next day,the files aren't there anymore,so I'm thinking it might be a 'lock' done by the application....
NWS:I checked the file properties.Usually , each file has the "Security" and "Summary" options,but the files in that folder do not have these options.Any idea why?
No...The problem is that after the files are sent,if I check the folder where they are supposed to be temporarily stored,the files are still there...if I try to open any file,I get 'access denied'...deleting them is not possible either...
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.