G
Guest
I place an object OleDbConnection on my web form.
Then I can set up in properties the connectionstring.
If I make another form and I drop an OleDbConnection to it how can I use the
connectionstring from the previous form. I don't want to write code to do
so. Isn't that possible to be done only using the designer.
For exmample some grid objects could be bound to a file that contains the
connection string. Then I work only with the designer - no code written. Is
there a similar solution in asp.net
Then I can set up in properties the connectionstring.
If I make another form and I drop an OleDbConnection to it how can I use the
connectionstring from the previous form. I don't want to write code to do
so. Isn't that possible to be done only using the designer.
For exmample some grid objects could be bound to a file that contains the
connection string. Then I work only with the designer - no code written. Is
there a similar solution in asp.net