Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionrun time error Pin
prateekfgiet11-Feb-10 18:16
prateekfgiet11-Feb-10 18:16 
AnswerRe: run time error Pin
i gr811-Feb-10 20:01
i gr811-Feb-10 20:01 
QuestionOut of Placed things in server [solved] Pin
Mehdi Ghiasi11-Feb-10 9:27
Mehdi Ghiasi11-Feb-10 9:27 
AnswerRe: Out of Placed things in server Pin
Abhishek Sur11-Feb-10 11:43
professionalAbhishek Sur11-Feb-10 11:43 
GeneralRe: Out of Placed things in server Pin
Anurag Gandhi11-Feb-10 17:55
professionalAnurag Gandhi11-Feb-10 17:55 
QuestionEntityDatasource Pin
Sider8911-Feb-10 8:45
Sider8911-Feb-10 8:45 
AnswerRe: EntityDatasource Pin
Not Active11-Feb-10 9:20
mentorNot Active11-Feb-10 9:20 
GeneralRe: EntityDatasource Pin
Sider8911-Feb-10 9:48
Sider8911-Feb-10 9:48 
well I'm using Entity Framework(I'm newbie in this)
I have Entities Country cities with onetomany realtionships

in domain are generated both of this classes, with it's properties...
but in cities There is only City.ID and for CountryID there is reference to Class country: public EntityReference<Country> CountryReference{//...}
and in Country Class:public EntityCollection<Cities> City{//...}

<asp:EntityDataSource ID="src" runat="server" ContextTypeName="Namespace.Domain" EntitySetName="Cities"
EntityTypeFilter="City" EnableInsert="true" EnableUpdate="true"EnableDelete="true">
<WhereParameters>
<asp:QueryStringParameter Name="here must be CountryID,but in class there is not such property" type="int32" DefaultValue="0" QueryStringField="CountryID">
</WhereParameters>
</asp:EntityDataSource>


sorry for my bad English Frown | :(

C# Developer
Questionhow to display image from database Pin
netJP12L11-Feb-10 7:18
netJP12L11-Feb-10 7:18 
AnswerRe: how to display image from database Pin
Not Active11-Feb-10 8:16
mentorNot Active11-Feb-10 8:16 
GeneralRe: how to display image from database Pin
netJP12L11-Feb-10 10:46
netJP12L11-Feb-10 10:46 
AnswerRe: how to display image from database Pin
T M Gray11-Feb-10 10:46
T M Gray11-Feb-10 10:46 
QuestionColor parameter in query string ? Pin
paper6711-Feb-10 6:01
paper6711-Feb-10 6:01 
AnswerRe: Color parameter in query string ? Pin
Steve Wellens11-Feb-10 7:36
Steve Wellens11-Feb-10 7:36 
AnswerRe: Color parameter in query string ? Pin
Abhishek Sur11-Feb-10 11:46
professionalAbhishek Sur11-Feb-10 11:46 
Questionreportviewer Pin
arkiboys11-Feb-10 3:43
arkiboys11-Feb-10 3:43 
AnswerRe: reportviewer Pin
Pranay Rana11-Feb-10 19:01
professionalPranay Rana11-Feb-10 19:01 
GeneralRe: reportviewer Pin
arkiboys12-Feb-10 10:43
arkiboys12-Feb-10 10:43 
QuestionResponse Problem in asp updated Pin
Hema Bairavan11-Feb-10 3:29
Hema Bairavan11-Feb-10 3:29 
AnswerRe: Response Problem in asp updated Pin
R22k11-Feb-10 3:41
R22k11-Feb-10 3:41 
GeneralRe: Response Problem in asp updated Pin
Hema Bairavan11-Feb-10 3:51
Hema Bairavan11-Feb-10 3:51 
GeneralRe: Response Problem in asp updated Pin
T M Gray11-Feb-10 9:45
T M Gray11-Feb-10 9:45 
GeneralRe: Response Problem in asp updated Pin
Hema Bairavan11-Feb-10 17:48
Hema Bairavan11-Feb-10 17:48 
GeneralRe: Response Problem in asp updated Pin
T M Gray12-Feb-10 4:16
T M Gray12-Feb-10 4:16 
QuestionResponse Problem in asp Pin
Hema Bairavan11-Feb-10 3:27
Hema Bairavan11-Feb-10 3:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.