613 reputation
429
bio website
location
age
visits member for 1 year, 2 months
seen yesterday
stats profile views 71

Mar
23
revised The <today/> tag not working in my CAML Query?
added a screenshot for reference
Mar
23
suggested suggested edit on The <today/> tag not working in my CAML Query?
Mar
23
comment The <today/> tag not working in my CAML Query?
I tried adding the <or> content, but it would still not display todays announcements. I have put up a screenshot for reference. I tried the <Now/> tag as well and it wouldnt work. Please advise.
Mar
23
asked The <today/> tag not working in my CAML Query?
Mar
22
comment Populating a simple custom Event Web part that retrieves information from the OOTB calendar web part
Deepu I am pretty new to this. I am assuming I could do this by putting breakpoints at These two lines eventRepeater.DataSource = table; eventRepeater.DataBind(); I had to remove the table.acceptchanges(); as it was throwing an error and had to remove the update panel I had my controls wrapped in as it was preventing sharepoint from displaying its update panel when I try to edit the page. Please advise Thanks
Mar
22
revised Rendering IMAGES (attached to announcement list) in my custom web part?
added 81 characters in body
Mar
22
comment Rendering IMAGES (attached to announcement list) in my custom web part?
Per Jakobsen Please take a look at what I have been able to render using your code. Where would I put the table row <tr> and <td> tags to make them appear horizontally as opposed to vertically as shown in the screenshot. The only other styling I would need would be to Change the font-family and color of the Announcement 1, Announcement 2,...... I am assuming this would be a inline style. Please advise. Thanks again
Mar
22
comment Rendering IMAGES (attached to announcement list) in my custom web part?
The only requirement I have is to be able to display the "Title" text in bold and in a different color and instead of them being stacked up show them side by side
Mar
22
comment Rendering IMAGES (attached to announcement list) in my custom web part?
Per Jakobsen I am still trying to understand all the keywords/properties you have used in the code. most of them I get. But I am little confused as to where exactly I would want put the table and rows and if and how I could apply any style to the "Title" text of the Announcements. I am assuming it would be an inline style of <td>? Please advise. Thanks
Mar
22
revised An example of databinding the repeater control?
Added code
Mar
22
comment An example of databinding the repeater control?
Hey Brian Thanks for all the good info! I thought I would show you the ascx page. Could you take a look at it and let me know as to how I could finalize all the code above to work in sync and render my web part? I like the idea of the picture library. Does it automatically convert user images into specific sized thumbnails?
Mar
22
comment Populating a simple custom Event Web part that retrieves information from the OOTB calendar web part
I have added the code to the first post. Please take a look. Thanks
Mar
22
revised Populating a simple custom Event Web part that retrieves information from the OOTB calendar web part
Added code
Mar
22
comment Populating a simple custom Event Web part that retrieves information from the OOTB calendar web part
Hey Brian apologize for the mock up. The show time is across each event and not the date. I thought you might want to take a look at my code and tell me if I could just go with this. I have used a repeater control with 3 labels in an item template.I am having trouble though with the syntax in trying to actually get the data to go into the labels. please note that the all content within text="" of the controls is just what I found of the net and doesnt work.Could you please provide me with an example and explanation on how I could go about doing it?
Mar
21
accepted CAML Query to retrieve announcement items in descending order based on ID # - Not Working
Mar
21
awarded  Supporter
Mar
21
comment Using the Now() function in CAML Query?
Perfect Thanks!!
Mar
21
accepted Using the Now() function in CAML Query?
Mar
21
comment Using the Now() function in CAML Query?
Perfect Thanks!!
Mar
21
comment Using the Now() function in CAML Query?
Hey Zork I just posted my Query. If you take a look at it, where I have specified now() there is <Value IncludeTimeValue='TRUE' Type='DateTime'>2012-03-21T12:18:55Z</Value> Will this change accordingly during runtime?