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...
Type: Posts; User: ediguy
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...
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...
Wondering what type of applications are you using/have you used it for? Trying to understand the ups and downs of Synergy over C#?
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
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
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...
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...
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...
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...
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...
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....
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 :)
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.
I did. Once I hit the 100th column it just keeps going without going to the next line.
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,...
Got it. I set up a MIME type for .jsp and made it point to text/html
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...
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...
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...
I put that code into my master page as javascript and it didn't like it. Kept telling me Sys is undefined
Honestly as much as I do like Apple products, I'm less concerned about Safari than I am with Chrome. Any suggestions for Chrome?
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...
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!
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;...
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
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...
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...
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...
Some additional info.
The page itself loads. However, when I click Logon that's when I get the error. It's in C#
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...
Hi Gary,
Have you had any noticeable issues with speed in IE7 vs IE 8 or above using these controls? I noticed a bit of lag in their demos, but since they are fairly lightweight it's hard to...
Hi everyone,
Just curious for those who have evaluated and/or used third party controls for ASP.Net programming.
1) Which have you used/evaluated?
2) if you have evaluated, which did you...
Hi all,
I'm having no luck finding info so I thought someone here might know.
I am setting up a routine whereby I have to copy the results of a MySQL stored procedure into a DataTable so that I...
Hi all,
I am putting together a site that so far has a score of 87 in Yslow. There's no way I am going to use a CDN so that stays as an F, and likewise it is pointless for this site to use gzip....
I am wondering if people think that a DBA should be able to access their databases from any machine within an authorized domain or if they should only be allowed to access them from specifically...
Found the answer, it must be done in the Page_PreInit function :)
Hi all,
Is it possible to select on page load or page pre load a different master page depending on a number of parameters?
a simple example would be if the device is mobile, use master page...
So i can tell the original developer that the code that is being generated and displayed is completely screwed up. That however they did they did it wrong.
So what you are saying is that my assumption about there being multiple head and body tags being wrong is correct. No matter what, an html page should only have 1 html and 1 body tag (which I believe...
I know that the HTML spec says 1 of each, that's why I am asking the question.