Anthony Potts

1,261
Reputation
118 views

Registered User

Name Anthony Potts
Member for 1 year
Seen 2 days ago
Website
Location Arkansas
Age 31
I have been a programmer for a few years, but have a lot to learn.
Nov
20
comment Freezing a DataGridTextColumn in WPF
Ahh, yes...of course. I don't know that this is what I wanted anyway. I'm wanting a datagrid to scroll right to left but keep a few columns where they are. This may be better served by having two datagrid's next to each other and have the right most datagrid in a scrollable panel.
Nov
20
asked Freezing a DataGridTextColumn in WPF
Nov
17
answered SQL query to get all the data in specific range.
Nov
10
answered calling the user attention outside of app
Nov
10
answered How do you set the command timeout in SSIS?
Nov
10
comment How do you set the command timeout in SSIS?
what version of SQL Server are you running?
Nov
10
revised how can i see data in mdf file.
deleted 38 characters in body
Nov
10
accepted how can i see data in mdf file.
Nov
10
comment how can i see data in mdf file.
I edited with a link to attaching the file.
Nov
10
answered how can i see data in mdf file.
Nov
2
revised Is reading too many management books too early for me?
fixed grammar, corrected spelling
Nov
2
accepted How do I make a category for each unique DB entry? (MySQL/PHP)
Nov
2
answered How do I make a category for each unique DB entry? (MySQL/PHP)
Oct
29
answered Visual Studio debugging - ignore exception in one place while breaking at it elsewhere?
Oct
20
awarded  Popular Question
Oct
15
comment Master Detail MVVM WPF not working
great idea. I am about to need to do some heavily databound controls and this (debugging databinding) was one of the things I was not sure how to address.
Oct
14
revised Visual Studio 2008 intellisense for an enumeration type
added 21 characters in body
Oct
14
comment Visual Studio 2008 intellisense for an enumeration type
A variable of enum type is not of arbitrary value. I would like to see the enums of that type also in the list.
Oct
11
answered VcProj or VcxProj Build Include Tag Question
Oct
9
comment Is reading too many management books too early for me?
@Neil N, thank you.
Oct
9
revised Is reading too many management books too early for me?
forgot prefix.
Oct
9
answered Is reading too many management books too early for me?
Oct
8
answered Where should form validation occur in a MVC project?
Oct
8
revised ASP.NET MVC in a subfolder (only) on godaddy
added 56 characters in body
Oct
7
answered Lack of invariance in stackoverflow URL. Why ?
Oct
7
revised Visual Studio 2008 intellisense for an enumeration type
gave explaination
Oct
7
accepted Changing alt tags and image path with jQuery
Oct
7
asked Visual Studio 2008 intellisense for an enumeration type
Oct
7
revised Changing alt tags and image path with jQuery
edited to change all attributes all in one go.
Oct
7
comment Changing alt tags and image path with jQuery
Edited, thank you, Tom.
Oct
7
revised Changing alt tags and image path with jQuery
added 4 characters in body; added 4 characters in body
Oct
7
answered Changing alt tags and image path with jQuery
Oct
7
revised ASP.NET MVC in a subfolder (only) on godaddy
updated to give credit for link.
Oct
7
revised ASP.NET MVC in a subfolder (only) on godaddy
added 78 characters in body
Oct
7
revised ASP.NET MVC in a subfolder (only) on godaddy
essentially a rewrite at the request of the only responder.
Oct
6
comment ASP.NET MVC in a subfolder (only) on godaddy
If you get a chance, can you be more explicit about what that looks like? I don't think I understand routes exactly. I have noticed that for some reason all links will prefix with something like 'office/Customer/', if that helps.
Oct
6
revised ASP.NET MVC in a subfolder (only) on godaddy
clarification
Oct
6
asked ASP.NET MVC in a subfolder (only) on godaddy
Sep
27
awarded  Yearling
Sep
15
comment Truncate number of digit of double value in C#
if x = 12.125 then he will get 12.13 which seems to not be what he is wanting.
Sep
9
comment Warning: mysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established
Please, for the love of all that is good and holy put this in a question and clean this up. I'd like to hope that stackoverflow won't turn into "I'll just post the error message and a bunch of code and see if someone gives me the right answer" sort of place.
Sep
8
revised How to tame Windows headers (useful defines)?
added link
Sep
8
answered How to tame Windows headers (useful defines)?
Sep
4
accepted AJAX implementation for ASP and ASP.NET hybrid
Sep
4
answered AJAX implementation for ASP and ASP.NET hybrid
Sep
4
revised AJAX implementation for ASP and ASP.NET hybrid
added 4 characters in body; edited tags
Aug
26
accepted ASP.net user management and GoDaddy shared hosting
Aug
25
accepted Are there any complete, free, keyboard TrueType fonts out there?
Aug
24
comment Stop overlooking minor details
I especially agree with #12. I use copy and past far too much because I'm trying to save time. I could just as well write macros or use my code snippet instead and save far more time.
Aug
16
comment Alternative User management in ASP.NET MVC
I appreciate your answer, however, what I was needing was additional information that could be queried efficiently. The User Account Info as implemented in the starter kit is not very efficient for storing and querying user information.