CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: techtalk7

Search: Search took 0.02 seconds.

  1. Load javascript along with Backbone loaded Partial View

    I have an MVC4 application that I made into a Single Page Application that loads partial views into the _Layout.cshtml using Backbone.js's ajax-style Routers.

    One of the partial views makes use of...
  2. Re: ASP.NET MVC4 and Colorbox Plugin via Partial View

    I dont know if this might give a clue but I just noticed that if I:

    1) click colorboxLink, modal pops up
    2) then click anywhere inside the modal, the following screenshot happen

    .. the...
  3. Re: ASP.NET MVC4 and Colorbox Plugin via Partial View

    Can anybody tell me why this isnt working Ive looked into it extensively for many many hours I just dont understand why it wont load as a colorbox :(
  4. Re: ASP.NET MVC4 and Colorbox Plugin via Partial View

    My apologies, Ill keep those rules in mind.

    Still unresolved and hoping someone familiar with colorbox plugin can take a look.

    Thanks
  5. Re: ASP.NET MVC4 and Colorbox Plugin via Partial View

    Hi, Im continuing my question on this thread because although I solved the first issue I had (and updated the code in my original post), Im now faced with a new issue (question also updated in...
  6. Re: ASP.NET MVC4 and Colorbox Plugin via Partial View

    I posted and got my answer here for those having any similar issue:
    http://stackoverflow.com/questions/9715497/how-to-load-a-partial-view-into-a-container-in-layour-cshtml
  7. ASP.NET MVC4 and Colorbox Plugin via Partial View

    Hi,
    Ive been trying to implement a colorbox popup for the past 2 days and Im at stuck at pretty much the last step.

    I have an anchor that, when clicked, should load in a colorbox into a container...
  8. Replies
    2
    Views
    698

    Re: MultiThreading Help need please

    This worked beautifully, thank you :)
  9. Replies
    2
    Views
    698

    MultiThreading Help need please

    Hi, Im just begining to learn multithreading and decided to add support for it in a program I previously built. It consists of 3 main tasks I separated into 3 methods that I wanted to launch on...
  10. Replies
    5
    Views
    3,641

    Re: ContextSwitchDeadLock please help

    Ok I got this resolved, sorry for the trouble. For debugging purposes I set MAX_BATCH_SIZE = 100; which says to write 100 lines to memory then save it to the file. I had forgotten to switch this back...
  11. Replies
    5
    Views
    3,641

    Re: ContextSwitchDeadLock please help

    sorry about that



    public partial class MainWindow : Window
    {
    public List<String> fileCollection = new List<String>();
    public delegate void ImportHelper(string s, Symbol...
  12. Replies
    5
    Views
    3,641

    Re: ContextSwitchDeadLock please help

    So I opened my .NET tome to try to find the easiest what to execute it on a separate thread and decided to use a delegate's asynchronous invocation method BeginInvoke().

    Because...
  13. Replies
    5
    Views
    3,641

    ContextSwitchDeadLock please help

    I built a TickImporter class to import very large csv files of price data into a trading software for charting.

    The function that does all the actual importing is TickImporter.ImportToDataStore()....
  14. Replies
    3
    Views
    2,755

    Re: HttpWebRequest/Response Exception

    This worked thank you! :)
  15. Replies
    3
    Views
    2,755

    HttpWebRequest/Response Exception

    Hi, Im trying to build an app that retrieves real-time fx quotes.

    Im getting an exception "cannot access a disposed object" when I try to make a 2nd call to GetResponse() even though I am...
  16. what did i do wrong. help me fix this please

    Hi, I just started Silverlight I built my first application to practice two-way binding and creating resources. Everything seems to work great except one thing.

    I made a button that I would like...
  17. Replies
    1
    Views
    5,435

    beginner question

    Hi, I've been learning C# for a while now so I decided to finally tackle WPF, and I feel like a beginner again. Only a few pages into my studies I tried to replicate the code in my book but it just...
Results 1 to 17 of 18





Click Here to Expand Forum to Full Width

Featured