Click here to Skip to main content
15,896,154 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DataSet problem Pin
Phrone17-Nov-08 11:46
Phrone17-Nov-08 11:46 
GeneralRe: DataSet problem Pin
Christian Graus17-Nov-08 14:47
protectorChristian Graus17-Nov-08 14:47 
Questionregister user control non declaratively Pin
hassanmohamed17-Nov-08 10:14
hassanmohamed17-Nov-08 10:14 
AnswerRe: register user control non declaratively Pin
Christian Graus17-Nov-08 11:33
protectorChristian Graus17-Nov-08 11:33 
Questionsave .csv with newline character Pin
ssircar197117-Nov-08 9:53
ssircar197117-Nov-08 9:53 
AnswerRe: save .csv with newline character Pin
NeverHeardOfMe17-Nov-08 11:08
NeverHeardOfMe17-Nov-08 11:08 
AnswerRe: save .csv with newline character Pin
Christian Graus17-Nov-08 11:34
protectorChristian Graus17-Nov-08 11:34 
QuestionAdding web reference problem because of autodetectcookiesupport Pin
AlexeiXX317-Nov-08 6:57
AlexeiXX317-Nov-08 6:57 
I have a web service in my site, i have session statemanagement to autodetect wheter or not the browser has cookies enabled
<sessionState
    mode="SQLServer"
    timeout="30"
    cookieless="AutoDetect"
</sessionState>

When i try to add the web reference i get an error:
There was an error downloading 'http://localhost/V01/WebService.asmx?op=PedidosNuevos'.

The request failed with the error message:
--
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="/V01/WebService.asmx?op=PedidosNuevos&AspxAutoDetectCookieSupport=1">here</a>.</h2>
</body></html>

In the add webreferece dialog, i can call the web method, i also called it from ie and it works as expected, the only problem is that i cant add it to my project as a web reference
I think it must be because of the redirection to detect if cookies are enabled

How can i add it??
Thanks for any help

Alexei Rodriguez

AnswerRe: Adding web reference problem because of autodetectcookiesupport Pin
mintxelas7-Jun-10 21:49
mintxelas7-Jun-10 21:49 
GeneralRe: Adding web reference problem because of autodetectcookiesupport Pin
AlexeiXX38-Jun-10 7:52
AlexeiXX38-Jun-10 7:52 
Questionembed own controls Pin
Tommispilot17-Nov-08 3:49
Tommispilot17-Nov-08 3:49 
AnswerRe: embed own controls Pin
eyeseetee17-Nov-08 5:09
eyeseetee17-Nov-08 5:09 
GeneralRe: embed own controls Pin
Tommispilot17-Nov-08 21:20
Tommispilot17-Nov-08 21:20 
Questionhow to replace the one column data with other column data Pin
lakshmichawala17-Nov-08 3:09
lakshmichawala17-Nov-08 3:09 
AnswerRe: how to replace the one column data with other column data Pin
ToddHileHoffer17-Nov-08 4:23
ToddHileHoffer17-Nov-08 4:23 
QuestionUnable to convert string to System.Guid Pin
bhupathi srinu17-Nov-08 2:35
bhupathi srinu17-Nov-08 2:35 
AnswerRe: Unable to convert string to System.Guid Pin
ToddHileHoffer17-Nov-08 4:22
ToddHileHoffer17-Nov-08 4:22 
GeneralRe: Unable to convert string to System.Guid Pin
bhupathi srinu17-Nov-08 21:26
bhupathi srinu17-Nov-08 21:26 
JokeRe: Unable to convert string to System.Guid Pin
ToddHileHoffer18-Nov-08 2:20
ToddHileHoffer18-Nov-08 2:20 
QuestionGetting error when uploading file to server from local machine Pin
Satish - Developer17-Nov-08 2:24
Satish - Developer17-Nov-08 2:24 
Questionhow to catch the "gotfocus" or "lostfocus" event of a textbox in a web page. Pin
souravghosh1817-Nov-08 1:07
souravghosh1817-Nov-08 1:07 
AnswerRe: how to catch the "gotfocus" or "lostfocus" event of a textbox in a web page. Pin
NeverHeardOfMe17-Nov-08 1:22
NeverHeardOfMe17-Nov-08 1:22 
GeneralRe: how to catch the "gotfocus" or "lostfocus" event of a textbox in a web page. Pin
souravghosh1817-Nov-08 1:28
souravghosh1817-Nov-08 1:28 
GeneralRe: how to catch the "gotfocus" or "lostfocus" event of a textbox in a web page. Pin
NeverHeardOfMe17-Nov-08 4:52
NeverHeardOfMe17-Nov-08 4:52 
QuestionAdding controls to the page Dynamically(Page.ParseControl) [modified] Pin
parry_p17-Nov-08 0:00
parry_p17-Nov-08 0:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.