Is this even possible?
I am trying to create a web service that will allow interaction with our classic asp and asp.net applications. This service will act as an access point for reading and setting cookies that will be shared between the applications.
I have tried using HTTPContext from...
I almost forgot. Here is how I am attempting to read the cookie with no luck.
function cbxcheck(obj,row,col,cookiename, subname,value)
{
if (obj.checked)
{document.cookie[cookiename][subname]= value;
alert('on');
}
else
{document.cookie[cookiename][subname]=''...
Hello,
Does anyone have a javascript example of reading a subcookie created in asp.net?
Here is how I am creating my cookie.
Dim Cookie As New HttpCookie("temp")
Cookie.Values.Add("Name","Value")
Page.Response.Cookies.Add(Cookie)
Babloome
Personal Blog...
Yes, it is possible. Can you please provide more information about your problem.
Here is a very basic example.
<%
public sub PrintTXT(Content)
response.write Content
end sub
%>
<br />
<%
call PrintTXT("Content1")
%>
<br />
<%
call PrintTXT("Content2")
%>
<br />
<%
call PrintTXT("Content3")...
Hello,
Does anyone have an example of specifying the paper source and color settings when trying to print files in vb 2005?
Here is my current print function, but I need to be able to select the paper source and color settings.
Any help is much appreciated.
Babloome
Dim pathToExecutable...
Hello,
I am new to C#, but I have exp in VB.net. I am having an issue with a case/switch statment in C#, and can not seem to figure out why.
Every case statment receives the following error:
"A constant value is expected"
Shouldn't this always resolve to True or False?
(determine < 0) = T...
After each step check to see if you problem has been resolved.
1. recreate the application folder in IIS.
2. restart IIS
3. reregister .NET in IIS on the box
4. reboot - when all else fails :)
Good Luck,
Babloome
Try HTTP Compresion, I have personaly seen it dramaticly increase the speed of sites.
Directions:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/d52ff289-94d3-4085-bc4e-24eb4f312e0e.mspx?mfr=true
PipeBoost offers a free tool to check and see if your compression is...
Hey AlexCuse,
What state do you live in? Just curious becuse I want to leave South Florida, and am having a hard time finding places that actually use vb.net.
Thanks
Hello,
I have been noticing that the demand for VB.net has been on a decline lately. Is anyone else experiencing this as well? From what I have seen all the new jobs require C#.
Babloome
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.