Click here to Skip to main content
15,921,169 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
I have ended up not doing it that way! sorry...
sorry i have left work now so I don't have the exact code in front of me so will prob make a mistake Wink | ;)

in the tag in the html on the repeater I have added

>

then in the code behind added a function

<br />
Function highlightNewRow(ByVal dt as String) as String<br />
<br />
' in here i then converted dt to a datetime and got the time as now into<br />
' another variable.<br />
<br />
if (dt_now - dt_dat) < New Timespan(0, 5, 0) then<br />
   Return "style='Background:Red;'"   'Realise this is prob wrong, but can't remember what i used in the actual bit I did :)<br />
End If<br />
<br />
Return ""<br />
<br />
End Function<br />


If you want when i get back into work tomorrow I can post the actual code I used.

Thanks for your help tho...it was reading your intial bit about getting the data item back that made me realise I could use the database and do it that way. It was most helpful.

Cheers

Ian
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 
GeneralRe: Printing problem Pin
kubben30-May-07 8:04
kubben30-May-07 8:04 
QuestionHow to implement remember me next time feature Pin
deepalititi30-May-07 1:53
deepalititi30-May-07 1:53 

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.