User Profile

Collapse

Profile Sidebar

Collapse
adarwish
adarwish
Last Activity: Jun 12 '12, 03:17 AM
Joined: Dec 20 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • adarwish
    started a topic Play Sound Using Javascript with UpdatePanel

    Play Sound Using Javascript with UpdatePanel

    I Have the below Asp.net Code:

    the problem is that When Timer Tick Every 30 Second and GridView Filled the javascript code is not executed !! and Sound is not played.

    I have also tried SoundPlayer Class but is not working on the Server Side can anyone provide me with a solution ?

    Code:
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="OrdersPage.aspx.cs" Inherits="Orders_"
    ...
    See more | Go to post

  • adarwish
    replied to Parsing Amazon Access Log file
    Thanks danp129 it Worked fine
    See more | Go to post

    Leave a comment:


  • adarwish
    replied to Parsing Amazon Access Log file
    i want to split on spaces but the problem is some parameters contains spaces but surrounded with double quotes or square brackets
    See more | Go to post

    Leave a comment:


  • adarwish
    replied to Parsing Amazon Access Log file
    Dear Rabbit,

    thanks for replying.

    Actually the problem in: if i split on spaces i will found some parameters contains spaces but surrounded with double quotes or square brackets
    See more | Go to post

    Leave a comment:


  • adarwish
    replied to Parsing Amazon Access Log file
    This is an example

    "GET /Me/mefiles/videos/icons/240x320/18-1-12-9-19-56-egypt-movie3.jpg?id=0 1229466985&ph=0 1229466985&widt h=240&high=320 HTTP/1.1"
    See more | Go to post

    Leave a comment:


  • adarwish
    started a topic Parsing Amazon Access Log file

    Parsing Amazon Access Log file

    Please Help me in parsing Amazon s3 Access log file. using .NET C#

    the is an example for a row from the file

    Code:
    e9393f8b003f121858490f62e9339f29ab5919261b8da33746cedb356e29f774 alzwad [18/Jan/2012:22:27:24 +0000] 41.155.169.152 - 6A70EBA012DB351A REST.GET.OBJECT Me/mefiles/videos/icons/240x320/18-1-12-9-19-56-egypt-movie3.jpg "GET /Me/mefiles/videos/icons/240x320/18-1-12-9-19-56-egypt-movie3.jpg?id=01229466985&ph=01229466985&width=240&high=320
    ...
    See more | Go to post

  • adarwish
    replied to .NET exception with SQL Server 2008
    full error text:


    Server Error in '/me' Application.

    serial_number

    Description: serial_number

    Exception Details: System.IndexOut OfRangeExceptio n: serial_number

    Source Error:


    Line 61: UpdateMeClass UpdateMeObject = new UpdateMeClass() ;
    Line 62:
    Line 63: string VersionXML = UpdateMeObject. GenereteVersion Tag(Version, PhoneNumber,...
    See more | Go to post

    Leave a comment:


  • adarwish
    replied to .NET exception with SQL Server 2008
    here is the full exception and stack trace

    http://www.mebackendserver.com/Me/er..._35_17_AM.html...
    See more | Go to post

    Leave a comment:


  • adarwish
    started a topic .NET exception with SQL Server 2008

    .NET exception with SQL Server 2008

    Hi all
    This code runs on IIS.7 in windows server 2008 R2 and MSSQL Server Express Edittion 2008 R2
    this is a simple function which selects from the database based on 3 parameters and resturn object containing the selected row.

    This code runs normally in most time, but in some cases it through exception called "serial_num ber" which is a column name in the database table.
    Although i logged the 3 parameters...
    See more | Go to post
No activity results to display
Show More
Working...