New Post: SPAutocomplete with Text Filter Webpart
Just an idea. Try to store "state" in the URL hash (stuff in front of the #) and see if the postback comes back with that same value in the hash. If so, thenyou can maybe use it to re-initialize your...
View ArticleNew Post: SPAutocomplete with Text Filter Webpart
Thanks guys, I used a combination of SPGetListItems and jQueryUI's autocomplete, this let me pull extra columns for the drop-down display and also grab the item ID so now I can link each list item...
View ArticleNew Post: SPServices.SPCascadeDropdowns not working on 20+ options Parent...
Thanks, But i have the nation column as lookup in Tally List which is same as you have said. It is working fine if my Tally column have less than 20+ items ..Also I tried with...
View ArticleNew Comment on "StartWorkflow"
AymKdn, your code works fine, but it is returning only Sharepoint 2010 Workflows, associated to my list, I see NO 2013 WFs. Any idea how to fix it?
View ArticleCommented Issue: Problems with RedirectWithId function in sharepoint 2013...
Hi!I has problem when using RedirectWithId function in my NewForm.aspx.My code in NewForm.aspx:```<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"><script...
View ArticleNew Post: SPServices.SPCascadeDropdowns not working on 20+ options Parent...
Any luck on my scenario????... Please help me on this
View ArticleNew Post: Code to remove .SPServices.SPCascadeDropdowns
Hi Marc Apologies if this is covered elsewhere but I couldn't find anything related to my question. I have a requirement to dynamically apply a "cascade" to a set of lookup fields based on the value of...
View ArticleNew Post: Code to remove .SPServices.SPCascadeDropdowns
Nick: Sorry, but there's no "off" switch on most of the SPServices functions like SPCascadeDropdowns. If you come up with something, please post back! M.
View ArticleNew Post: Code to remove .SPServices.SPCascadeDropdowns
Hi Marc. No worries. I will probably have to look at this unless we can accept a postback type scenario. It won't be in the next few days though. I'll definitely post it here if I get a solution....
View ArticleNew Post: SPServices.SPCascadeDropdowns not working on 20+ options Parent...
Sandy: I think you're going to have to do some debugging. M.
View ArticleNew Post: TaxonomyClient and AddTerms method
Thanks David and Peter for getting me on the right track, I know this is a long time since you guys posted, but I had a hard time getting it to work so figured I will post it for everyone else. (Other...
View ArticleNew Post: how to use SPServices in a custom aspx page(Not sharepoint page)
Hi All, How can i use a SPServices on a ASP.NET web form This doesnt work: webURL: "http://myserver/CMS/", operation: "GetUserInfo", userLoginName: "DOMAIN\\administrator", Can i use SP.Services to get...
View ArticleNew Post: how to use SPServices in a custom aspx page(Not sharepoint page)
Network topology and auth mechanisms come into play here and every situation is different. It's hard to say. M.
View ArticleNew Post: SPCascadeDropdowns - 1 parent; multiple children
Hi all, I'm experiencing the same exact issue. Has anyone found/used any workarounds? Just curious, I'm using site columns as the lookup columns, I'm not sure if that has anything to do with it..
View ArticleNew Post: SPCascadeDropdowns - 1 parent; multiple children
xavierz007: There are several issues above. Why don't you start a new thread with the specifics of what you are seeing so that we can discuss it. M.
View ArticleNew Post: SPCascadeDropdowns - 1 parent; multiple children - only the 1st...
Hi all, I've been using these SPservices for some time now and I think they work great. Recently I've had a new requirement involving cascading drop downs, and this particular case involves 1 parent...
View ArticleNew Post: how to use SPServices in a custom aspx page(Not sharepoint page)
Hi Marc, Thanks for the reply. The sharepoint i'm trying to plugin into is using windows auth. I can setup my custom asp.net to also use windows auth. Will the windows authentication pass on my...
View ArticleNew Post: GetTemplatesForItem issue
Same problem. When I try to get GetTemplatesForItem with "_.000" item Url I receive error Status And when I try with "EncodedAbsUrl" - I get the response, but there are NO workflow templates associated...
View ArticleNew Post: how to use SPServices in a custom aspx page(Not sharepoint page)
Forget about what you can do on the server via asp.net. This is a web browser security issue. The calls SPServices are making are all initiated from the browser. There are restrictions on what URL you...
View Article