|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
Announcements
Chapters
Services
Feature Zones
|
IntroductionThis simplifies the way to enter lookup values in a You can use the lookup to return a value to any ASP.NET I have used two lookup pages, lookupSupplier.aspx and lookupCategory.aspx. These two lookup pages work for main page default.aspx page which has BackgroundYou must know how the Using the CodeThe following is an example of creating a template column for You need to add an ASP.NET hyperlink control for a template column. This hyperlink will be used to return the value(text) in column one (column index 0) of the <asp:TemplateField>
<ItemTemplate>
<asp:HyperLink ID="hlReturnLookupValue" runat="server">Select</asp:HyperLink>
</ItemTemplate>
</asp:TemplateField>
Points of InterestTry to use caching for lookup pages so that lookup pages get opened quickly and work fast. However, this is not essential. HistoryI will update this page based on your feedback.
|
||||||||||||||||||||||