Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

Re-use asp:ObjectDataSource

Question posted by: =?Utf-8?B?U0FM?= (Guest) on July 10th, 2008 03:05 PM
Does anyone know how to re-use the asp:ObjectDataSource control?

What I want to do is add ONE asp:ObjectDataSource control to my Web form,
then BIND it to MULTIPLE DropDownList boxes in the Code Behind, since the
DropDownList boxes will all reference the same Stored Procedure. However,
you can not do that since that ObjectDataSource is already bound to another
control on the form. The only way I know to do this is to add multiple
asp:ObjectDataSource controls to the form with their own unique ID, which
seems redundant if all the ObjectDataSources will use the same store
procedure with the same parameters.

In the Code Behind, how can I create a NEW instance of the
asp:ObjectDataSource control for each of the DropDownList boxes I want to
BIND to?
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
Bob Barrows [MVP]'s Avatar
Bob Barrows [MVP]
Guest
n/a Posts
July 10th, 2008
03:15 PM
#2

Re: Re-use asp:ObjectDataSource
SAL wrote:
Quote:
Originally Posted by
Does anyone know how to re-use the asp:ObjectDataSource control?


There was no way for you to know it (except maybe by browsing through some
of the previous questions in this newsgroup before posting yours - always a
recommended practice) , but this is a classic (COM-based) asp newsgroup.
ASP.Net bears very little resemblance to classic ASP so, while you may be
lucky enough to find a dotnet-knowledgeable person here who can answer your
question, you can eliminate the luck factor by posting your question to a
group where those dotnet-knowledgeable people hang out. I suggest
microsoft.public.dotnet.framework.aspnet or the forums at www.asp.net.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"



=?Utf-8?B?U0FM?='s Avatar
=?Utf-8?B?U0FM?=
Guest
n/a Posts
July 10th, 2008
03:35 PM
#3

Re: Re-use asp:ObjectDataSource
Thanks. Haven't been here in awhile and Microsoft changed things, so I
thought I posted it in the right spot. Sorry for the trouble.

"Bob Barrows [MVP]" wrote:
Quote:
Originally Posted by
SAL wrote:
Quote:
Originally Posted by
Does anyone know how to re-use the asp:ObjectDataSource control?

>
There was no way for you to know it (except maybe by browsing through some
of the previous questions in this newsgroup before posting yours - always a
recommended practice) , but this is a classic (COM-based) asp newsgroup.
ASP.Net bears very little resemblance to classic ASP so, while you may be
lucky enough to find a dotnet-knowledgeable person here who can answer your
question, you can eliminate the luck factor by posting your question to a
group where those dotnet-knowledgeable people hang out. I suggest
microsoft.public.dotnet.framework.aspnet or the forums at www.asp.net.
>
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
>
>
>


 
Not the answer you were looking for? Post your question . . .
182,200 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors