Using a dropdown on a static webpage as a DataSource in C#.net
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-05-07T22:48:10Z
Indexed on
2010/05/07
22:58 UTC
Read the original article
Hit count: 201
I know this is a terrible way of doing things, but it's for an internal app where security is no issue.
Basically, an old group created a php page with a drop down and this drop down is populated with entries from a DB. The DB owner is currently absent and for the sake of time, I would just need something that turns the entries in that drop down, always at the same url with the same ID every load into a List. Is there a quick, painless way to do this in .NET?
© Stack Overflow or respective owner