User Profile

Collapse

Profile Sidebar

Collapse
preethi 123
preethi 123
Last Activity: Jul 6 '12, 04:59 AM
Joined: Dec 21 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to solve this error" Timestamp is expired. This indicates a stale....."

    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 ....
    See more | Go to post

  • 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;
    ...
    See more | Go to post
    Last edited by acoder; Apr 17 '12, 02:47 PM. Reason: Added [code] tags

    Leave a comment:


  • how 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">
    ...
    See more | Go to post
    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)
    {
    ...
    See more | Go to post

  • 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
    See more | Go to post

  • preethi 123
    started a topic how to bind image control in datagrid using wpf
    in XAML

    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
    Code:
    table tblPicture
    (
    @Picture varbinary(MAX)
    )
    it has 5 rows.

    Datagrid gets filled with 5 rows (of datatype byte[]). But all...
    See more | Go to post
    Last edited by Frinavale; Dec 21 '11, 04:22 PM. Reason: Added code tags
No activity results to display
Show More
Working...