Kolten

648
reputation
129 views

Registered User

name Kolten
member for 1 year
seen 18 hours ago
website
location Prince George, B.C.
age 34
Developer, Kayaker, all around nice guy.
Dec
4
comment Content Query WebPart - Grouping by custom column?
chose this answer because it worked and easier to implement.
Dec
4
comment Content Query WebPart - Grouping by custom column?
Excellent thanks!
Dec
4
asked Content Query WebPart - Grouping by custom column?
Nov
25
awarded  Tumbleweed
Nov
17
asked Sharepoint 2007 Page Viewer webpart - autoscroll to webpart?
Nov
16
comment See what content is not sent over HTTPS
do you have any includes?
Nov
9
accepted Using additional email inboxes for Sharepoint Workflow approvals
Nov
5
answered Using additional email inboxes for Sharepoint Workflow approvals
Nov
5
comment Using additional email inboxes for Sharepoint Workflow approvals
Hmm no that's not it. I noticed "Edit access" was set to only their own, but it still says he doesn't have permissions to view the task. "Read Access" was always set to "All Items"...
Nov
5
asked Using additional email inboxes for Sharepoint Workflow approvals
Nov
3
comment How do you like your comments? ( Best Practices )
:P yes, that was a JOKE.
Oct
29
comment Windows Authentication doesn’t prompt for login
I expect the login prompt to appear for those outside our network. I thought that was standard for windows authenticated websites, no? I am pretty sure nothing changed at the domain level. The only thing i can think of is perhaps our certificates - we renewed them recently.
Oct
29
comment Windows Authentication doesn’t prompt for login
I have the site in the trusted zone, but it still says "page cannot be displayed". I am expecting a login box like before...
Oct
29
comment Windows Authentication doesn’t prompt for login
Yes, it is enabled - i enabled it so users would have to login to verify their credentials against our network.
Oct
28
asked Windows Authentication doesn’t prompt for login
Oct
21
answered Check that index file exists
Oct
21
answered In classic ASP, is there a way to handle errors at application level?
Oct
21
answered Building Web Content and Word Documents
Sep
30
answered Database vs Flat Text File: What are some technical reasons for choosing one over another when performance isn’t an issue?
Sep
30
answered html: div and select tag
Sep
25
accepted Determine if Google Earth is installed (on Windows)
Sep
24
answered Determine if Google Earth is installed (on Windows)
Sep
24
answered How to programatically find out the last login time to a machine?
Sep
23
comment authentication to sql 2005 using domain account from ASP
Ok, so I have the app pool set to use the "DOMAIN\NHA-svcRequestForm" for the identity, but now I keep getting a "Service Unavailable" error when I try to load a page... Verified the username and password are correct. Added the connection string as you detailed above, but no go! Any idea what is wrong? I am used to more detailed messages than just "Service Unavailable"...
Sep
23
comment authentication to sql 2005 using domain account from ASP
This is classic ASP.
Sep
23
comment authentication to sql 2005 using domain account from ASP
This is classic ASP.
Sep
23
asked authentication to sql 2005 using domain account from ASP
Sep
18
comment Integrated Authentication on Webserver - Security?
the web server is on domain AAA, but accessible from outside our network as well. When the user hits the authenticated page from outside, it defaults to xyz.com domain (our url) instead of AAA. Strangely enough, Chrome doesn't have an issue with the user just putting in their username with no domain.
Sep
18
comment Integrated Authentication on Webserver - Security?
yes, you're right. I am more concerned with external users.
Sep
17
awarded  Yearling
Sep
16
revised Integrated Authentication on Webserver - Security?
added 499 characters in body
Sep
16
comment Integrated Authentication on Webserver - Security?
Are you saying I cannot query ActiveD for a username and password using LDAP????
Sep
16
asked Integrated Authentication on Webserver - Security?
Sep
14
comment Sharepoint Document Libraries - “Date Created” field
Thanks - sharepoint needs some work in the intuitive dept.
Sep
14
asked Sharepoint Document Libraries - “Date Created” field
Aug
28
answered Javascript function: Add CSS Class if session variable not equal to X
Aug
27
answered ASP.NET vs Infopath for forms
Aug
27
answered Can infopath be integrated with asp.net for the data entry portion of an application?
Aug
20
awarded  Popular Question
Aug
13
awarded  Popular Question
Aug
4
awarded  Popular Question
Jun
26
answered ASP.NET how to tell if div is scrolled to the bottom.
Jun
26
answered Force all asp.net requests to a single page?
Jun
26
comment Ideas on database design for capturing audit trails
isn't this just a huge waste of space?
Jun
26
comment How can I draw a half torus?
draw a full torus. divide by two.
Jun
26
comment how to tell when scroll bar is at bottom of an asp.net multiline text box
from the top of my head: if (theTextBox.scrollTop == theTextBox.scrollHeight) {theCheckBox.visible = true;}
Jun
26
answered how to tell when scroll bar is at bottom of an asp.net multiline text box
Jun
12
comment Infopath 2007 Repeating table - two data connections
sure - I have no aversion to code. I would make this a asp.net page or something, but I need to distribute the information among departments, and they all want this on our sharepoint site.