Search

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

Matching Posts

  • Re: customErrors mode for just 1 IP ?

    Switch it to remote only, then use Remote Desktop (Start>programs>accessories>communication) to browse or develop straight on the server.
    Posted to Getting Started (Forum) by Emyr on 9/8/2008
  • Re: passing arraylist of objects

    where you're calling the method with method(MyArraylist); try method(MyArraylist.ToArray());
    Posted to Getting Started (Forum) by Emyr on 9/7/2008
  • Re: need a logic , any genious help me

    [quote user="digvijay.chauhan"] [quote user="Emyr"] Nice and neat? while (myString.Length>1){ sum = 0; foreach (Char c in myString){ sum += Int16.Parse(c); } myString = sum.ToString(); } [/quote] if you notice the final result needed is a number between 0 and 9 always ! [/quote] Give me an example of when 0,1,2,3,4,5,6,7,8 or 9 convert into a string with length greater than 1... why do you think it's a while loop?
    Posted to Getting Started (Forum) by Emyr on 9/5/2008
  • Re: How to get IP address using Email Address

    My do you actually need the user's IP address?
    Posted to Getting Started (Forum) by Emyr on 9/4/2008
  • Re: need a logic , any genious help me

    Nice and neat? while (myString.Length>1){ sum = 0; foreach (Char c in myString){ sum += Int16.Parse(c); } myString = sum.ToString(); }
    Posted to Getting Started (Forum) by Emyr on 9/4/2008
  • Re: Writing to a .mdf file

    [quote user="harrifer"] As explained you... [/quote] Ummm... did that post actually contribute anything new?
    Posted to Getting Started (Forum) by Emyr on 9/3/2008
  • ViewData does not exist... in a ViewPage?

    In the Index.aspx view of my controller, I've done this, and it works: <% foreach (MyClass item in (IEnumerable)ViewData.Model) { %> < tr > < td > < a href= "/MyController/Edit/ <%= item.Id %> " > <%= item.GUID %> </ a > </ td > < td > < a href= "/MyController/Edit/ <%= item.Id %> " > <%= item.Description %> </ a > </ td > </ tr > <% } %> However, having attempted a copy&paste
    Posted to ASP.NET MVC (Forum) by Emyr on 9/2/2008
  • Re: xml load errors

    [quote user="AliSufyanButt"] Dear Emyr, It is obvious that any user will not reveal his/her real server information. [/quote] I was wondering whether or not url was a local variable, and he was accidentally passing the actual string "url" into the function. You assume too much.
    Posted to Getting Started (Forum) by Emyr on 9/1/2008
  • MVC and SOAP

    I have access to a SOAP interface which does searches for me based on preset definitions. Think of it as stored procedures wrapped up in XML. I have no control over the internal workings. I have been provided with a set of classes which convert the XML into semi-useful objects. There are aspects of these classes which I don't like. I'm making an application which will be used to manage the definitions using the SOAP interface, but this app will also store additional fields in a local DB,
    Posted to ASP.NET MVC (Forum) by Emyr on 9/1/2008
  • Re: xml load errors

    [quote user="Matty Savage"] XmlTextReader xtReader = new XmlTextReader ( "url" ); NetworkCredential netCredential = new NetworkCredential ( "user" , "pass" , "" ); [/quote] Is this your actual code, or did you just replace the details with url,user,pass for us...?
    Posted to Getting Started (Forum) by Emyr on 9/1/2008
Page 1 of 8 (80 items) 1 2 3 4 5 Next > ... Last ยป