1,222 reputation
211
bio website sharepointnadeem.blogspot.in
location Srinagar, India
age 31
visits member for 11 months
seen Jun 3 at 9:19
stats profile views 75

I work as a SharePoint developer in Applied Information Sciences. I love playing cricket. I am a great fan of Mohammad Yousuf and Hashim Amla.


Apr
15
answered Enable ECB only for particular extension
Apr
13
answered quick way to access splistitem in different list?
Mar
21
awarded  Tumbleweed
Mar
14
asked Custom Column Global Vs Web Application Deployment
Feb
19
answered I am new to developing wcf services in sharepoint 2010
Feb
15
awarded  Tenacious
Feb
11
answered Adding caml query to the view in XSLTListViewWebpart
Feb
11
answered Search document from document library usin CAML query
Feb
7
comment Open newform.aspx with prefilled values
Are you using the query string to pass the prefilled values to NewForm.aspx?
Feb
7
answered Change URL description programmatically in list C#
Feb
6
comment Why Item Updated and Item Added trigger together when we add a item to list (document library)
@SalvatoreDiFazio is correct, if there is no metadata to be filled for the uploaded document then only ItemAdded event is fired and if there is metadata to be filled, then ItemUpdated event will be fired.
Feb
5
answered Checking if a list is consuming lookup value column or not
Feb
5
comment List Expiry Date Reminder
I haven't used this tool, so can't comment on that. However, you can find following links useful:ajaxme.blogspot.in/2010/10/… andrewconnell.com/blog/articles/…
Feb
5
answered Optional Parameters in C# at Sharepoint
Feb
5
comment List Expiry Date Reminder
Here are the steps for the timerjob: Look for the announcement which are going to expire today (Use CAML Query). Send a mail (SPUtility.SendMail) to the intentded users about the item getting expired. Finally schedule the job to run daily. However, if you are not comfortable with Timer jobs, create a console application with above logic and schedule it to run daily using task scheduler.
Feb
5
answered List Expiry Date Reminder
Feb
5
answered include any document as attachment in share point 2010 email
Feb
4
answered is this CrossSiteListViewWebPart causing memory leaks?
Feb
3
answered Delete list items and bypass recycle bin
Feb
1
comment How to collect user profile details?
It might be a permissions issue then. Check this link: blogs.technet.com/b/speschka/archive/2010/02/22/…