| bio | website | |
|---|---|---|
| location | Russia | |
| age | 26 | |
| visits | member for | 1 year |
| seen | Apr 19 at 4:06 | |
| stats | profile views | 28 |
“Until you make the unconscious conscious, it will direct your life and you will call it fate.”
Carl Jung
|
May 14 |
awarded | Popular Question |
|
Nov 7 |
comment |
How to add programmatically Sharepoint List Filter Wep Part? Thank you fo answer. I have updated the question according to your answer. Check it, please. |
|
Nov 7 |
revised |
How to add programmatically Sharepoint List Filter Wep Part? added 621 characters in body |
|
Nov 7 |
asked | How to add programmatically Sharepoint List Filter Wep Part? |
|
Oct 26 |
answered | Web Part Error When populating sharepoint list item |
|
Oct 25 |
revised |
Can't rename “Title” field in List Definition added 364 characters in body |
|
Oct 25 |
comment |
Can't rename “Title” field in List Definition 1. I fixed this field via SharePoint Manager tool. Saved. Copied the code. Created List - I've got "Title". 2. I fixed field from Sharepoint site. Went back to SharePoint Manager tool. Copied the Code. Created list - I've got "Title"... I don't understand this magic. My be anyone has correct schema.xml with renamed "Title" field so I can grab it??? |
|
Oct 25 |
comment |
Can't rename “Title” field in List Definition no I don't have SharePoint Manager tool... I'll search for it and try. I'll let you know. |
|
Oct 25 |
comment |
Can't rename “Title” field in List Definition So)) anyway "Title" is still "Title" any other ideas? |
|
Oct 25 |
comment |
Can't rename “Title” field in List Definition fa564e0f-0c70-4ab9-b863-0177e6ddd247 Title, bc91a437-52e7-49e1-8c4e-4698904b2b6d LinkTitleNoMenu, 82642ec8-ef9b-478f-acf9-31f7d45fbc31 LinkTitle ..... Did you mix-up LinkTitleNoMenu and LinkTitle ID's? |
|
Oct 25 |
comment |
Can't rename “Title” field in List Definition I've updated my code. Result is the same :( |
|
Oct 25 |
revised |
Can't rename “Title” field in List Definition I've changed guids as you mentioned, but it still dislays "Title". Should I place these field in <FieldRefs> tag? |
|
Oct 25 |
comment |
Can't rename “Title” field in List Definition I've updated id's , but still "Title"... I've placed these fields in <FieldRefs> and in <Fields> too, but result is the same "Title"... |
|
Oct 25 |
revised |
Can't rename “Title” field in List Definition I've changed guids as you mentioned, but it still dislays "Title". Should I place these field in <FieldRefs> tag? |
|
Oct 25 |
comment |
Can't rename “Title” field in List Definition But why can I cahnge it later in design mode and no restrictions appear then? Do you mean that I can rename it only after creation? |
|
Oct 25 |
asked | Can't rename “Title” field in List Definition |
|
Oct 18 |
comment |
Set defaul value for DVWP parameters programmatically Oh!! So many thanks! even if it doesn't make sence for your reputation))) ha-ha)))) :P |
|
Oct 18 |
accepted | Set defaul value for DVWP parameters programmatically |
|
Oct 17 |
comment |
Set defaul value for DVWP parameters programmatically Thanx, I see) Frankly speaking, when you suggested me to use QueryString, I've already done some Ecmascripts (where i get webpart ID) and _doPostBack for applying filters. I didn't want filter parameters show up in URL string. But now I decided to do like you, i used Query String Filter after window.location.href..... Thak you for idea ) |
|
Oct 17 |
comment |
Set defaul value for DVWP parameters programmatically well, i'm not sure, i'd like to use just like postback parameter. How to use as query string parameters via javascript? |