Latest developer linksBookmark and Share
 
HomeThis WeekTop MonthTop AlltimeSearchRegisterFAQ
  
 
Submit Your Link
Please login to submit your Link
 

some fields in the infopath forms are not submitting in to the sharepoint library correctly

Posted: Jan/18/2011   By: nikhil   Points:15   Category: .NET  - ASP.Net    Views:18   Vote Up (0)   Vote Down (0)    

I have a web browser enabled  info path forms  and all the users are submitting the data from this form to the sharepoint list. When people submit the data I noticed some of the form fields are not populating in the sharepoint list column.

While publishing I put all the fields which I need to populate in the sharepoint list in to the columns list which will be available in sharepoint sites and outlook folders

 

View Complete Post


Comments:
Be the first to comment this post.
 
Post Comment
Please login to post your comment
More Related Resources

Manual Sign Out in ASP.NET Forms Authentication

  
I utilized forms authentication as provided by ASP.NET engine. At first, everything worked well until there was a need to manually sign out current user. Quick look into MSDN documentation revealed SignOut() method of FormsAuthentication class. The documentation promised that this method signs out the user and redirects the client to login page. Considering the fact that I did not care about redirect (Flex application was running on the client side, so that redirection did not have any effect), I was hoping that the method would still perform desired effect and "de-authenticate" (I know, I know, that is not even a word) current user. At first, it seemed to work, but debugging revealed that even though this method removed authentication cookie, it did not sign out the user. User's identity was still marked as authenticated and subsequent calls to the Http handler would be considered authenticated. Furthermore, the session object was still valid, so that existing session information was still available. Quick look into MSDN revealed Session.Abandon() method, which would destroy session object upon execution. However, even though the session object was destroyed, client calls to ASP.NET web application were still considered authenticated. It was time to search the web to see if other developers faced the same issue.

Restrict Number of Input Fields

  

How do I restrict the number of input fields in the form to match the size of the columns?


Table Columns Reads:

state: Type Char; Length: 2
zip: Type: char; Length: 5   
Phone: Type: char; Length: 12    
Fax: Type: char; Length: 12     
Email: Type: nvarchar; Length: 256 

BoundField Reads:

<asp:BoundField DataField="state" HeaderText="State:" SortExpression="state" />

<asp:BoundField DataField="zip" HeaderText="Zip Code:" SortExpression="zip" DataFormatString="{0:#####}" />

<asp:BoundField DataField="phone" HeaderText="Phone Number:" SortExpression="phone" DataFormatString="{0:(###) ###-####}" />

<asp:BoundField DataField="fax" HeaderText="Fax Number:" SortExpression="fax" DataFormatString="{0:(###) ###-####}" />

<asp:BoundField DataField="email" HeaderText="Email Address:" SortExpression="email" DataFormatString="&lt;a href=mailto:{0}&gt;{0}&lt;/a&gt"


 


Modal Forms Questions.

  

Ok..my last in a series of questions tonight.... Sealed

Got a form using a strongly typed view.  The viewmodel have a nested type, which mostly are not displayed on the form.  (Say a "person" model with an "address" nested model.) 

Note: This is just a simplified example....(and this have not been started yet, so I'm open to alternative suggestions, as long I can fit it into th user requirements)

On the form, I have a label, showing the city of the user's address.  Of course this will not show anyting when you create a new person.

On the form is a button "Create Address".  This will popup a modal form (strongly typed...."address").  You enter an address (street, select country, etc) and click save.

Now....This "address model" must become the value of the "main" form's "person" model.

At the same time, the "city" label of the main form must show the "city" member of the "address" nested model.

This should all happen client-side (dang..this client with their "client-side" requirements..why not just get a desktop app build then?)




!!!Still Help needed on Forms authentication timeout

  

here is the case:

1. login to a page

2. waiting until my timeout

3. when clicking a new page after timeout, it goes to the login page... (expected)

4, after login, i want to go to the page i just clicked before the login...(how can i remember the page address i clicked so that i can redirect to the new page after login)

 

how can i accomplish No. 4 there after 1, 2, 3? 

 

and 

is there a timeout event on number 2 there(really i also dont know where to set the new address, i am think there must be an event on timeout which allow me do that, but i don't find it so far)? i am not talking about the OnLoggingOut Event..... 

 

thanks......


How to restrict log file size using Enterprise Library 4.1

  

I am facing difficulty in restricting file size using Enterprise Library 4.1. I thought that the rollSizeKB property would do it. I have following settings.. but it doesnt seem to work. Please guide me.

<listeners>

add listenerDataType="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.CustomTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" traceOutputOptions="None" filter="All" type="Test.Diagnostics.EventLogTraceListener, Test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d632f3558850e31e" name=<

Could not find schema information for the element dataConfiguration Enterprise library

  

Hi

i am using .net 3.5 with enterprise library 4.1 and using data access block

web.config  error 

Could not find schema information for the element 'dataConfiguration

web.config

 <configuration>
    <configSections>
        <section name="dataConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="true" />
    </configSections>
    <dataConfiguration defaultDatabase="Connection String" />
    <connectionStrings>
        <add name="Connection String" connectionString="Data Source=PSCBANPDEV01;Initial Catalog=CMMITrackerDB;User ID=CMMITrackUser"
            providerName="System.Data.SqlClient" />
    </connectionStrings>
</configuration>

i think this issue is because of xsd ....that is the referening xsd don't have definitions for these tags

where the xsd for enterprise lib is it different from C:\Program Files\Microsoft Visual Studio 9.0\Xml\Schemas

DotNetConfig.xsd

 

any idea help

thanks in advance

 


Enterprise Library and Express 2008

  

What version of the Enterprise Library should be used with Visual Studio Developer Express 2008?

Looking at using the Data Access Application Block.

Currently using an earlier version in C# that doesn't seem to be closing connections properly.

Tim


Enterprise Library

  

Hi All,


What is enterprise library and how to implement it?


Enterprise Library 5.0 Activation error occured

  

Hi,

       I am using Enterprise Library 5.0,when am run the console application ,i got this error " Activation error occured while trying to get instance of type Database,key 'xxx' ".

 

Thanks

Deivendran


Enterprise library configuration error

  

Hi all, I am using Enterprise Library 4.0, I have  an applications in  which Enterprise Library was used. now when I am trying to open it's dataconfiguration.config file in Enterprise Library, I am getting following error:

Invalid character in the given encoding. Line 2, position 1......

 

can any body tell me why it is happening and how to get this error resolved??

thanks


 
Categories:
.NET
Java
PHP
C/C++/VC++
HTML/XML
SAP
MainFrames
Data Warehousing
Testing
MySQL
SQL Server
Oracle
Javascript/VB Script
Others
Login
 
 
 
 
 Forgot password
 Contact Us   Terms Of use   Share your knowledge