Re: Add a dataset control to a ASP.NET 2005 app



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 ?
>>>>
>>>>
>>>
>>>
>>
>>
>
>


.



Relevant Pages

  • Re: Again: Protecting ConnectionString in web.config
    ... Check out the article "Safeguard Database Connection Strings and Other ... > if there's a cracker gain full control of the win server that IIS ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Web.config best practices in ASP.NET apps?
    ... It seems to make more sense to separate app settings (e.g. global variables, ... constants that the development team would control) from web settings (e.g. ... database connection strings) that the operations team would control... ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How to use ADO fast?
    ... the designer creates now in 2.0 connection strings in config ... Cor ... > What is the problem with that Bill. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Data Adapter Configuration Wizard creates new Connection
    ... I think that solutions can be to make your own datatbase classes or to use a ... central SQL server. ... You also can make the connection strings in the load events of the forms and ... Cor ...
    (microsoft.public.dotnet.framework.adonet)