Hai friends,
This error message i got when i call a function
Message Expired ---> WSE066: Timestamp is expired. This indicates a stale message but may also be caused by lack of synchronization between sender and receiver clocks. Make sure the clocks are synchronized or use the timeToleranceIn Seconds element in the microsoft.web.s ervices3 configuration section to adjust tolerance for lack of clock synchronization ....
User Profile
Collapse
-
preethi 123 started a topic how to solve this error" Timestamp is expired. This indicates a stale....."in C Sharphow to solve this error" Timestamp is expired. This indicates a stale....."
-
Hi
If i add that in masterlayout the popup will shown in all the pages but once i click the no button It will not shown anymore for that I have to use session But in jquery we cant set session value.
so i use the code behind in masterlayout as
...Code:<script runat="server"> protected void btnCancel_Click(object sender, EventArgs e) { Session["sesvalue"] = 1; -
preethi 123 started a topic how to disable the Jqueryui dialogbox when the page loads the second timein Javascripthow to disable the Jqueryui dialogbox when the page loads the second time
Hi,
i have created a jquery ui dialogbox at my masterpage,so in my site dialogbox appears in all the pages, I close the dialogbox using clickevent after that when i go to next page dialogbox again open.once i close the dialogbox it should not open at next pageload .please give me some idea for this to do.
How can i do this??
This is my jquery code:
...Code:<script type="text/javascript">
Last edited by Dormilich; Apr 16 '12, 05:48 AM. Reason: Please use [CODE] [/CODE] tags when posting code. -
How to retain the textbox value after postback occurs.
Hai,
I create a dynamic textbox using buttonclick event.
but the textbox values are not retain after acorss postback.can any one solve this problem.
very urgent.
Thanks in Advance
This is my code
protected void Page_Load(objec t sender, EventArgs e)
{
if (IsPostBack)
{
... -
How to play video without buffering or loading
Hai
Im doing my project in ffmpeg for convert the video file to livestream.whil e the vedio is playing it shows the loading image. can you please give some idea to play the video continuously without buffering.
I try this code
ffmpeg -i strFilePath -re -vcodec libx264 -ar 44100 -f flv strStreamingUrl -
how to bind image control in datagrid using wpf
Hi,
I am trying to bind a datagrid with a datatable in WPF. This is my first project in WPF. The datatable has a single column. The datatable is bound with a table that has a varbinary image column in database.
In database, this is the table structure
it has 5 rows.Code:table tblPicture ( @Picture varbinary(MAX) )
Datagrid gets filled with 5 rows (of datatype byte[]). But all...
No activity results to display
Show More
Leave a comment: