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
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.