User Profile

Collapse

Profile Sidebar

Collapse
rohitbce
rohitbce
Last Activity: May 21 '09, 06:40 PM
Joined: Aug 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rohitbce
    replied to sendin sms
    in XML
    Hi............. .

    contact on this mail in subject mention this only
    <_email_removed _>
    See more | Go to post
    Last edited by Dormilich; May 17 '09, 09:36 AM. Reason: removed email address (see Posting Guidelines)

    Leave a comment:


  • rohitbce
    replied to The RPC server is unavailable
    in .NET
    Thanks for your reply
    But this link are unable to provide sufficient Information...
    See more | Go to post

    Leave a comment:


  • rohitbce
    replied to The RPC server is unavailable
    in .NET
    Thanks for your reply
    But this link are unable to provide sufficient Information...
    See more | Go to post

    Leave a comment:


  • rohitbce
    started a topic The RPC server is unavailable
    in .NET

    The RPC server is unavailable

    Hi
    i am using Crystal report and i want to Directly print out that report without open a pop window. MY code working fine but in set up its giving an Error RPC Server is Unavailable i am not getting what the solution for that
    if any body know about the problem then please help me
    thanks
    See more | Go to post

  • rohitbce
    replied to VB.NET App: Crystal Report Direct Printout
    in .NET
    hi
    i am also done like this and its working fine also in code but in set uo its giving a problem RPC SERVER Enable can you please help me how to solve this problem
    thanks
    See more | Go to post

    Leave a comment:


  • Overlaping on Dropdown control by menu written in Java Script

    I have written code to generate dropdown menu in java script.
    it overlap all the controls of the pages like label,radio,ima ges except the
    drop down list control.
    for the drop down i have tryied serverside as well as client side but problem remain same.
    its urrgent
    See more | Go to post

  • If you Explain in detail exactly what you want then may be me or somebody help you
    you try this may be it will work
    Protected Sub Page_LoadComple te(ByVal sender As Object, ByVal e As System.EventArg s) Handles Me.LoadComplete
    Me.dropDivision Name.AutoPostBa ck = False
    ' Me.dropDivision Name.Enabled = False
    End Sub
    or otherwiswe set the autopostback property false
    Thanks and regards...
    See more | Go to post

    Leave a comment:


  • rohitbce
    replied to To check for Gridview PageIndexChanging
    in .NET
    hi
    try this in pageindex change event of grid

    lblMessage.Text = ""
    dgBlockDescript ion.EditIndex = -1
    dgBlockDescript ion.PageIndex = e.NewPageIndex
    Bll.clsfrmBlock MasterBll.FillC ontrolWithDs(Me .dgBlockDescrip tion, Me.dropCityName .SelectedValue)
    dgBlockDescript ion.DataBind()
    See more | Go to post

    Leave a comment:


  • rohitbce
    replied to Problem with required field validator.
    in .NET
    on grid properti set cause validation false
    and when u insert a new record
    at that time check
    txtName = dgBlockDescript ion.Rows(dgBloc kDescription.Se lectedIndex).Ce lls(2).Controls (0)
    first find the cell value in one variable and after that set
    if(textss1.text ="")
    (
    exit sub
    )
    thatnks & Regard
    Rohit
    See more | Go to post

    Leave a comment:


  • Dear
    call the function in button click event and set the property autopost back true
    if u mention code then i can help you actually i am not getting what's the problem you are facing
    Thanks & Regard
    rohit...
    See more | Go to post

    Leave a comment:


  • rohitbce
    replied to Delete a row from Gridview
    in .NET
    r u working on 2005 or 2003 . i know how to do in 2005 without javascript
    See more | Go to post

    Leave a comment:


  • rohitbce
    replied to expression validator
    in .NET
    Hi
    you are going write way but doing a little bit mistak
    use like that
    ^[a-zA-Z0-0]*

    Thanks and Regards,
    Rohit Jain - s/w Developer
    See more | Go to post

    Leave a comment:


  • Thanks for your valuable response
    i am useing sql and convert it like that but not getting how to get the path
    Session("txtsca n") = ObjData1.Tables (0).Rows(IntCou nter1).Item(0)
    Dim byt() As Byte = CType(ObjData1. Tables(0).Rows( IntCounter1).It em(0), Byte())
    Dim bmpimg As Bitmap
    Dim mstream As New MemoryStream
    mstream.Write(b yt,...
    See more | Go to post

    Leave a comment:


  • its Urgent plz help me
    Rohit
    See more | Go to post

    Leave a comment:


  • rohitbce
    started a topic How to open a image which is stored in server
    in .NET

    How to open a image which is stored in server

    Hi
    I am saved my Document in server By the follwing code

    coding......... ...


    If fupLoadDoc.HasF ile Then
    Dim reader As BinaryReader = New BinaryReader(fu pLoadDoc.Posted File.InputStrea m)
    Dim byt() As Byte = reader.ReadByte s(fupLoadDoc.Po stedFile.Conten tLength)
    ''objVLEAttache Doc.Documentimg = byt
    dtDoc.Rows(intr r).Item(3)...
    See more | Go to post

  • :-) directly you write as a header
    See more | Go to post

    Leave a comment:


  • rohitbce
    replied to Report Errors
    in .NET
    Hi
    First u try to open a report In Back end Only ............... .....
    if you try to some other system than check it report is verified by local system or not
    May be this will work
    Rohit jain
    See more | Go to post

    Leave a comment:


  • rohitbce
    replied to problem with 2 forms and 1 textbox
    in .NET
    if it is a web application then use a query string or you can use session also
    Rohit Jain
    See more | Go to post

    Leave a comment:


  • rohitbce
    replied to avoid duplicate records on a database
    in .NET
    Hi
    In database you use the primary key
    In front end check if err no 2627 occur than catch that exception and send a err message you cant insert duplicate record
    thanks and Regard
    Rohit Jain
    See more | Go to post

    Leave a comment:


  • rohitbce
    replied to DataGrid
    in .NET
    Hi
    you have one more option to do like that just give one link button in datagrid Delete and that click event call the javaScript its only a one line code call confirm method so it will be ask yes or no............. ...............
    do it like that may be it will work
    Thanks & regard
    Rohit Jain
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...