WHICH IS THE BEST BOOK FOR A BEGINNER TO LEARN AP.NET 3.5,
C#.NET & ALL THE FEATURES OF VISUAL STUDIO2008? WHAT ARE
THE CERTIFICATIONS IN THIS FIELD? WHICH IS BEST BOOK FOR
CLAERING CERTIFICATION EXAM? PLZ HELP ME YAAR
What is the Advantage of ActiveX Dll over Active Exe?
158
How would you create Visual basic Document file?
73
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
73
How would you add elements and pictures to listitems in
listview control?
How would you configure mail transfer security between
2rouling groups?
158
How do you initiate validation on the server manually? What
are two situations when you might you want to do that?
24
How are the activation URLs different in case of SAO and
CAO in .NET remoting?
255
Is it possible to set a shortcut key for label? Explain ?
102
what are the Differences between Class Module and Standard
Module?
95
Explain .net Framework?
50
object is physical and class is logical..here class is not
occupying any memory as our definition of class but i got a
question then the class where it stores if it is not occupying
any memory....