9
Answers

Multiple time stamp display

Loh Jy

Loh Jy

9y
505
1
I am having trouble allocating only 1 time stamp per data received..
Instead of
 11:06 AM T 1 26 being reflected on my text box, I am getting this
11:06 AM T 11:06 AM 92 11:06 AM 211:06 AM 8.75.
 
Coding are as follows: 
string time = DateTime.Now.ToString("HH:mm:ss");
txtData.AppendText(time + " " + RxString); 
 
How should i restrict the time from displaying so many time? 
Answers (9)
0
Kalyan Basa
NA 56 0 13y
Hi Suresh,

Use like this it should help you.

Response.Redirect("../Admin/Section.aspx?SelectedValue=Admin");

                                or

Response.Redirect("~/Admin/Section.aspx?SelectedValue=Admin");


Hope this helps.


Thanks,
Kalyan