1
vote
3answers
309 views

user control losing new values when saving

I have a user control in a web part that pulls data from a SP list and displays it in standard ASP.Net controls. When I save the data, the old values seem to get saved even if I had changed them. I ...
0
votes
1answer
1k views

SharePoint List form buttons and &Source on Cancel and Close

If I don't SharePoint Designer customize List newform, editform and dispforms, can I still use my own button outside of the webpart to submit data from the form. Say I'm using CSS to hide the ...
0
votes
0answers
45 views

Repeating Textboxes that persist on postback

Hoping someone has advice with the following situation: I am creating a search that returns a varying amount of data, For each of the results I want to output a textbox into which I can enter a ...
1
vote
2answers
2k views

Dynamically add controls to webpart without Postback?

Is it possible to dynamically add controls to a webpart without having a postback for example with AJAX/Java Script/jQuery/Partial Postback within SharePoint? I'm searching for some kind of ...