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...
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...
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...
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
Hello,
I am new to sqlexpress 2005, and i am having a connection problem when i upload my database file to my web host. My connection works fine locally on all of my asp/vb.net pages. Where am i going wrong? I am using VS 2005.
My connection string:
Dim con As String = "Data...
Has any one seen these errors before. I can not find any information to solve them. The messages are what gmail sends back to users when they email us.
Technical details of temporary failure:
TEMP_FAILURE: SMTP Error (state 13): 451 Could not load DRD for domain (dentalplans.com) rcpt...
Hello,
I am having a problem inserting data in to a shared hosting MS SQL becuase of space. When ever i try and import data from my local machine to the hosted SQL server the transaction logs get so full that they kill my space before my import has completed. Is there any way i can turn off...
Is it possible to add an index to a temp table?
Here is my query:
select id, name from #tmpNetworks where id = 28
and netplan=33
I would like to put an index on id and netplan.
Thanks
Hello,
How can i add an identity colum to a query so that it will be related to the sort order?
Example:
select * from tempTable order by feild1 desc, feild1
Hello,
Within the last 30 days we started geting the error listed below on our windows 2003 server. As far as i know nothing has been changed on the server and when i restart the box, it comes back fine. The files that we do have are really, really basic, as well.
Application Event Log Error...
Hello,
I am realy stuck. I am having a problem with the HttpContext.Current.RewritePath in "Global_BeginRequest". When i try and call a file i always get a 404, but i know thefile is there becuse if i switch to server.tranfer or response.redirect it works perfectly. Plus my path is relative to...
Hello,
I am still a beginner a javascript. What event do i use if a user selects more than one item in a dropdown list or combo box? I tried onchange and it did not work for the multiple select, but it does work for the single select. I am using IE on XP Pro.
Thanks
Babloome
Hello,
I am having a problem with ado.net and excel. When an upate is run, it executes fine, but i the actual updates do not take place untill i recompile the project. Plus, if i try an open the file again to do a select statment, it will not open.
Does any one have hany sugestions?
'VS...
Hello,
How can i set an exe so that it is perminaly docked at the top of the screen and can never be hidden. I am trying to do some thing like a news ticker in vb.net 2005.
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.