Search:

Type: Posts; User: Krokonoster

Page 1 of 12 1 2 3 4

Search: Search took 0.03 seconds.

  1. VS 2010 Re: Swopping out .Net Membership Provider (custom) with Active Directory

    Every app I create use IoC, don't worry about that. ;-)
    Your answer is more trying to give me programming tips, not what I asked for but you hint in there (unless I got it wrong) that they can...
  2. VS 2010 Swopping out .Net Membership Provider (custom) with Active Directory

    Hi,

    In my web application I created a custom implementation of the standard .net membership and role providers, using nHibernate. Works fine.

    Now I have the requirement that client's should...
  3. Getting Started - Bit confused, need some tips to get going.

    Hi,
    For what it matter I know my html/css/js/jquery (and asp.net mvc, etc for the matter, though not usefull here other than creating service endpoints for a mobile app using asp.net web api)

    I'm...
  4. 3.0/LINQ Making,Logging, Recording phone calls from .Net app

    Hi,

    Excuse me being vague, but never did something remotely like this.

    Will need to build a call-center like app, where the app pops up a member, and the call center operator click on it and a...
  5. Thread: C vs C++

    by Krokonoster
    Replies
    2
    Views
    740

    Re: C vs C++

    Just taking a guess here and think you mean programming micro-controllers?

    Really a C / C++ noob (doing .net for years also) and also (if guessed right) getting into programming micro-controllers...
  6. Re: Crystal Image with transparent background

    Yep, learned that much. A bummer though.
  7. Crystal Report not work when deployed to server

    Never used Crystal, so bear with me.

    I’m using Crystal Reports 2008 (Version 12.0.0.683) Product Type : Full

    From my .net project (asp.net mvc 4 / c#) on my local machine I can generate reports...
  8. Crystal Image with transparent background

    Installed Crystal for the first time in my life this morning, so please bear with me if my questions are n00bish and my reply's contain more "huh's" than anything else.

    In my database I save...
  9. Replies
    0
    Views
    958

    VS 2010 Crystal Report Generation in MVC

    Hi,
    Since I don't know much about Crystal Reports, I'm not sure how much of the following relate to MVC. Forgive me if it's totally unrelated (and feel free to move my post, mods)

    My company...
  10. 3.0/LINQ Re: nHibernate - Ensure data in different tables stored with different Id's

    I like the using GUID as id idea. (dang, i wanted to go with that in the beginning)
    You just educated me. I made the assumption GUIDs are unique. lol
    Thanks!
  11. 3.0/LINQ nHibernate - Ensure data in different tables stored with different Id's

    Hi,
    Got a problem after a file uploading function have been abused and now must figure out a solution on my side.

    In a nutshell, I have 5 different tables, not related to each other and my only...
  12. 3.0/LINQ Re: Searching value containing any string (or part of) in a string array

    Ok
    I'm not sure if you used jQuery.DataTables before? It have a search function (happening client-side by default) where you can type in parts of the value in one column, part of value of another...
  13. 3.0/LINQ Searching value containing any string (or part of) in a string array

    I will have a search string but need to search by each individual string in it, so I'm creating an array:
    string[] criteria = param.sSearch.Split(' ');

    Now the first issue is that say "Jack ",...
  14. 3.0/LINQ Some kind of service to receive sms messages.

    Hope nobody mind I'm posting to the C# forum, since I do not have a clue how / if the following can be done.

    Hoping that it would be possible for mobile apps to send out automated text messages...
  15. Mobile App to send automated sms. Possible (without user intervention)

    Hi,
    First off, I'm not a mobile phone developer and not intent to get into it (too busy with web/db/etc)

    However I'm being blind-sided (or so it feel) by the guys we partner with developing the...
  16. Service or Mobile app to alert when website is down

    Hi,

    Anyone know if there's some kind of service that will periodically check if your website / server is still online and alert you (email?) if it's not?

    Ideally would be a mobile app. I...
  17. 3.0/LINQ Re: Need help with LINQ Query - Order by bool, then parent -> children

    Will see if I can figure it out, but right now get the following exception:
  18. 3.0/LINQ Auto Calculating codes using specified algorithm.

    Bit of a though request from boss, and did not want to say "Dunno how"

    Each time a new product are added I must assign it a product code, which will be a 3 digit numerical code.
    For the first 9...
  19. 3.0/LINQ Re: Need help with LINQ Query - Order by bool, then parent -> children

    wow...would need to study a whole book to figure that one out. Thanks.

    Not totally right though. Should have used demo names so I could post the actual data, but what I have now:
    * I have 1...
  20. 3.0/LINQ Need help with LINQ Query - Order by bool, then parent -> children

    Hi,
    I'm showing a list of services which have the following members (removed non-relevant ones):

    public string Name { get; set; }
    public bool Compulsory { get; set; }
    ...
  21. VS 2010 Re: Suggestions for creating PDF documents

    hmm. I just found out the desktop app in use (vb.net... i use mvc/c#..it's a web app) generate these forms that way. (exactly the forms I need to generate)
    Before looking into it, would i be wrong...
  22. VS 2010 Suggestions for creating PDF documents

    Hi,
    Using data posted by a mobile app to my database (via a web api) I will need to create PDF forms with the data filled in as if a user did that.
    I never did PDF generation, so some "points" that...
  23. Add item to beginning / top of dropdown list

    How to one ensure the following will add an option to a dropdownlist, but at the top of the list? (since the list will already be populated in my case)


    $.fn.prependSelect = function (value,...
  24. Help adding a "changed" callback function to existing plugin (not written by me)

    Hi,
    My jQuery skills are not that wonderful, and wanted to ask if someone can help me modify this plugin.
    Basically I need to be able to specify a callback event that need to be fired after line...
  25. Re: Seems I cannot check a checkbox in jQuery

    I got it working now (phew!)....but ONLY if I put in breakpoints in FireBug when binding to the events.
    Otherwise it seems the modal.show get called before it the binding to the show even occured,...
  26. Re: Seems I cannot check a checkbox in jQuery

    k, will give it a shot.
    Used to use firebug, but for some reason using chrome last months and never really figured out it's tools.
    Will post answer here when found problem. Probably just sth...
  27. Re: Seems I cannot check a checkbox in jQuery

    Yep, it's 1 every time. (just checked)

    There's definitely not 2 checkboxes by the same id.
    The view over which it open have something having the same Id as the name/id of these checkboxes.
    Did...
  28. Re: Seems I cannot check a checkbox in jQuery

    Nope, but now I'm not so sure what is really my problem:
    Look at this code:


    if (jQuery.inArray(id, currentSelection) > -1) {
    // just to make sure $(this) is the checkbox
    ...
  29. Re: Seems I cannot check a checkbox in jQuery

    Here's the full plugin script. I'm not sure if it got anyhing to do with my content (the list with checkboxes) being loaded at runtime (asp.net mvc partial view)

    plugin:


    (function ($) {
    ...
  30. Seems I cannot check a checkbox in jQuery

    Hi,
    Got an array of id's, and just want to go over all checkboxes and check those whose id are in the array.
    However seems no syntax I'm using will check the checkboxes...

    ......
    if...
  31. "First" jQuery Plugin - Any critic / advice?

    Hi,
    I ended up last week with a really ugly piece of non reusable code where I basically wanted to open a modal, passing some data to it, and return data back when the modal close.
    After some...
  32. Re: How to subscribe to this service?

    lol. Was a typo the provider made. .asmx not .asm
    All fine.
  33. [RESOLVED] How to subscribe to this service?

    Hi,
    My WCF knowledge are pretty limited (mostly creating services using web binding).
    I'm asked to use a web service a client have we will be integrating with, and unsure what is this and how to...
  34. 3.0/LINQ Re: nHibernate 3.2 - Mapping in Code - ManyToMany

    Solved it. Problem was in my configuration. (stupid one)


    // duuuh!!!
    //mapper.AddMapping<UserMap>();
    // should be this.......
  35. 3.0/LINQ nHibernate 3.2 - Mapping in Code - ManyToMany

    Hi,
    [Not sure where to post, since it's an nHibernate Question]
    I'm stuck using the newer build in mapping by code with nHibernate in a many to many relationship between my User and Role objects ...
  36. 3.0/LINQ Re: [RESOLVED] LINQ for converting IList to string array of Role.Name

    Custom Membership and Role Providers using nHibernate.
  37. 3.0/LINQ Re: LINQ for converting IList to string array of Role.Name

    Awesome, thanks!
    Did not test it yet, but much shorter / more readable:

    public override string[] GetRolesForUser(string username)
    {
    try
    {
    User user =...
  38. 3.0/LINQ [RESOLVED] LINQ for converting IList to string array of Role.Name

    Hi,
    The following work, but I'm pretty sure can be converted to a LINQ query, and been wasting time on it (Not necessary, but curiosity can be a killer sometimes)
    (User got a member of type...
  39. Replies
    6
    Views
    1,668

    Re: WCF - JSON - JQuery

    This perhaps rings a bell?

    "NetworkError: 405 Method Not Allowed - http://localhost:8732/service1/GetAnyString"

    trying your method and seems to work....FireBug show this error though.
  40. Replies
    6
    Views
    1,668

    Re: WCF - JSON - JQuery

    Okey dokey, I'll give it a shot.
    I pretty much started rewriting some service the guy before me did not finish (it was in vb.net and did not use JSON at all) so in many places did the same he...
Results 1 to 40 of 456
Page 1 of 12 1 2 3 4