Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

ballameharmurali

@ballameharmurali
About
Posts
88
Topics
40
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Cystal Report Print Button
    B ballameharmurali

    Hi Everyone, I have developed a crystal report in asp.net,c#.when i click on print two issues are raising ? 1) Directly print dialog should appear when i click on Print Button on Crystal Report ? 2) The print orientation should change to Landscape ? Please suggest for a solution. Thanks in advance Murali

    ASP.NET csharp asp-net question

  • HTML5 Player in ASP.NET
    B ballameharmurali

    Hi This is for You Tube, i want to retrieve the Path from the server. Thanks Murali

    ASP.NET csharp html asp-net sysadmin

  • HTML5 Player in ASP.NET
    B ballameharmurali

    Hi, I want to Bind MP4 video file from Server to Lieral through c# code using HTML5 Player. i could not able to set the path from the server.I tried a lot of samples from internet but it was not working in either of the browsers. Here is the Function i used to call the and was not able to set the source path:**

    this.Literal1.Text =GetWmaObject(mySourceUrl, isFullSize);

    private string GetWmaObject(string sourceUrl, bool isFullSize)
    {
    string myWidthAndHeight = "";
    string myObjectTag = "";
    sourceUrl = sourceUrl + "";
    sourceUrl = sourceUrl.Trim();

          if (sourceUrl.Length > 0)
          {
           //Continue.
          }
          else
          {
           throw new System.ArgumentNullException("sourceUrl");
          }
          
        
    
          if (isFullSize)
          {
           myWidthAndHeight = "";
          }
          else
          {
           myWidthAndHeight = "width='640' height='480'";
          }
    
         
          sourceUrl = sourceUrl + "";
          sourceUrl = sourceUrl.Trim();
          if (sourceUrl.Length > 0)
          {
              myObjectTag = myObjectTag + "";
              myObjectTag = myObjectTag + "";
              myObjectTag = myObjectTag + "";
              myObjectTag = myObjectTag + "";
              myObjectTag = myObjectTag + "";
              myObjectTag = myObjectTag + "";
              myObjectTag = myObjectTag + "";
              //myObjectTag = myObjectTag + "";
              myObjectTag = myObjectTag + "
    

    **

    ASP.NET csharp html asp-net sysadmin

  • Upate Multiple Rows using update query in sql
    B ballameharmurali

    Hello everyone, I query the db and I get a number of rows returned. They are displayed in a form with fields to be updated. I know how to do the update on a one by one basis. What I want to do is be able to update multiple rows at once. Let say for example 5 fields per row and 10 rows. There is something about arrays and loop thru it that I cannot get to work. Any help would be greatly appreciated. Thanks Murali

    Database database tutorial help announcement

  • how to capture MerchantOneprocessing
    B ballameharmurali

    Hello , I have executed the code the if we give a valid credit card number also the result is the same. so is there any other ways . The responsecode is always 300. Thanks Murali

    ASP.NET php com json tutorial question

  • how to capture MerchantOneprocessing
    B ballameharmurali

    Hi everyone , I need to capture the response_code value of the website : https://secure.merchantonegateway.com/api/transact.php In the page i need to capture the response_code value. In the page load i am using Response.Redirect('https://secure.merchantonegateway.com/api/transact.php?id=response\_code'); But i am want the value of response_code in my page. can anyone please send the code or suggest to get the value of how to get the response_code value . Thanks Murali

    ASP.NET php com json tutorial question

  • problem to display large data ( like 1 lac records) to crystal reports in asp.net
    B ballameharmurali

    Hi all, how to display large data ( like 1 lac records) to crystal reports in asp.net I am getting this error when i am tried like this : Application service unavaiable . The web application you are attempting to access on this web server is currently unavaiable .please hit the refersh button in ur web browser to retry your request. Please find a solutions for this . Thanks Murali

    ASP.NET help csharp asp-net sysadmin tutorial

  • Problem in Displaying Huge data
    B ballameharmurali

    Hi , Search option is not accepted here. So is there any other way to display data. Thanks Murali Murali

    ASP.NET help csharp database oracle sysadmin

  • Problem in Displaying Huge data
    B ballameharmurali

    Hi, Yes but the problem the problem is if the paging is enabled also the page is not not displaying due to huge data i think .Is there a way to Display all the records(77000) Thanks Murali

    ASP.NET help csharp database oracle sysadmin

  • Problem in Displaying Huge data
    B ballameharmurali

    Hi all, I am trying to display 77000 records from Oracle Database to .NET DataGrid. So it is not displaying and getting Application Server Error. Using OLEDB i did. Is there any way for solving this problem Thanks Murali

    ASP.NET help csharp database oracle sysadmin

  • Save Dialog in asp.net
    B ballameharmurali

    Hi, I will try in the format. I think it is better way to get the code. Thanks murali

    ASP.NET csharp asp-net sysadmin

  • Save Dialog in asp.net
    B ballameharmurali

    yes thanks murali

    ASP.NET csharp asp-net sysadmin

  • Save Dialog in asp.net
    B ballameharmurali

    Hi , Thanks it is working ... byee murali

    ASP.NET csharp asp-net sysadmin

  • Save Dialog in asp.net
    B ballameharmurali

    hello everyone, I want to save the .mdb file when i click download button in asp.net.When i click the download the .mdb file is saving in the server . I tried for save dialog box so that we can save the .mdb file at our own choice in the system. save dialog is working for only txt files ... but it is not working for .mdb file.Do anybody have the code for Save Dialog for .mdb using vb.net. Thanks murali

    ASP.NET csharp asp-net sysadmin

  • vb.net BackUp of .mdb file
    B ballameharmurali

    Hi all, I have problem in .MDB file. I want to take a backup of an .mdb file through vb.net. I want to use save dialog so that i can save the file where i want. The problem i am able to use save dialog and take backup but the data is not comming and when i open the .mdb file the error is comming as Unrecognized database Foramt. DO ANYBODY have a solution of this .It is very very urgent Thanks murali Murali

    ASP.NET help csharp database

  • How to get Popups like Gmail Chat....
    B ballameharmurali

    hi, It is working Fine in .net 2005 but in 2008 it is not working .... Error is not comming but pop up is not cooming ... Is there any solution for this !!!! Thanks Murali

    ASP.NET

  • How to get Popups like Gmail Chat....
    B ballameharmurali

    Hi , No error but no pop up is comming Thanks Murali

    ASP.NET

  • How to get Popups like Gmail Chat....
    B ballameharmurali

    Hi , I have doubt regarding the PopUps in .net. I want popups from bottomright like Gmail Chats.. when we enter Gmail Chat we get popups from the bottom indicating new mails have come ... like that when i login in my website if there are any mails i have to get popups indicating new msgs came.... i have an example from codeproject.com eeeksoft.web.popupwin But this is not working properly... Do anybody have the code.It is very very urgent for mee..... Thanks Murali

    ASP.NET

  • how to disable Back Button in Internet Browser
    B ballameharmurali

    Hi all, Do anybody have the code for disabling the back button in Internet Browsers. I have tried this code but this isnt working : window.history.forward(1); I even placed in the head section but it is not working. can u please help me since it is very urgent to me Regards, murali

    ASP.NET help tutorial

  • How to export data from datagrid to .mdb format
    B ballameharmurali

    Hi all, Can anybody tell how to export data from datagrid to .mdb format(i.e into Access format).If possible please let me know the code. thanks Murali

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups