Click here to Skip to main content
15,923,376 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Exception when calling webservice. Pin
Sathesh Sakthivel30-May-07 3:23
Sathesh Sakthivel30-May-07 3:23 
GeneralRe: Exception when calling webservice. Pin
narendra.vendi30-May-07 3:34
narendra.vendi30-May-07 3:34 
GeneralRe: Exception when calling webservice. Pin
Sathesh Sakthivel30-May-07 3:48
Sathesh Sakthivel30-May-07 3:48 
GeneralRe: Exception when calling webservice. Pin
narendra.vendi30-May-07 4:06
narendra.vendi30-May-07 4:06 
GeneralRe: Exception when calling webservice. Pin
Sathesh Sakthivel30-May-07 5:25
Sathesh Sakthivel30-May-07 5:25 
QuestionGetting changes to the data from a repeater control Pin
Senseicads30-May-07 3:03
Senseicads30-May-07 3:03 
AnswerRe: Getting changes to the data from a repeater control Pin
Fred_Smith30-May-07 4:27
Fred_Smith30-May-07 4:27 
GeneralRe: Getting changes to the data from a repeater control Pin
Senseicads30-May-07 5:01
Senseicads30-May-07 5:01 
Ok then didn't think of it that way! Big Grin | :-D


I have added a column into the table the repeater is created from. the onItemDataBound event is called ItemDataBound? I assume this is the one that you mean? Now sorry to be so dim but I am not sure how I am supposed to get the data in my Column out?

I am using this
<br />
Protected Sub repResults_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.RepeaterItemEventArgs) Handles repResults.ItemDataBound<br />
        If repResults.Items.Count > 0 Then<br />
             e.Item.... ' Dunno what goes here? :-S<br />
        End If<br />
<br />
    End Sub


Ok then I assume that this is where I put my code to check the time compared to the stored time. Only really want those items created in the last 5 mins to be highlighted. But i am a bit clueless as to how to get my the exact item out and how to then go about highlighting the row(I assume its a case of background.color.)

The other thing is does the even ItemDataBound get called for each cell in the repeater or is it each row? couldn't find that out anywhere? D'Oh! | :doh:

Thanks for your help so far tho...excellent idea, just wish i could pull it off! Big Grin | :-D

Cheers

Ian
GeneralRe: Getting changes to the data from a repeater control Pin
Fred_Smith30-May-07 5:33
Fred_Smith30-May-07 5:33 
GeneralRe: Getting changes to the data from a repeater control Pin
Senseicads30-May-07 6:56
Senseicads30-May-07 6:56 
GeneralRe: Getting changes to the data from a repeater control Pin
Fred_Smith30-May-07 7:01
Fred_Smith30-May-07 7:01 
GeneralRe: Getting changes to the data from a repeater control Pin
Senseicads30-May-07 7:12
Senseicads30-May-07 7:12 
QuestionError: There is no source code available for the current location Pin
Sam.M30-May-07 2:28
Sam.M30-May-07 2:28 
AnswerRe: Error: There is no source code available for the current location Pin
marky77730-May-07 4:30
marky77730-May-07 4:30 
QuestionHow can current Session can be sent with the WebRequest! Pin
Rana Muhammad Javed Khan30-May-07 2:23
Rana Muhammad Javed Khan30-May-07 2:23 
AnswerRe: How can current Session can be sent with the WebRequest! Pin
Fred_Smith30-May-07 4:47
Fred_Smith30-May-07 4:47 
GeneralRe: How can current Session can be sent with the WebRequest! Pin
Rana Muhammad Javed Khan30-May-07 6:43
Rana Muhammad Javed Khan30-May-07 6:43 
GeneralRe: How can current Session can be sent with the WebRequest! Pin
Fred_Smith30-May-07 6:59
Fred_Smith30-May-07 6:59 
GeneralRe: How can current Session can be sent with the WebRequest! Pin
Rana Muhammad Javed Khan30-May-07 9:14
Rana Muhammad Javed Khan30-May-07 9:14 
GeneralRe: How can current Session can be sent with the WebRequest! Pin
Fred_Smith30-May-07 13:42
Fred_Smith30-May-07 13:42 
QuestionPrinting problem Pin
umashankergr830-May-07 1:59
umashankergr830-May-07 1:59 
AnswerRe: Printing problem Pin
kubben30-May-07 5:13
kubben30-May-07 5:13 
GeneralRe: Printing problem Pin
umashankergr830-May-07 6:52
umashankergr830-May-07 6:52 
GeneralRe: Printing problem Pin
kubben30-May-07 7:39
kubben30-May-07 7:39 
GeneralRe: Printing problem Pin
umashankergr830-May-07 8:01
umashankergr830-May-07 8:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.