Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 4th, 2005, 07:24 AM
Authorized User
 
Join Date: Dec 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default posting back List item inside a datagrid

Hi,
 I have a datagrid for mesage board admin and in the footer temlpate I have 2 dropdownlists where first drop down list is category and 2nd drop down list is topics. So when user selects a category I want to load topics related to the selected category in the second dropdown, so that user can select a topic in a category and add new message. But when I set autopost back true to category its posting back but as the categorylist is not declared in the codebehind(VS.NET and VB.net)I cant get to do anything? Any ideas?

bdl
__________________
bdl
 
Old July 5th, 2005, 09:34 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You should be able to specify the postback handler for the dropdownlist in the markup for it in the grid footer template. Then you can handle the event.

-Peter
 
Old July 6th, 2005, 05:39 AM
Authorized User
 
Join Date: Dec 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks Peter. But can you send me some example. I found add handler method which should be used in this case. As I am new to .net it seems bit confusing. Please can you send me some code example?

bdl
 
Old July 8th, 2005, 08:33 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Try the OnSelectedIndexChanged attribute in the control markup.

<asp:dropdownlist OnSelectedIndexChanged="myHandlerMethod" />

http://msdn.microsoft.com/library/en...classtopic.asp



-Peter
 
Old July 14th, 2005, 02:38 AM
Authorized User
 
Join Date: Dec 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank you Peter.

bdl





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP. Button Control not posting back innochig ASP.NET 1.0 and 1.1 Professional 16 January 15th, 2007 05:15 PM
Drop down list text value not posting back with co binici ASP.NET 2.0 Basics 0 December 12th, 2006 08:38 PM
onChange posting back to same page? busher Classic ASP Basics 1 March 1st, 2005 06:20 PM
posting back javascript data badgolfer ASP.NET 1.0 and 1.1 Basics 2 September 26th, 2004 09:05 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.