User Profile

Collapse

Profile Sidebar

Collapse
satane
satane
Last Activity: Aug 17 '07, 05:33 AM
Joined: Jun 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • satane
    replied to add scrollbar in gridview
    in .NET
    HI Vinay,

    i did the whole process.But i am not getting scoll bar to lable also.can u please currct my code.in which case i did worng.i am sending my code here

    Code:
    <label id=lab runat="server" style="overflow: auto">h<asp:GridView
                       AllowSorting=True   
                       ID="grdView" 
                       runat="server"
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 20 '12, 06:49 PM. Reason: Added code tags.

    Leave a comment:


  • satane
    replied to How do I convert Dates stored as int
    hi
    SELECT CONVERT(DATETIM E,@value )
    here @value is ur interger value

    this will help u...
    See more | Go to post

    Leave a comment:


  • hi,

    in ur table there is no feilds to specify the branch like branch id like that.
    if there is baranch id then the query is like this......

    select sum(stockin) as stockinn,sum(st ockout) as stockoutt from stack where branchid=1


    othere wise can u send me how u identify two differnt branches.
    See more | Go to post

    Leave a comment:


  • satane
    replied to INSERT - EXEC never returns
    HI

    create table #test_red ( site_no int)
    insert #test_red
    exec dbo.mm_test

    create table
    site(sites int)

    insert site(sites) values (25)

    create procedure mm_test

    begin
    select max(sites) from site
    end
    select * from #test_red

    this code is working.it may help u....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...