Hi, I need to populate a list with columns of ms access table can we do a select statment to have name of columns for a specific tables in an access database Thanks in advance TG
tigertwareg
Posts
-
getting ms access columns -
Session Variable Problemi think that the best way to pass user information is to use session param : session["username"], session["profile"]... hope it will help TG
-
Form Validation button after refreshi mean the refresh of the web browser thanks a lot TG
-
Form Validation button after refreshHello, I have a form which contains a validation button that save data to the database, the pb is that after each page refresh, the button code is executed. how can i do to prevent that from happening Thanks in advance TG
-
Dropdownlist data bindthanks a lot, i tried it and it works fine thank u very much for your help TG
-
Dropdownlist data bindHi, Thanks for answering me, in my form, i have : a dropdownlist that has autopostback to false and enableviewstate to true textboxfield and button. " i tried the autopostback to true but it doesn't work" i want to have the value of my dropdownlist after clicking the save button to make the save on the database. to populate the dropdownlist i have : myConnection1.Open() cmb.DataSource = myCommand1.ExecuteReader(CommandBehavior.CloseConnection) cmb.DataTextField = "label" cmb.DataValueField = "code" cmb.DataBind() if i don't bind data like that, it works fine, i mean if i populate the list manually or by the add method, i can have the value after clicking the save button. if u can help thanks a lot TG
-
Dropdownlist data bindHello, I have a dropdowlist that i populate from the database by binding data, when i click on the button to save the form the list is initialized. and i don't know how to save the value of the selected item, its lost after each click on the button. thanks in advance TG
-
authorization and profile application blockHi I'm trying to implement the authorization and profile application block for my application, i really don't know from where to start Any help Thanks in advance TG TG
-
Authorization and profile application blockHi I'm trying to implement the authorization and profile application block for my application, i really don't know from where to start Any help Thanks in advance TG