jrummell

1,355
reputation
168 views

Registered User

name jrummell
member for 1 year
seen yesterday
website
location OH
age 27
Dec
14
answered Tooltip in gridview
Dec
14
answered customvalidator can’t find controltovalidate
Dec
10
comment How to add an image to an SSRS report with a dynamic url?
No, the images are on a separate web server.
Dec
3
revised How to add an image to an SSRS report with a dynamic url?
added 69 characters in body
Dec
3
revised How to add an image to an SSRS report with a dynamic url?
added second update
Dec
3
comment How to add an image to an SSRS report with a dynamic url?
Yes, I was able to get the images to display in the Report Designer (VS 2005) with an absolute path. But they didn't display on the Report Manager website.
Dec
2
revised How to add an image to an SSRS report with a dynamic url?
fixed type in title; added 218 characters in body
Dec
2
revised How to add an image to an SSRS report with a dynamic url?
added source=External
Dec
2
comment How to add an image to an SSRS report with a dynamic url?
Good idea, but it displays the correct url.
Dec
2
asked How to add an image to an SSRS report with a dynamic url?
Nov
25
comment How to find files in source control but not in a Visual Studio solution?
#1 worked out just fine, thanks! I had forgotten about "Show All Files".
Nov
25
comment How to find files in source control but not in a Visual Studio solution?
I considered that, but I wanted to see if anyone else had already done the work :)
Nov
25
asked How to find files in source control but not in a Visual Studio solution?
Nov
24
answered How to get ASP.NET Forms Authentication (using role restrictions) to not redirect to login page.
Nov
23
comment Problems with sort and IComparable
I had the same problem, thanks! It makes me wonder though, why doesn't IComparable<T> inherit from IComparable?
Nov
18
comment Ajax Toolkit Client Rendering
Glad I could help!
Nov
17
accepted Ajax Toolkit Client Rendering
Nov
17
comment Ajax Toolkit Client Rendering
I added an update about the ToolkitScriptManager, but I don't think you'll get a decent response time unless you're able to break it up into smaller pieces. I would say 2 secs for each step is better than 6 for the whole form, but that's just me ...
Nov
17
revised Ajax Toolkit Client Rendering
added 336 characters in body
Nov
17
answered Ajax Toolkit Client Rendering
Nov
2
comment Is there an open-source, web-based, self-hosted, revision control system?
Yup, the installer is what makes it so amazing for people like me who don't know anything about apache.
Nov
2
revised Is there an open-source, web-based, self-hosted, revision control system?
added 25 characters in body
Nov
2
answered Is there an open-source, web-based, self-hosted, revision control system?
Nov
2
accepted How to display dwf/dwg in a web page?
Oct
30
answered How to display dwf/dwg in a web page?
Oct
29
asked How to display dwf/dwg in a web page?
Oct
23
revised jQuery UI + ASP.NET UpdatePanel - Is it worth it?
added Update
Oct
23
comment jQuery UI + ASP.NET UpdatePanel - Is it worth it?
I've already learned (and am OK with) the obstacles of UpdatePanel + jQuery. Now I'm interested in UpdatePanel + jQuery UI. I'll replace UpdatePanels with $.ajax() and PageMethods as I go (encosia.com/2007/07/…), but I still need to keep my existing UpdatePanels working.
Oct
23
comment jQuery UI + ASP.NET UpdatePanel - Is it worth it?
I've already learned (and am OK with) the obstacles of UpdatePanel + jQuery. Now I'm interested in UpdatePanel + jQuery UI. I'll replace UpdatePanels with $.ajax() and PageMethods as I go (encosia.com/2007/07/…), but I still need to keep my existing UpdatePanels working.
Oct
23
comment jQuery UI + ASP.NET UpdatePanel - Is it worth it?
I've considered replacing the AJAX Control Toolkit with jQuery UI before and so far I've agreed with you. I was hoping that someone would prove me wrong =/.
Oct
23
revised jQuery UI + ASP.NET UpdatePanel - Is it worth it?
added 38 characters in body
Oct
22
comment jQuery UI + ASP.NET UpdatePanel - Is it worth it?
Ideally, I would. Unfortunately, I don't have the time or resources to remove all UpdatePanels from my project.
Oct
22
revised jQuery UI + ASP.NET UpdatePanel - Is it worth it?
edited tags
Oct
22
asked jQuery UI + ASP.NET UpdatePanel - Is it worth it?
Oct
21
comment How to use HTML entities in an SSRS report?
That's too easy! I'll try it when I get back to work tomorrow.
Oct
20
asked How to use HTML entities in an SSRS report?
Oct
20
revised How to use Floor/Ceiling in a ReportModel expression field?
added 262 characters in body
Oct
19
revised How to use Floor/Ceiling in a ReportModel expression field?
added 31 characters in body; added 17 characters in body
Oct
19
comment How to use Floor/Ceiling in a ReportModel expression field?
Nope, not in a ReportModel expression.
Oct
19
comment How to use Floor/Ceiling in a ReportModel expression field?
Is that possible with a ReportModel project?
Oct
19
asked How to use Floor/Ceiling in a ReportModel expression field?
Oct
9
awarded  Yearling
Oct
8
comment Why does ASP.Net fail to serve pages while doing an SVN Update? Does VSS behave better?
Are the xml files in the bin folder?
Oct
8
revised SSRS 2005 Parameter Based Security
added update regarding ASP.NET ReportViewer control
Oct
8
comment SSRS 2005 Parameter Based Security
If we split the unioned view into two separate views, we could probably use database roles to grant select on only the appropriate company's view. Is that what you're alluding to?
Oct
8
comment SSRS 2005 Parameter Based Security
It's selecting from a view that selects from both company's tables with union all.
Oct
8
asked SSRS 2005 Parameter Based Security
Oct
8
comment Mixing object props and strings in a List<object>
I know the feeling. I tend to type "or" in C# and "||" in sql quite often.
Oct
8
accepted Should I format my ASMX web service responses for AJAX server side or client side?
Oct
8
accepted Mixing object props and strings in a List<object>