 |
|
 |
Might it have something to do with you trying to use basic authentication while SharePoint uses Windows authentication? I know the language. I've read a book. - _Madmatt
|
|
|
|
 |
|
 |
How do I change this to include Windows authentication instead? Do I need to send different windows authentication for every request?
|
|
|
|
 |
|
 |
Solved it. I found out that if SharePoint server returns (12044)ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED, just resend the content again but this time without the header. Kinda hackish, but works for me
|
|
|
|
 |
|
 |
Hi Can someone please tell me that how can i make data go from a asp.net form to a list in sharepoint ie when user opens the form and clicks save the data should get stored in the sharepoint list.
Thanksmodified on Sunday, March 14, 2010 8:40 PM
|
|
|
|
 |
|
 |
Hello Sin,
Let me give alternative method to do without writing Submit Button code in the ASPX page :
Step1:Create a SharePoint List with columns(if Required) to Save data whenever user clicks the Submit Button in the ASPX form
Step2: Open the List in the SharePoint Designer and Check Out the List and Navigate to navigate it to NewForm.aspx(default APSX pages for a list)
Step3: Right Click on NewForm.aspx and Select New from Existing Aspx page named it as NewForm1.aspx
Step4: Open the NewForm1.aspx in the SharePoint Designer and Hoovers it as Default to Master Content
Step5: Select Insert Menu in the top of the options and Navigate to SharePoint Controls
Step6: Navigate the SharePoint Controls you will get the option Custom List Form
Step7: Click it you will see all the columns created in the List with Button OK and Cancel
Step8: Customize the Button Text and Value
Step9: Customize the ASPX page Example: creating the Custom Master Page and CSS and Apply for the NewForm1.aspx
Step10: Fill all details for the Columns in the Textbox’s and Click the Button Ok
Step11: It will Automatically Save the data in the SharePoint List and Refresh it
Done!!!!
Regards,
Siva(SharePoint Developer)
Egon Software Pvt Ltd,
Nagar Road,Pune
modified on Sunday, April 25, 2010 10:45 AM
|
|
|
|
 |
|
 |
Hello Sin,
Let me give alternative method to do without writing Submit Button code in the ASPX page :
Step1:Create a SharePoint List with columns(if Required) to Save data whenever user clicks the Submit Button in the ASPX form
Step2: Open the List in the SharePoint Designer and Check Out the List and Navigate to navigate it to NewForm.aspx(default APSX pages for a list)
Step3: Right Click on NewForm.aspx and Select New from Existing Aspx page named it as NewForm1.aspx
Step4: Open the NewForm1.aspx in the SharePoint Designer and Hoovers it as Default to Master Content
Step5: Select Insert Menu in the top of the options and Navigate to SharePoint Controls
Step6: Navigate the SharePoint Controls you will get the option Custom List Form
Step7: Click it you will see all the columns created in the List with Button OK and Cancel
Step8: Customize the Button Text and Value
Step9: Customize the ASPX page Example: creating the Custom Master Page and CSS and Apply for the NewForm1.aspx
Step10: Fill all details for the Columns in the Textbox’s and Click the Button Ok
Step11: It will Automatically Save the data in the SharePoint List and Refresh it
Done!!!!
Regards,
Siva
modified on Saturday, August 14, 2010 2:58 AM
|
|
|
|
 |
|
 |
Hi ,
Thanks for replying Rao ...i know of this customization of newform but don't know excatly what all can be done ...i ll tell u my scenario...i have a form and all the data from that form has to go in a custom list ..now the thing is that in the form there is a feature of repeating table column ie the user who fills the form can enter one row or might be 2 ,,3 or any ....and this data has to be stored in the list now i want to know that how can i create columns on the fly ie i want to have a table in this customized newform that users can fill and then when they click save the data should be stored in the custom list .
|
|
|
|
 |
|
 |
Hi Sin,
i understood the scenario can you give me sometime so that i can start doing in my machine and forwared the steps to make it clear for all. i will send the procedure tomorrow
Cheers,
Regards,
Siva(SharePoint Developer)
Egon Software Pvt Ltd,
Nagar Road,Pune
|
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Thanks Siva ..but now the requiremnts have changed and i won't be using the aspx forms ..but thanks for help the code great ..learned some good points from that ...
Can you plz tell me that how can i show data from sql server in sharepoint list ...ie i wabt a column in a custom list that when user fills the column data he will get a drop down that will show data from a sql server database and then when he selects a value i want some other fields to get auto populated getting their data also from the database.
|
|
|
|
 |
|
 |
Hello Sin,
I am having the code Getting data from the sql server for a dropdown list i will send it in the evening and selected field autogenerated to show extra information this scenario we can try it using JavaScript or we can try it using AJAX Controls i will give some breif descrition tomorrow regarding this scenario
Cheers,
Regards,
Siva(SharePoint Developer)
Egon Software Pvt Ltd,
Nagar Road,Pune
modified on Sunday, April 25, 2010 10:44 AM
|
|
|
|
 |
|
 |
Let me start out by saying that I am aware that you can pass parameters to an InfoPath form by coding the FormEvents_Loading event.
Unfortunately by adding code to the InfoPath form you then have to have the form authorized by a system administrator. My client finds this intolerable when developing an InfoPath form.
I am looking for a way to pass data to an InfoPath form field without coding so that the form can be published directly to a form library, without the need for authorization from the system administrator.
Any information will be greatly appreciated.
If that is not possible is there a way to include custom functions in InfoPath so I could use it to format a field?
|
|
|
|
 |
|
 |
Dears,
Suppose I have an array of IDs in my code and I want to use them to filter a list.
I need to use SpQuery because I need the resulting view to be rendered as HTML.
So how can I filter by ALL the IDs?
Should I create an OR statement for each one or there is a more logical way? Best Regards
3ala2
|
|
|
|
 |
|
 |
I want to handle the event of my Document Library.
I use the "SPEventReceiverDefinition" class to test the event of the list.
It is worked.
Then i deleted the assembly that i tested in previous.
I create my new event class and update this assembly to eventreceivers of sharepoint.
But it is still worked with the first assembly.
I don't know why it is happened.
Pls point me.
|
|
|
|
 |
|
 |
You can't just delete the assembly. You must delete the feature. I know the language. I've read a book. - _Madmatt
|
|
|
|
 |
|
 |
Thanks for your reply.
It is worked fine after restarting IIS.
|
|
|
|
 |
|
 |
Are you sure that you restarted IIS?
There is no foolish question, there is no final answer...
|
|
|
|
 |
|
 |
hi
i like not to install SQL Server. i like to tell the SharePoint 2007 to communicate with the installed Oracle database manager instead whenever it needs to communicate with a database manager.
is it possible?
thx
|
|
|
|
 |
|
 |
No I know the language. I've read a book. - _Madmatt
|
|
|
|
 |
|
 |
I want to print my calendar in all possible views(day,month,year views).
If u have any solution, pls point me.
Thanks
|
|
|
|
 |
|
|
 |
|
 |
Hi ,
I am fairly new to sharepoint and I want to display data from a list in sharepoint like a table with colums like author, date added, title etc.
The title column should be like a link which when clicked, takes to the list item page.
Which WebPart should I use and how do I configure it.
|
|
|
|
 |
|
 |
You just create the list and it should be available in the gallery.
check List View Web Part[^]
|
|
|
|
 |
|
 |
hei,
Where to get help for share point server portal.
send me some links,
thanksSyed Shahid Hussain
|
|
|
|
 |