Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

JUNEYT

@JUNEYT
About
Posts
421
Topics
173
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can I show an animated loding icon beside teh dropdown box when postback occurs.
    J JUNEYT

    Hello, My aim is to show an animated loading icon beside the dropdownbox. When dropdownbox performs a postback the icon should appear and when it gets loaded completely, the icon should disappear. How can I succeed it in client side instead of in server side. Would you please let me know how I can accomplish this. Thanks.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    C# sysadmin question

  • How can I set LOCALHOST in web config to use web services root address
    J JUNEYT

    We were actually not translating something but your behavior... I didn't ask you if he was a developer. I was looking for a solution and he provided me so. So don't give up! keep coding your own behavior.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    C# wcf xml question

  • How can I set LOCALHOST in web config to use web services root address
    J JUNEYT

    I am glad that I made you happy somehow but please have a toothpaste and toothbrush. Take it easy.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    C# wcf xml question

  • How can I set LOCALHOST in web config to use web services root address
    J JUNEYT

    You are not a developer but he was because of his answer (it doesn't matter if he is a beginner or advanced one). His solution worked out and will also work when upload my web service on any server. A developer mean is not God of coding? Are you?

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    C# wcf xml question

  • How can I set LOCALHOST in web config to use web services root address
    J JUNEYT

    Thank you very much that is what I needed. :)

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    C# wcf xml question

  • How can I set LOCALHOST in web config to use web services root address
    J JUNEYT

    I was expecting a solution rather than a judgment. :(

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    C# wcf xml question

  • How can I set LOCALHOST in web config to use web services root address
    J JUNEYT

    Hello, I am using SOAP method to get a list of tours from a web service in the internet. The pictures in the tourlist do not show up because of LOCALHOST definition in their source. How can I set LOCALHOST in web config to use web services root address. Thank you!

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    C# wcf xml question

  • how to make multiple asynchronous web service method calls in the same thread? [modified]
    J JUNEYT

    Hi, I would like to know how to make multiple asynchronous web service method calls in the same thread? What if the web service method cannot be checked by IAsyncResult status operation statement but just invoking the MethodNameAsync(X,Y,Z). What I think is sleeping the thread shouldn't be the way to handle it because lets assume that 20 of form controls inside the form uses web methods to populate themselves and one of the control's value is used as an argument to call another asynchronous method to populate another control in the form . The problem is I have a few asynchronous call in the same thread and I couldn't figure it out how to create waits between the each asynchronous calls until it gets loaded completely. Is there a way to load all asynchronous methods before the form loads. if you enlighten me about the solution, I would really appreciate it. This is my first Web Service client issue to solve and I have no experience about it. Thanks.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    modified on Tuesday, May 24, 2011 9:28 AM

    C# help tutorial question

  • How to force a generic type eventhandler to a ingeneric one? [modified]
    J JUNEYT

    Hi Alan! Thank you for your answer, I got rid of the implicit conversion problem with your approach but Proxy_AgencyInfoCompleted never fires up even I invoke the procedure after ProntoWS.GetAgencyListCompleted += new GetAgencyListCompletedEventHandler(Proxy_AgencyInfoCompleted); statement. Web service doesn't have specific asyncronous methods. Therefore I tried to call the method as follows bur Proxy_AgencyInfoCompleted didn't fire up. Do you have any idea where is the problem? Thank you very much.

     ProntoWS.GetAgencyListCompleted += new GetAgencyListCompletedEventHandler(Proxy\_AgencyInfoCompleted);
    
     // after the following statement I should able to fire up Proxy\_AgencyInfoCompleted
    
     GetAgencyList = GetAgencyList = ProntoWS.GetAgencyList(Agent, User, Password, GetCityName, "TR");
    

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    C# help tutorial question

  • How to force a generic type eventhandler to a ingeneric one? [modified]
    J JUNEYT

    Hello, I get

    GetAgencyListCompleted

    EventHandler and

    GetAgencyListCompletedEventArg

    EventArguments delegations from a WebService to check the EventHandler result. The result property (object) of the eventhandler will bring the list of items that what I am looking for. However, I get implicitly conversion error message in the code below. How can solve the problem?. If you know the solution, would you please show me how to do it? Thanks.

    //PRONTOWS IS A WEB SERVICE & PSSaleWS is a WEB REFERANCE

    // The following statement causes implicit conversion error

    ProntoWS.GetAgencyListCompleted += new EventHandler <PSSaleWS.GetAgencyListCompletedEventArgs>(Proxy_AgencyInfoCompleted);

    // Here is the proxy class

    void Proxy_AgencyInfoCompleted(object sender, PSSaleWS.GetAgencyListCompletedEventArgs Completed)
    {
    Response.Write("Here");

        }
    

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    modified on Sunday, May 22, 2011 6:26 PM

    C# help tutorial question

  • How can I capture the image of finger print on the touch screen of a PDA?
    J JUNEYT

    Hello, I am working on a sample code in Microsoft Windows Mobile 6.1 to capture the image of a finger print. Therefore, Assumably one puts on his pointing finger on the white screen and the code should read the tapped points on the screen and color them. I thought is should be possible to capture it. However I have no idea which API to use for this purpose and how to use it. If you know how to do it, would you please let me know. Rergards.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    Mobile question json tutorial

  • How can I install an app inside a storage card? [modified]
    J JUNEYT

    Hi, I created a setup application which installs the app on device under Program Files folder and Startup Menu Items Folder. However, when I install the app, OS is asking where to install it. The choices are "on Device" or "Storage Card". When I choose the Storage Card, It doesn't install it there but on device without any errors. How can I install an app on a storage card? Thanks. J.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    modified on Saturday, May 1, 2010 7:26 AM

    Mobile question workspace

  • How can I make a label or a textbox transparent?
    J JUNEYT

    Hello! I searched in the google for the question but I haven't found a sufficient solution yet. So if know how to make a label or a textbox transparent, would you please show me how to do it? Regards. J.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    Mobile question tutorial

  • .NET CAB creation / installation fail
    J JUNEYT

    I think you have experienced a wrong directory issue that is why it doesn't find the file. I suggest you to recheck the directory structure.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    Mobile csharp question

  • How to send values values to function which is in Windows CE thrugh .net
    J JUNEYT

    Yes you can pass some values to core functions of an dll file. There is a PINVOKE methods that shows how to do it. Please check this link Here I hope it helps.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    Mobile csharp help tutorial question

  • How can I run a exe in the start up of a windows mobile device
    J JUNEYT

    There is a folder named Start programs under windows directory. You should place the executable under it.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    Mobile question

  • How can I place an entry into Windows Mobile Calendar via coding?
    J JUNEYT

    Hello, I would like to know that How I can place an etry into Windows Mobile Phone's Calendar with coding. Is there an example how to do it? Regards.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    Mobile tutorial question

  • Why application icon is not showing up?
    J JUNEYT

    Hi, I created an application and successfully placed under programs group. However the icon is not showing up in the group. I created 32x32 4 bit icon. Under programs group I placed application's shortcut and the original application has been placed under program files group. What could cause such problem not to display the icon of application? Another question is how can I add the application under OS's remove applications group to be unistalled? Thanks.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    Mobile question help

  • How can I add an application to programs group of OS?
    J JUNEYT

    Hello, I would like to know how I can add a created application under Windows Mobile OS programs group or under games? Thank you. :wtf:

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    Mobile question

  • How can I transfer all the records in the dataset to a sql database?
    J JUNEYT

    Hi, what is the easiest way to transfer all the records in the dataset to a database? Is there a bulk method what could handle the whole process. I have populated dataset that identical to database. How can I transfer all the record into database? Thanks.

    What a curious mind needs to discover knowledge is noting else than a pin-hole.

    Visual Basic question database
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups