Search

You searched for the word(s): userid:690095

Matching Posts

  • Re: web service...?

    [quote user="ashish-1983"]it's easy to overload a function in webservice..[/quote] Are you using ASMX or WCF? If you are using WCF the easy way to overload web methods is to use a different alias on the method name by using the OperationAttribue with the NAME parameter. http://jeffbarnes.net/blog/post/2006/09/20/Overloading-Methods-in-WCF.aspx
    Posted to XML Web Services (Forum) by jimmy q on 11/25/2009
  • Re: Difference between PDA and mobile Phones

    [quote user="lvensen@gmail.com"] What is the difference between PDA's and mobile phones? How to create PDA applications and mobile Applications? What are the system requirements for both applications? Pls give some examples for both the applications. Thanks in advance.[/quote] They are both mobile devices and there is no major difference. I guess what you are trying to ask is the difference between mobile applications and mobile web sites. There difference here is one is installed pyhsically
    Posted to Mobile and Handheld Devices (Forum) by jimmy q on 11/25/2009
  • Re: webform that called web service that calls another webservice

    [quote user="Zenuke"]I just keep getting a 401 access denied type message. [/quote] This generally denotes a security related issue so it can be permissions etc First thing to check if your security logs on the hosting machine to see if there are any failed audits and also look athe application event logs. I would suggest checking the application pools and service accounts to make sure they are using the correct password, and that appropriate permissions have been granted to those accounts
    Posted to XML Web Services (Forum) by jimmy q on 11/25/2009
  • Re: Injecting properties/fields into the existing type at runtime

    I can see what you are trying to achieve. Just a suggestion, rather than trying to inject a type which I have no idea how to do and not something I have tried, have you considered a similar validation framework but maybe using attributes and reflection. Sure this is not totally dynamic and will require recompilation if a change is made, but it is still flexible and powerful. You will have attributes that defined certain validation rules and all you need is a base class or some other class that can
    Posted to C# (Forum) by jimmy q on 11/25/2009
  • Re: WCF Service that sends & recieves Xml.

    [quote user="baileyswalk"]I heard that you couldnt pass xml to functions within a WCF service, and there is some truth in that statement as you can only pass in elements and nodes, I assume this is because you cant have two headers within your SOAP message.[/quote] You can pass nearly anything you want to a WCF service as this is defined by your data contract. So you can pass in an Xml as a string. There is no limitation of what you cant pass in as everything can be serialised and passed
    Posted to XML Web Services (Forum) by jimmy q on 11/25/2009
  • Re: IsMobileDevice not detecting an iPod

    The IsMobileDEvice property does not work for all devices and there are several ways around this. Some devices will inject a special HTTP header that you can inspect for. This is the case for the iphone and blackberry devices. I am not sure on the Header name but a quick search should yield you the result. The other more manual method is to manually parse the useragent for key words.
    Posted to Mobile and Handheld Devices (Forum) by jimmy q on 11/25/2009
  • Re: Testing for phone browser rendering bugs

    [quote user="Jmarr"]It is a public site, which will make it harder to specify which phones are "supported."[/quote] You can still target certain rendering standards and advise users of the prefered platform.
    Posted to Mobile and Handheld Devices (Forum) by jimmy q on 11/23/2009
  • Re: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    [quote user="Peter Smith"]How do I do these 2 things? :$ check what version my app binds to AND add an assembly binding? :$:$:$[/quote] First check the actual version of the System.Web.Extensions that you are using. In your project, expand your references node and locate the System.Web.Extensions entry and in the properties window check the version you need to use.
    Posted to Getting Started (Forum) by jimmy q on 11/21/2009
  • Re: many website request and occupy bandwidth

    [quote user="dr_csharp"]so it dosent have any softwaral solution to avoid ?[/quote] I am not aware of any out of the box software solution. If you are using a hosting provider they may have some sort of firewall that can detect for DOS attacks. [quote user="dr_csharp"]i was thinking about blocking IP addresses with most request,but it is not OK cause for example when 100 people wanna connect to my sit from a company ,all them have same IP addresses .. so here conflict occure between
    Posted to Security (Forum) by jimmy q on 11/21/2009
  • Re: Login program

    [quote user="moni_bansal"] can you give me some Example form.I want to use database also. Would like to help with example [/quote] Look at this video tutorial http://www.asp.net/learn/videos/video-189.aspx
    Posted to Security (Forum) by jimmy q on 11/21/2009
Page 1 of 313 (3130 items) 1 2 3 4 5 Next > ... Last »