Tagged Questions
1
vote
1answer
45 views
Error while creating a new customer via BCS from within a web part
This is my first time that I am using BCS via a web part and in general.
this is my code and I am getting the following error:
The given dot notation 'CustomerID' refers to a node in Type Descriptor ...
0
votes
0answers
142 views
Connecting BDC/BCS Web Parts in Deployed Site Pages Module (Visual Studio)
I need to create a deployable site page that uses various BDC Web Parts to display information from a external content type. The web part must retrieve the query value from a QueryString Filter web ...
1
vote
1answer
126 views
Do not load data in design mode of webpart
I have custom webpart which gets data from external database using BCS. When I add the webpart in a webpart zone, it queries the BDC to get data so it take time to insert webpart. I only want to query ...
0
votes
1answer
311 views
bind item id to custom webpart in dispform.aspx
I've created a custom webpart that shows me some details of a dossier. I've added a DossierID property like this:
public Guid DossierId { get; set; }
This identifies the dossier from which I want ...
2
votes
1answer
1k views
Developing Visual Web Part with external list in ListView
Using VS 2010 i've created BCS model for external MS SQL source, deployed it with success, then created external list - it works perfect.
Now my task is - create visual web part in VS2010 and place ...