Search

You searched for the word(s): userid:778576

Matching Posts

  • sorting in datagridview

    Hi In my C#windows application I have a datagridview with a textboxcolumn. For sorting I had written the code dataGridView1.Sort(dataGridView1.Columns[0], System.ComponentModel.ListSortDirection.Ascending); when I enter values 1 2 10 it shows in the order 1 10 2 How can I show it as 1 2 10
    Posted to Getting Started (Forum) by anupalavila on 11/30/2009
  • Re: sorting in datagridview

    How can I check it I had alread made changes in grid Edit Columns-->Default CellStyle--> Format-->Numeric but it dosent work
    Posted to Getting Started (Forum) by anupalavila on 11/30/2009
  • File uploading and Downloading

    Hi, Me with C# asp.net I want to upload some files (word files,setup,pdf etc) to a folder and in another page I want to list all the files and download from that page. How can I do this? Thanks in advance Anu Palavila
    Posted to Getting Started (Forum) by anupalavila on 11/20/2009
  • How can I make such a selection

    I have two tables 1)LocationMaster with fields locationId,locationName 2)LocationProductQuantity with fields locationId,productName,Quantity How can I make a select command such that I will result location quantity for each product (0 if no entry in LocationProcuctQuantity for a location) ie if LocationMaster contains locationId locationName 1 Loc1 2 Loc2 3 Loc3 and LocationProductQuantity contains locationId productName Quanity 1 pen 10 2 pen 20 2 book 5 3 book 40 It should show as Loc1 pen 10 Loc2
  • marquee stops on javascript in IE

    Hi Me with C# asp.net, in my web page I am using a javascript to change Image and a marque for sliding another image the problem is that when the change image javascript changes the image marquee stops and when the chage image is changed marquee starts running. any solution for this problem the javascrip is home-slide.js $(window).load(function() { $.each($('#mainstory_banner').find("a"), function() { $(this).click(function() { var host = window.location.host; var dest = this.href;
    Posted to Web Forms (Forum) by anupalavila on 10/21/2009
  • marque stops because of javascript

    Hi Me with C# asp.net, In one of my web page I am using a marque and a javascript to change image. I am getting a problem with the marque ie, it stops its movement at certain point then it starts, I dont know why it struck at some point. When I removed the java script it works fine. How can I avoid this problem Thanks in Advance Anu Palavila
    Posted to Web Forms (Forum) by anupalavila on 10/19/2009
  • if NULL then how can I return as 0

    Hi select sum(quantity)Qty from InventoryProductMaster where productId='1' on some cases the above query return NULL in such cases how can I return as 0 ie if NULL then return 0
  • marque image stops at some point and moving in IE

    Hi, I am using an Image marque in one of my page <marquee direction="left" width="100%" style="height: 28px; "> <asp:ImageButton ID="ImageButton1" ImageUrl="~/CngImage/cute.gif" runat="server" Width="30px" Height="30px" /> </marquee> It works fine when I use it in a new page but when I placed in between an existing page in IE the image stops at some point and moving, in the further cycles also its stoping
    Posted to Web Forms (Forum) by anupalavila on 10/12/2009
  • Re: marque image stops at some point and moving in IE

    this is the page which shows marque image stoping <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server"> <title>--:::</title> <link rel="SHORTCUT ICON" href="Images/logo_it.jpg" /> <link rel="stylesheet" href="Style.css" type="text/css" /> <script language="javascript"> function funOpenWindow() { var width = 600; var height = 300; var left = parseInt
    Posted to Web Forms (Forum) by anupalavila on 10/12/2009
  • substract two select commands

    Hai My first query select sum (quantity)Qty from GRNMaster where Pid='9' returns the result 10 and second query select sum (quantity)Qty from PRNMaster where Pid='9' returns the result 6 How can I substract the result of 2st result from the 1st result so that it shows 4 which would work in a single execution Thanks in Advance Anu Palavila
Page 1 of 31 (309 items) 1 2 3 4 5 Next > ... Last »