| bio | website | nosite |
|---|---|---|
| location | Huntsville, AL | |
| age | 32 | |
| visits | member for | 1 year, 4 months |
| seen | Jun 5 at 14:00 | |
| stats | profile views | 7 |
I am a software developer. I work mainly in SharePoint 2007 which includes using languages like C#, JavaScript, XSLT, CAML, ASP.NET. I enjoy my work, and I hope that I can help where I can.
|
May 15 |
awarded | Popular Question |
|
Jan 16 |
comment |
Users Getting IIS Home Screen Instead of Home page I tried clearing out her cache but it is still doing it. I am wondering if the cache issue is on the server itself, but she seems to be the only one with the issue. |
|
Jan 16 |
asked | Users Getting IIS Home Screen Instead of Home page |
|
Dec 10 |
comment |
Not Getting Task Changed Emails Thanks, but I just said I am getting the emails for items assigned and items reassigned, so I did turn that on. Doesn't the alert XML also include changes for the task list? I believe it does. These are not working. |
|
Dec 7 |
asked | Not Getting Task Changed Emails |
|
Nov 14 |
answered | Get value of Hyperlink field in Sharepoint 2010 list item |
|
Nov 14 |
accepted | Run Query for External List |
|
Nov 14 |
comment |
Run Query for External List Worked like a charm once I figured out how to make the Secure Store Service and everything else to connect to the database properly. I love the hoops SharePoint puts you through to get things done :) |
|
Nov 12 |
comment |
Run Query for External List Fixed it! My problem was the way I was accessing the database. I think my default permissions where not allowing me to see the stored procedures I created. NOOB mistakes all around today :) |
|
Nov 12 |
comment |
Run Query for External List I cannot seem to get SPD to find my Stored Procedure. I have went through the tutorial blogs.msdn.com/b/sharepointdev/archive/2011/02/10/…; here and I have been unable to get it to show up in my routines. I love how frustrating SharePoint canbe sometimes. |
|
Nov 12 |
awarded | Commentator |
|
Nov 12 |
comment |
Dynamic External List Updating Great that is what I needed to know and what I kinda figured. Like I said, newbie here on External List and their functionality :) Thanks a bunch!! |
|
Nov 12 |
accepted | Dynamic External List Updating |
|
Nov 12 |
comment |
Run Query for External List Ill give it a shot. I am sure that is what I need to do. I am just new at this :) I have never had to deal with anything SQL related with SharePoint until 2010. It is good to learn new things. |
|
Nov 8 |
asked | Run Query for External List |
|
Nov 8 |
asked | Dynamic External List Updating |
|
Sep 11 |
accepted | How Can I Have Multiple Editor Part Collections? |
|
Sep 11 |
comment |
How Can I Have Multiple Editor Part Collections? That is it. Thanks. I was trying to return two instances of the EditorPartCollection and that is why it was not working. Thank you. I knew there had to be a way I was overlooking. +1 |
|
Sep 11 |
comment |
How Can I Have Multiple Editor Part Collections? I tried that and it did not seem to work right. i do not think I did the return new EditorPartCollection(new EditorPart[] { editor, zoneEditor }); part right I am going to try again thanks. I have for now just loaded all of the controls into the one editor part. I really do not want to do this because I have so many controls. It has been much neater to keep them separate. Thanks for the suggestion. |
|
Sep 11 |
asked | How Can I Have Multiple Editor Part Collections? |