Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:311050
More Search Options
RSS Available
Matching Posts
Re: Silverlight, RIA, NHibernate, Many to one association
Aha...no problem...I thought I should post it here also, since you have a similar issue here: http://forums.asp.net/t/1434091.aspx
Posted to
ASP.NET Dynamic Data
(Forum)
by
sebastijanp
on 7/10/2009
Silverlight, RIA, NHibernate, Many to one association
Hi I am using NHibernate entities within Silverlight 3 application using RIA services. There is one problem that I am facing: All real life projects have their many to one associations presented with a class reference (for example: IssueClassesEntity parent) and never with an id (int ParentId). For example: [DataContract] public partial class IssueTypesEntity : GenericBaseEntity { protected int _Id; private String _Name; private IssueClassesEntity _IssueClass; [Key] [DataMember] public virtual int
Posted to
ASP.NET Dynamic Data
(Forum)
by
sebastijanp
on 7/9/2009
Re: My Understanding of Entity, DTO, and Business Objects
Hi You also have a great practical application (server/client or desktop client only) called NConstruct ( www.nconstruct.com ), which generates entity (based on nhibernate) and DTO objects based on a meta database data. You can find a lot of material on this topic there. Regards, Sebastijan
Posted to
Architecture
(Forum)
by
sebastijanp
on 11/4/2007
Automation with VS 2005 - Post build event
Hi Hi I am creating a solution for visual studio 2005 and I add project, references and items programatically (dte = (DTE2)Interaction.CreateObject("VisualStudio.DTE.8.0", "")...). What I want is to set on some project ( VSProject2 vsProject2 = project.Object as VSProject2... or Where?) a Build Event; exactly a Post Build event actions. For example: copy "$(ProjectDir)\Config\SystemTables.xml" "$(TargetDir)SystemTables.xml" How can I do that programatically
Posted to
Visual Studio 2005
(Forum)
by
sebastijanp
on 9/17/2006
Re: Custom control and CalendarPicker - order of rendering
Hehe, I knew it is no so easy. I found this: http://www.nikhilk.net/AtlasM2.2.aspx It is all there! Lp Sebastijan
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
sebastijanp
on 8/17/2006
Re: Custom control and CalendarPicker - order of rendering
Uf, I understand that, but I have a problem with exactly that. If I change the order of adding of controls to the containers (which would be logical), for example, if I add textbox by the name/ID "ChosenDate" first and then the image by the name "ShowDatePickerPopOut"; like that: private void CreateControlHierarchy() { ChosenDate = new TextBox(); ChosenDate.ID = "ChosenDate"; ChosenDate.AutoPostBack = true; UpdatePanel updatePanel = new UpdatePanel(); updatePanel.ID = "up"; updatePanel.Mode = UpdatePanelMode
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
sebastijanp
on 8/17/2006
Custom control and CalendarPicker - order of rendering
Hi I created a custom control (my first one hehe) for a CalendarPicker popup control, because I need to create it dynamically/programatically. So What I did is shown below. Everything is working perfectly, But the problem is that the control of course is rendered like: Image and then TextBox for date. But I would like to have first TextBox and then Image. How can I do that and is this possible? Thank you for the answer! Lp Sebastijan Code: [DefaultProperty("Text")] [ToolboxData("<{0}:XWebDatePicker
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
sebastijanp
on 8/16/2006
Re: CollapsiblePanel and ajax postback
Uf, thanks! It works beautifully! Lp Sebastijan
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
sebastijanp
on 8/14/2006
CollapsiblePanel and ajax postback
Hi If I put an asp:button in CollapsiblePanel and put an event on it, the normal postback would occur. Can it be done the following scenario: I have search filter values in CollapsiblePanel and a button Search. Under the CollapsiblePanel (outside of it), I have a grid. Can I put a button Search in a CollapsiblePanel, that would cause an ajax postback (that would change the grid datasource), so that I would not refresh the hole page and still retain the values in CollapsiblePanel? Lp Sebastijan
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
sebastijanp
on 8/8/2006
Re: Cannot validate from a programatically created button
Here is the very important text in MSDN Help: ASP.NET Server Control Event Model The disadvantage of the AutoEventWireup attribute is that it requires that the page event handlers have specific, predictable names. This limits your flexibility in how you name your event handlers. Therefore, in Visual Studio, the AutoEventWireup attribute is set to false by default and the designer generates explicit code to bind page events to methods. If you do set AutoEventWireup to true , Visual Studio will generate
Posted to
Web Forms
(Forum)
by
sebastijanp
on 10/25/2005
Page 1 of 2 (19 items) 1
2
Next >
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online