Search:

Type: Posts; User: ediguy

Page 1 of 9 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    778

    Re: nested async api calls?

    c# .net 4.5 MVC
  2. Replies
    3
    Views
    778

    nested async api calls?

    Hi all,

    I am having an issue I cannot figure out. Sometimes it works and sometimes it doesn't (most of the time) and obviously this isn't good.

    I have Program A, B, and C. I want program A to...
  3. Replies
    12
    Views
    1,453

    Re: Trying to use App_Data\custom.mdf in Amazon

    I'm thinking it's my expectation. Running on my local development machine, the MDF is showing up in the server explorer and that's what is being populated using my code. What I am hoping to do is...
  4. Replies
    12
    Views
    1,453

    Re: Trying to use App_Data\custom.mdf in Amazon

    Amazon isn't the problem. I checked the config strings and from what I see they should be ok. I am connecting to the ....mdf file in my App_Data correctly when I run this locally on VS 2013 running...
  5. Replies
    12
    Views
    1,453

    Re: Trying to use App_Data\custom.mdf in Amazon

    Sorry for the confusion. I tried that and still get:

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not...
  6. Replies
    12
    Views
    1,453

    Re: Trying to use App_Data\custom.mdf in Amazon

    OK so I removed the |DataDirectory| section as you suggested and ended up getting this error now:

    A network-related or instance-specific error occurred while establishing a connection to SQL...
  7. Replies
    12
    Views
    1,453

    Trying to use App_Data\custom.mdf in Amazon

    Hi everyone,

    I'm using VS2013 to develop a system that will end up running on the Amazon cloud. I've got it running perfectly on my local machine using a local MDF file for the database. I try to...
  8. Replies
    0
    Views
    572

    radiobuttons in repeaters

    Hi all,

    I have found some information about this, but what I have found doesn't really apply to my situation so I'm hoping someone here may know.

    I am using a repeater to generate rows in a...
  9. Replies
    13
    Views
    8,786

    Re: Synergy/DE opinions?

    To be fair, the folks at Synergy have been very helpful in trying to get the project moving forward.

    However, the positive answers regarding Synergy that I see come from people that have used...
  10. Replies
    13
    Views
    8,786

    Re: Synergy/DE opinions?

    OK great info so far. But I have been working with Synergy in VS 2012 and 2013 for a month now. Whenever I try to code the Synergy project and a c# wpf project in the same solution, I lose the...
  11. Replies
    13
    Views
    8,786

    Re: Synergy/DE opinions?

    Great info thank you. If you had to develop just a web-based or windows-based system, and were going to start from scratch, would you still invest in the synergy infrastructure on top of VS to do...
  12. Replies
    13
    Views
    8,786

    Re: Synergy/DE opinions?

    Again I ask, what type of applications have you used it for? And I understand that your opinion of Sysnergy is as it is, but can you provide something a little bit more factual as to why it is a good...
  13. Replies
    13
    Views
    8,786

    Re: Synergy/DE opinions?

    Wondering what type of applications are you using/have you used it for? Trying to understand the ups and downs of Synergy over C#?
  14. Replies
    13
    Views
    8,786

    Synergy/DE opinions?

    Hi everyone,

    I'm just trying to get some opinions of Synergy for .Net. Has anybody used it to develop applications? Any opinions?

    Thanks in advance,
    J
  15. Anyone use Synergy/DE or any of their components?

    Hi everyone,

    I'm just trying to get some opinions of Synergy for .Net. Has anybody used it to develop applications? Any opinions?

    Thanks in advance,
    J
  16. Replies
    2
    Views
    1,368

    IIS and downloading files question

    Hi all,

    Sorry if this isn't the right forum, but I didn't see any specific IIS forum.

    I am running IIS 7.5. Is there a setting that allows you to restrict the number of downloads a single user...
  17. Replies
    3
    Views
    1,427

    Re: Need some help saving excel format to disk

    Hi Gary,

    I sorta do have to send it as an attachment, because ultimately the CSR will edit the spreadsheet and send it back to the user once the information is complete. And the CSRs aren't going...
  18. Replies
    3
    Views
    1,427

    Need some help saving excel format to disk

    Hi all,

    I have a situation where I need to email a formatted excel spreadsheet to a CSR when a user clicks a button on my site.

    I am doing this by taking an HTML table on my site and saving...
  19. Need opinions on file creation/transfer please

    Hi everyone,

    I'm hoping to get some opinions on how to best implement the following process, just from a high level standpoint.

    Essentially what is happening is a User logs onto web app and...
  20. Thread: IIS 7.5 issues?

    by ediguy
    Replies
    1
    Views
    1,167

    IIS 7.5 issues?

    Hi everyone,

    Not sure that this is the proper place, but has anyone ever experienced an appilication (ASP.Net 4.0 using C#) that suddenly stops connecting to a DB without losing network...
  21. Replies
    0
    Views
    514

    Large listbox choppy in IE8 Only?

    Hi everyone,

    I have a really frustrating issue with a user who insists on using compatibility mode on the entire site because of 1 listbox that is choppy in IE8 but smooth in compatibility mode....
  22. Replies
    7
    Views
    1,063

    Re: Multiline Texbox Question

    I THINK I have it set using the onkeyup logic as shown above. Now to see whether or not the user can deal with what they asked for :)
  23. Replies
    7
    Views
    1,063

    Re: Multiline Texbox Question

    I like the idea, and I've created controls before, but not for such a specific task. I gave it a shot, but the OnKeyPress event doesn't exist for a textbox, it's trying to fire a javascript instead.
  24. Replies
    7
    Views
    1,063

    Re: Multiline Texbox Question

    I did. Once I hit the 100th column it just keeps going without going to the next line.
  25. Replies
    7
    Views
    1,063

    [RESOLVED] Multiline Texbox Question

    Hi everyone,

    I've had an "interesting" request that I need some insight on.

    1) Is it possible, in a multiline textbox, to automatically break to the next line after 100 characters?
    2) If not,...
  26. Re: Need help with page displays in IIS 7.5

    Got it. I set up a MIME type for .jsp and made it point to text/html
  27. [RESOLVED] Need help with page displays in IIS 7.5

    Hi everyone,

    This worked when I tested the site under IIS 6.

    I have a number of pages from my old site (which was in java). I essentially created HTML pages that had the jsp extension as an...
  28. Re: Dropdown list in updatepanel on IIS 7 stuttering?

    I discovered something. On the screen I am using the ajax calender extender. If I don't click on the calender icon to enter the date, it works perfectly. But if I click on the calender icon and enter...
  29. Dropdown list in updatepanel on IIS 7 stuttering?

    Hi all,

    I created a site in VS2010 that uses a dropdownlist to select an item. When the user selects the item, other fields are populated based on that selection. I tested this on a dev server...
  30. Replies
    5
    Views
    2,500

    Re: AJAX Toolkit and Chrome/Safari Issues

    I put that code into my master page as javascript and it didn't like it. Kept telling me Sys is undefined
  31. Replies
    5
    Views
    2,500

    Re: AJAX Toolkit and Chrome/Safari Issues

    Honestly as much as I do like Apple products, I'm less concerned about Safari than I am with Chrome. Any suggestions for Chrome?
  32. Replies
    5
    Views
    2,500

    AJAX Toolkit and Chrome/Safari Issues

    Hi all,

    Wondering if someone has come across this issue.

    I am using the ajax toolkit to display a modal popup window in which the user can select from a list box value(s) and the submit from...
  33. Replies
    4
    Views
    2,031

    Re: Deploying Crystal 13

    OK I found out what was happening. I was missing a tilde (~) in the ResourceUri for the solution I referenced in the MSDN link. Once I put that in it worked perfectly!
  34. Replies
    4
    Views
    2,031

    Re: Deploying Crystal 13

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET4.0C;...
  35. Replies
    4
    Views
    2,031

    Re: Deploying Crystal 13

    FYI I tried doing this and it did not work for me. I still get the bobj error :(

    http://social.msdn.microsoft.com/Forums/en-US/vscrystalreports/thread/ef56f72b-7ede-47d8-ba9e-9e63b9ac0203
  36. Replies
    4
    Views
    2,031

    [RESOLVED] Deploying Crystal 13

    Hi all,

    I'm hoping someone can help me out with this. I have a crystal report (V13) that works perfectly on my development machine. I went to deploy it on my testing server (32 bit machine) and...
  37. Replies
    1
    Views
    603

    Best Way to convert to xml?

    Hi all,

    I have a text file that contains multiple record types with variable length records based on the record type. Each record has its own field definition.

    So it looks something like this...
  38. Thread: IIS vs. Apache

    by ediguy
    Replies
    1
    Views
    818

    IIS vs. Apache

    Hi all,

    I'm not all that familiar with Apache (i.e., i know pretty much nothing about it :) ), but I am fairly familiar with IIS.

    I'm trying to determine if a number of applications that my...
  39. Replies
    2
    Views
    792

    Re: Need some help with session state

    Some additional info.

    The page itself loads. However, when I click Logon that's when I get the error. It's in C#
  40. Replies
    2
    Views
    792

    Need some help with session state

    Hi all,

    I had a site working great on my testing machine. I made a change to the IIS configuration so that the default site would be something different than what it was. Now when I try to run the...
Results 1 to 40 of 323
Page 1 of 9 1 2 3 4



Click Here to Expand Forum to Full Width