how to retrive asp.net 2.0 theme information from both database and dropdownlist?



Hi there
I have a application using theme to allow use to design their theme, but
first time I will get the default theme from database, how can I do it?
I use code as follow to handle dropdownlist

page_PreInit(object sender, EventArgs e)
{
this.Theme=Request["DropDownListName"].ToString();
}

Thanks
Tony Dong


.



Relevant Pages

  • Design Query
    ... I wish to design a database to track product subscriptions. ... Prev by Date: ...
    (comp.databases)
  • Manually Prepare Stored Procs with MFC?
    ... I am running MSDE using MS Access to design and create my database. ... I have a stored procedure which reads 2500 records out of a database ... the first time it can take up to 20 seconds to run. ...
    (microsoft.public.vc.database)
  • Re: 1 or more tables?
    ... This is my first time using a database. ... I want to design a database for extracting marriage data from our county marriage records. ... But I suggest you first google on "genealogy database design" to get an idea of how complex this could be. ...
    (comp.databases.ms-access)
  • related fields (CD database)
    ... I'm not very experienced with filemaker and I need to design the ... I'm creating a "cd database" which will include fields like: ... Prev by Date: ...
    (comp.databases.filemaker)
  • Re: CPCGamesCD Update !!
    ... I tried this CD the first time, ... if it would be possible to link the Database with the review ... Prev by Date: ...
    (comp.sys.amstrad.8bit)

Loading