| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Dec 20 '12 at 9:58 | |
| stats | profile views | 14 |
|
Nov 6 |
asked | Microsoft Excel cannot access the file 'C:\XXXXExcel.xlsx' |
|
Nov 5 |
awarded | Editor |
|
Nov 5 |
revised |
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine edited tags |
|
Nov 2 |
asked | The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine |
|
Nov 2 |
comment |
How to connect sharepoint application page into Sql server Programatically Can u plz give some example code |
|
Nov 2 |
comment |
How to connect sharepoint application page into Sql server Programatically Thank u so much. |
|
Nov 2 |
asked | How to connect sharepoint application page into Sql server Programatically |
|
Nov 1 |
comment |
I loss the listitem which was added to list using Item Added Event Receiver Thanx a lot Per Jakobsen.U did a great job for me.My past question is...I have list in the name 'SampleEvent' with 2 fields.One field is Radiobutton with two choice.(i)yes,(ii)no.I want to make some condition by the choice of radiobutton.So i asked how to take the value of that field.Now i found by this code..String s = item.Fields["Only"].GetFieldValueAsText(item["Only"]);.If u know any other simple way mens.Plz share it. |
|
Nov 1 |
comment |
I loss the listitem which was added to list using Item Added Event Receiver ya i got it.Thanx a lot.I have 1 more query.I have 2 fields in List.But i got only 1st field when i'm use the list.GetItemById(properties.ListItemId).I want to take 2nd field also.What i have to do. |
|
Nov 1 |
comment |
I loss the listitem which was added to list using Item Added Event Receiver How to get a list dynamically insead of this coding SPList list = web.Lists["SampleEvent"]; |
|
Nov 1 |
comment |
I loss the listitem which was added to list using Item Added Event Receiver thanx a lot Per Jakobsen. |
|
Oct 30 |
comment |
I loss the listitem which was added to list using Item Added Event Receiver Hi...In my code i m hardcode the listitem.If i used SPListItem item=properties.ListItem; its make some issue becoz it was written inside RunWithElevatedPrivileges.So i need to take listitems without using properties.ListItem.Plz help me |
|
Oct 30 |
comment |
I loss the listitem which was added to list using Item Added Event Receiver thanx a lot Per Jakobsen.i got it. |
|
Oct 30 |
accepted | Get current Login Name inside RunWithElevatedPrivileges |
|
Oct 30 |
comment |
Get current Login Name inside RunWithElevatedPrivileges thanx a lot.i got a current user by SPUser user=properties.Web.CurrentUser; |
|
Oct 30 |
comment |
I loss the listitem which was added to list using Item Added Event Receiver k.How to get current login user.I'm always getting SharePoint\\System as Login name becoz of RunWithElevatedPrivileges. |
|
Oct 30 |
asked | Get current Login Name inside RunWithElevatedPrivileges |
|
Oct 30 |
comment |
I loss the listitem which was added to list using Item Added Event Receiver Thanx for ur answer.But i need programatically. |
|
Oct 30 |
comment |
I loss the listitem which was added to list using Item Added Event Receiver Plz help me.... |
|
Oct 30 |
comment |
I loss the listitem which was added to list using Item Added Event Receiver Item 84 is..I am just taking one listitem and try to apply my requirement.Just for testing i took one listitem |