| bio | website | |
|---|---|---|
| location | Sweden | |
| age | 22 | |
| visits | member for | 6 months |
| seen | Jun 10 at 8:32 | |
| stats | profile views | 13 |
|
May 30 |
asked | Trying to download microsoft.interop.word document on sharepoint 2010 |
|
May 23 |
asked | Problem with connectable webparts |
|
Apr 26 |
asked | Navigation on webpart |
|
Apr 5 |
asked | Fileupload cannot find file |
|
Mar 21 |
revised |
Wrong skilltype in listbox edited body |
|
Mar 21 |
comment |
Wrong skilltype in listbox let us continue this discussion in chat |
|
Mar 21 |
comment |
Wrong skilltype in listbox Updated my code and added my Save button, when i save the skill, the type_id becomes random in the technical_skill_type table.. But in the technical_skill table the type_id isn't the same.. |
|
Mar 21 |
revised |
Wrong skilltype in listbox added 2202 characters in body |
|
Mar 21 |
comment |
Wrong skilltype in listbox So join t in db.TECHNICAL_SKILL_TYPE.AsEnumerable() on m.technical_skill_id equals t.technical_skill_type_id ? |
|
Mar 21 |
revised |
Wrong skilltype in listbox deleted 5 characters in body |
|
Mar 21 |
comment |
Wrong skilltype in listbox I had: ´join t in db.TECHNICAL_SKILL_TYPE.AsEnumerable() on m.technical_skill_id equals t.technical_skill_type_id´ but it should be: ´join t in db.TECHNICAL_SKILL_TYPE.AsEnumerable() on m.technical_skill_id equals t.technical_skill_id´ and now it atleast populates my listbox.. But still, if i add a programming skill it also gets under my listboxdatabase :( |
|
Mar 21 |
comment |
Wrong skilltype in listbox Don't really get your answer.. But check out my edited one, Thats my DB Design and it saves the right values in all tables. But i still cant get the values to populate my listbox on page_load, check the cs code |
|
Mar 21 |
revised |
Wrong skilltype in listbox added 246 characters in body |
|
Mar 21 |
comment |
Wrong skilltype in listbox Edited question, please check the image above with my tables, is that what your mean? :) |
|
Mar 21 |
revised |
Wrong skilltype in listbox edited body |
|
Mar 21 |
comment |
Wrong skilltype in listbox so i need a table that holds all skilltypes, then make the relationship with the technical_skill table? |
|
Mar 21 |
asked | Wrong skilltype in listbox |
|
Mar 20 |
asked | Wrong attachment url when display on image control |
|
Mar 18 |
asked | Seperate two listbox values |
|
Mar 17 |
asked | Show hidden textbox and label after dropdownlist selectedindex changed |