Hi,
I'm not sure if this is the right forum to post this question on.
I have a website set up on my local IIS. It is integrated with Visual Source Safe and uses SQL Server 2000. The VSS and SQL server reside on the network.
It works fine when I'm at work. But when I try to VPN in from home...
Hi,
I am running into a strange problem. We generate an ASP page, and if I click on File-->Send-->Page By Email, I get a message 'The current document type cannot be send by email. Would you like to send a shortcut instead?' This worked before when we were on IIS 5, now we are on IIS 6 on a...
Hello,
I had to make a schema change to one of the articles in a publication. The schema change was changing the datatype of a column from varchar to int. I dropped the article and made the datatype change on the publisher and subscriber, and then re-added the article in.
I also changed the...
Hi,
Our webserver and database reside on different servers in the same LAN. For the past couple of days on pages that have the directive @Transaction=REQUIRED we have been getting the error
Microsoft OLE DB Provider for ODBC Drivers error '8004d00a'
[Microsoft][ODBC SQL Server...
Hi,
Has anyone seen a case where some rows were missing from the sysmessages table?
I am working on a SQL 2000 server, and I have only 3807 rows in the sysmessages table on this server whereas I have 3831 rows in the sysmessages table on other server with the same configuration.
Thanks!
Shweta
Hi,
I have this code snippet on a page:
<beginning of code>
<%@ TRANSACTION = Required%>
objConn.Execute sqlstmt
if objCOnn.Errors.count>0 then
ObjectContext.SetAbort
<end of code>
Now... if I lock the table thru the SQL query analyzer, and I try to execute an update on that table fom...
Thank you for your responses.
As it turns out we did have to use the system.security objects to decrypt the data (which was, btw, encrypted using JCE and my question was how I could decrypt the data using .Net, not how I could use JCE in .Net). It took us some time but it was pretty...
Hello,
I am totally new to .Net.
Is there a way to decrypt data encrypted by JCE using a private key in .Net?
ANY help, preferably with code samples, would be great!
Thanks in advance,
shweta
Thanks... and I must admit at this point I am tempted to stop supporting NS altogether!
mwolf00,
I can't call the function from the popup because I load the popup from a lot of different pages so calling the loadOfficeID function in the opener allows me to do page specific processing.
I did...
Hi,
I'm hoping someone can help me with this.
I am opening a window, and based on certain actions within the window, I call a function within the 'opener' to submit the form. The code for the function looks something like this:
function loadOfficeID(vid,vName){...
Right! Sorry about that... here's the JS code for the same.
function winclose(str){
var oNewWin;
oNewWin=window.open("test12.htm", "myname");
alert(oNewWin.name);
oNewWin.focus()
}
And as for working on the NT and IE 5.5, as I mentioned before it works on every machine...
Hello!
I am having a very wierd problem with window.open all of a sudden.
Consider this code snippet below to simulate my problem.
Dim oNewWin
Set oNewWin=window.open("test12.htm")
msgbox(oNewWin.screenTop)
The window is opened fine but then the msgbox statement spits out a 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.