|
Prev: How to trap error '80072020'
Next: Display Large Images
From: bruno on 18 Jul 2006 16:04 I'm new in ASP.NET programming and I'm using a DetailsView to view/edit colums in a SQLServer table. Is there a way to reference the actual displayed value of a column and use it to select a group of records from a different table? Can I have an example in VB.NET? If I use a DropdownList instead of a DetailsView I can reference the current selected value as <asp:parameter .... PropertyName="SelectedValue" ... What about DetailsView control? -- bruno
From: Bob Barrows [MVP] on 18 Jul 2006 16:07 bruno wrote: > I'm new in ASP.NET programming and I'm using a DetailsView to There was no way for you to know it (except maybe by browsing through some of the previous questions before posting yours - always a recommended practice), but this is a classic asp newsgroup. ASP.Net is a different technology from classic ASP. While you may be lucky enough to find a dotnet-savvy person here who can answer your question, you can eliminate the luck factor by posting your question to a newsgroup where the dotnet-savvy people hang out. I suggest microsoft.public.dotnet.framework.aspnet. -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
From: Steven Cheng[MSFT] on 19 Jul 2006 00:10 Thanks Bob for your kindly redirection. Hi Bruno, Regarding on this post, I've found your new thread in the following newsgroup: Subject: How-to link 2 Detailsview Date: Tue, 18 Jul 2006 13:51:02 -0700 Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols I've posted my reply there. Please feel free to reply and followup there. BTW, as Bob has mentioned, for ASP.NET specific questions, you can post in the following newsgroups: microsoft.public.dotnet.framework.aspnet [NewsReader or Browser] microsoft.public.dotnet.framework.aspnet.buildingcontrols [NewsReader or Browser] microsoft.public.dotnet.framework.aspnet.caching [NewsReader or Browser] microsoft.public.dotnet.framework.aspnet.datagridcontrol [NewsReader or Browser] microsoft.public.dotnet.framework.aspnet.mobile [NewsReader or Browser] microsoft.public.dotnet.framework.aspnet.security [NewsReader or Browser] microsoft.public.dotnet.framework.aspnet.webcontrols [NewsReader or Browser] microsoft.public.dotnet.framework.aspnet.webservices Thank you for your understanding! Sincerely, Steven Cheng Microsoft MSDN Online Support Lead ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscriptions/support/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights.
|
Pages: 1 Prev: How to trap error '80072020' Next: Display Large Images |