activitydesigner
How to design the collapsed view of my custom ActivityDesigner
The built-in designers of activities like Sequence can be collapsed to a more compact view. In my custom activity designer, the collapse button is there (at right top) but apparently nothing happens i[详细]
2023-04-11 02:57 分类:问答Binding to datagrid in ActivityDesigner
I am new to .NET 4 and I am looking for a way to design a custom activity that accepts a list of some type (in my example FormInput). So, each instance of this activity can hold its own private list o[详细]
2023-02-25 02:15 分类:问答How to create an activity designer that can contain a child activity?
For example if you create your own activity called Run10Times which runs its chil开发者_如何学JAVAd activity 10 times, can you have a designer which contains a canvas to which the user can put the chi[详细]
2023-01-23 19:36 分类:问答What is the difference between Server.Transfer and Response.Redirect?
What is the difference between Server.开发者_如何学JAVATransfer and Response.Redirect?Response.Redirect sends a \'302 Moved Temporarily\' response to the client, the client browser will then issue a r[详细]
2022-12-23 22:31 分类:问答