Re: Add a dataset control to a ASP.NET 2005 app
- From: "D Witherspoon" <dwitherspoon@xxxxxxxxx>
- Date: Tue, 20 Dec 2005 15:20:42 -0500
yes I already had the dataset created just couldnt get the control on the
form.
i don't really like the idea of having to bind the daatset to a connection
object at design time... since we like to do it all in the runtime.
especially since we don't store our connection strings on the server, and
never would we store a connection string in a web.config file. we have
another component we call that retrieves our connection strings for us in
runtime
"Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
news:%23oGg9uZBGHA.2704@xxxxxxxxxxxxxxxxxxxxxxx
> Did you tried what I told.
>
> The connection is now a part from the strongly typed dataset .
>
> If you don't want to use that, than you have to create that by hand or I
> though drag a table from the Server Explorer to your page. (The last I am
> not totally sure of, therefore it is to new for me as well).
>
> I hope this helps,
>
> Cor
>
> "D Witherspoon" <dwitherspoon@xxxxxxxxx> schreef in bericht
> news:%23OdecYZBGHA.516@xxxxxxxxxxxxxxxxxxxxxxx
>> no, I am talking about a dataset control not a .XSD dataset file.
>>
>> I can do it by going into the component designer or something like that
>> for the web form
>>
>> Who is Scrooge?
>>
>> "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
>> news:epnie0YBGHA.2040@xxxxxxxxxxxxxxxxxxxxxxx
>>> Hi Scrooge,
>>>
>>> You can add from your solution explorer a dataset, in that you can click
>>> on the lower part to get the connection. Than a wizard something as you
>>> was used to see will start.
>>>
>>> I hope this helps,
>>>
>>> Cor
>>>
>>>> How do I add a dataset control to a ASP.NET 2005 app?
>>>>
>>>> It was easy in 2003. I would just drag a control onto the form. In an
>>>> ASP.NET web project VS.2005 project the control doesnt seem to exist.
>>>>
>>>> What do I do ?
>>>>
>>>>
>>>
>>>
>>
>>
>
>
.
- References:
- Add a dataset control to a ASP.NET 2005 app
- From: D Witherspoon
- Re: Add a dataset control to a ASP.NET 2005 app
- From: Cor Ligthert [MVP]
- Re: Add a dataset control to a ASP.NET 2005 app
- From: D Witherspoon
- Re: Add a dataset control to a ASP.NET 2005 app
- From: Cor Ligthert [MVP]
- Add a dataset control to a ASP.NET 2005 app
- Prev by Date: Re: writing data adapter sql commands
- Next by Date: Re: No Setup Project in 2005 Express Edition?
- Previous by thread: Re: Add a dataset control to a ASP.NET 2005 app
- Next by thread: search for category in Outlook contact with multiple categories
- Index(es):
Relevant Pages
|