Click here to Skip to main content
15,885,213 members
Home / Discussions / C#
   

C#

 
QuestionWindows Service Controlle in VS2008 Pin
Whitaker.Mike20-Jun-09 5:10
Whitaker.Mike20-Jun-09 5:10 
AnswerRe: Windows Service Controlle in VS2008 Pin
ProtoBytes20-Jun-09 5:34
ProtoBytes20-Jun-09 5:34 
AnswerRe: Windows Service Controlle in VS2008 Pin
DaveyM6920-Jun-09 9:40
professionalDaveyM6920-Jun-09 9:40 
AnswerRe: Windows Service Controlle in VS2008 Pin
Shukla Rahul20-Jun-09 10:09
Shukla Rahul20-Jun-09 10:09 
GeneralRe: Windows Service Controlle in VS2008 Pin
Whitaker.Mike21-Jun-09 3:26
Whitaker.Mike21-Jun-09 3:26 
QuestionWeb service problem - error when binding to datagrid [modified] Pin
Gindi Bar Yahav20-Jun-09 4:29
Gindi Bar Yahav20-Jun-09 4:29 
AnswerRe: Web service problem - error when binding to datagrid Pin
ProtoBytes20-Jun-09 5:23
ProtoBytes20-Jun-09 5:23 
GeneralRe: Web service problem - error when binding to datagrid Pin
Gindi Bar Yahav20-Jun-09 6:55
Gindi Bar Yahav20-Jun-09 6:55 
Sorry about the hebrew... :$

Isolved the problem
i enterd in the windows form into app.config

and them edit
<setting name="WindowsUniversityClient_UniversityWebReference_Service"
                serializeAs="String">
                <value>http://192.168.111.1/UniversityWebServices/Service.asmx</value>
            </setting>

To:
<setting name="WindowsUniversityClient_UniversityWebReference_Service"
                serializeAs="String">
                <value>http://192.168.111.1/UniversityWebServices/Service.asmx?AspxAutoDetectCookieSupport=1</value>
            </setting>

Now, when he hav AspxAutoDectateCoolieSupport it gives me the results Big Grin | :-D

Thanks for your help!, Yahav.

Gindi Bar Yahav - Web & Software developer.

QuestionHow do I check whether the "X" button in the top right corner was clicked? Pin
Etienne_12320-Jun-09 2:39
Etienne_12320-Jun-09 2:39 
AnswerRe: How do I check whether the "X" button in the top right corner was clicked? Pin
Luc Pattyn20-Jun-09 2:42
sitebuilderLuc Pattyn20-Jun-09 2:42 
AnswerRe: How do I check whether the "X" button in the top right corner was clicked? Pin
0x3c020-Jun-09 2:45
0x3c020-Jun-09 2:45 
GeneralRe: How do I check whether the "X" button in the top right corner was clicked? Pin
Etienne_12321-Jun-09 11:52
Etienne_12321-Jun-09 11:52 
QuestionNeed Easy Insert Method Pin
M Riaz Bashir20-Jun-09 2:30
M Riaz Bashir20-Jun-09 2:30 
AnswerRe: Need Easy Insert Method Pin
Manas Bhardwaj20-Jun-09 3:11
professionalManas Bhardwaj20-Jun-09 3:11 
QuestionGDI+ how to not painting the background image [modified] Pin
cppwxwidgetsss20-Jun-09 1:44
cppwxwidgetsss20-Jun-09 1:44 
AnswerRe: GDI+ how to not painting the background image Pin
Luc Pattyn20-Jun-09 1:57
sitebuilderLuc Pattyn20-Jun-09 1:57 
GeneralRe: GDI+ how to not painting the background image [modified] Pin
cppwxwidgetsss20-Jun-09 2:11
cppwxwidgetsss20-Jun-09 2:11 
QuestionIP address in to varient Pin
sudhi16419-Jun-09 20:17
sudhi16419-Jun-09 20:17 
AnswerRe: IP address in to varient Pin
Christian Graus19-Jun-09 20:22
protectorChristian Graus19-Jun-09 20:22 
QuestionGetting Message: "Couldn't Update; Currently Locked" in mdb Pin
honeyashu19-Jun-09 20:03
honeyashu19-Jun-09 20:03 
AnswerRe: Getting Message: "Couldn't Update; Currently Locked" in mdb Pin
Christian Graus19-Jun-09 20:07
protectorChristian Graus19-Jun-09 20:07 
Questiongetting the parent control from a child control at runtime. Pin
Xandip19-Jun-09 19:32
Xandip19-Jun-09 19:32 
AnswerRe: getting the parent control from a child control at runtime. Pin
Christian Graus19-Jun-09 19:46
protectorChristian Graus19-Jun-09 19:46 
GeneralRe: getting the parent control from a child control at runtime. Pin
Xandip19-Jun-09 19:50
Xandip19-Jun-09 19:50 
QuestionSelecting Color Scheme from withing app Pin
Nigel Mackay19-Jun-09 19:03
Nigel Mackay19-Jun-09 19:03 

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.