What is the difference between User Controls and Master Pages

Answer Posted / shailendra

I think we can implemented bussiness logic in user contorl
but its vise versa we can't impelemented bussiness logic in
master page..

Is This Answer Correct ?    1 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you do client-side validation in .net? How to disable validator control by client side javascript?

533


Why session management is required?

537


what are configuration files?

565


What is the use of global.asax file?

545


What is difference between or and orelse?

548






Where you store Connection string in "Web.Config" file in ASP.NET?

581


How Can assign alias name for ASP.NET Web API Action?

937


Why is xap important?

600


How many validators do ASP.NET have?

609


How you can add an event handler?

574


What is autopostback in dropdownlist in asp net?

532


How to Separate background image and front image from original picture....

558


How do I force the dispose method to be called automatically, as clients can forget to call dispose method?

510


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

1374


Why do we need url encoding?

523