User Profile

Collapse

Profile Sidebar

Collapse
Sabina
Sabina
Last Activity: Dec 30 '07, 08:43 AM
Joined: Oct 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sabina
    replied to Color of the button
    in .NET
    When I use timer and want to change backcolor of button it doesn't work.

    Private Sub StartTimer()
    Dim myTimer As System.Timers.T imer = New System.Timers.T imer()
    myTimer.Interva l = 5000
    AddHandler myTimer.Elapsed , AddressOf myTimer_Elapsed
    myTimer.Enabled = True
    End Sub

    Protected Sub myTimer_Elapsed (ByVal sender As Object, ByVal e As System.Timers.E lapsedEventArgs )
    Button.BackColo r...
    See more | Go to post

    Leave a comment:


  • Sabina
    replied to Color of the button
    in .NET
    Hello,

    I am using ASP.NET and it is web application.

    Thanks,Sabina
    See more | Go to post

    Leave a comment:


  • Sabina
    started a topic Color of the button
    in .NET

    Color of the button

    hello,

    I want to change the color of the button according to condition and check the condition every 5 minutes.

    How can I do it?
    Thanks
    See more | Go to post

  • Sabina
    replied to Color of the button.
    in .NET
    I don't know CSS.I search another solution.

    Thanks,Sabina
    See more | Go to post

    Leave a comment:


  • Sabina
    started a topic Color of the button.
    in .NET

    Color of the button.

    Hello,

    I want to change the color of the button.

    Private Sub StartTimer()
    Dim myTimer As System.Timers.T imer = New System.Timers.T imer()
    myTimer.Interva l = 5000
    AddHandler myTimer.Elapsed , AddressOf myTimer_Elapsed
    myTimer.Enabled = True
    End Sub

    Protected Sub myTimer_Elapsed (ByVal sender As Object, ByVal e As System.Timers.E lapsedEventArgs )...
    See more | Go to post

  • Sabina
    replied to From one form to another.
    in .NET
    Thank you very much
    See more | Go to post

    Leave a comment:


  • Sabina
    started a topic From one form to another.
    in .NET

    From one form to another.

    Hello,

    How can I send parameter( TextBox1) from one form to another ?

    Protected Sub Button1_Click(B yVal sender As Object, ByVal e As System.EventArg s) Handles Button1.Click
    FormStation.tex tBox2.Text = TextBox1.Text ???????????
    Response.Redire ct("FormStation .aspx")
    End Sub

    Thanks,Sabina
    See more | Go to post

  • Sabina
    replied to ASP.NET and ORACLE
    in .NET
    Thank you very much
    See more | Go to post

    Leave a comment:


  • Sabina
    replied to Format(Date, "MM/DD/YYYY")
    in .NET
    Hello,

    How can I port >= ?


    Thanks,Sabina
    See more | Go to post

    Leave a comment:


  • Sabina
    replied to Format(Date, "MM/DD/YYYY")
    in .NET
    I get the error message :"Cannot switch views:(validati on (asp.net):If this attribute value is enclosed in quotation marks,the quotation marks must match.


    SelectCommand=" SELECT Product_Code, Product_ID FROM tbl_Employees,t bl_Factories,tb l_Product_categ ories,tbl_Produ cts
    WHERE tbl_Factories.F actory_ID = tbl_Product_cat egories.Factory _ID
    AND tbl_Product_cat egories.Product _category_ID = tbl_Products.Pr oduct_category_ ID...
    See more | Go to post

    Leave a comment:


  • Sabina
    replied to Format(Date, "MM/DD/YYYY")
    in .NET
    Hello,

    I don't undestand.
    I can't replace

    to_date('" & Format(Date, "MM/DD/YYYY") & "','mm/dd/yyyy') (from VB) to
    Format(Date, "MM/DD/YYYY")

    How can I port to_date('" & Format(Date, "MM/DD/YYYY") & "','mm/dd/yyyy') from VB to asp.net?




    Thanks,Sabina
    See more | Go to post

    Leave a comment:


  • Sabina
    started a topic Format(Date, "MM/DD/YYYY")
    in .NET

    Format(Date, "MM/DD/YYYY")

    Hello,

    How can I porting this code

    to_date('" & Format(Date, "MM/DD/YYYY") & "','mm/dd/yyyy')

    from VB to aspx?

    SelectCommand=" SELECT * FROM tbl_Products
    WHERE tbl_Products.Pr oductStartDate <= to_date('" & Format(Date, "MM/DD/YYYY") & "','mm/dd/yyyy')"

    Thanks,Sabina
    See more | Go to post

  • Sabina
    started a topic ASP.NET and ORACLE
    in .NET

    ASP.NET and ORACLE

    Hello,

    The question is:

    How can I do connect from aspx.vb,web.con fig to oracle database?


    Thanks,Sabina
    See more | Go to post

  • Sabina
    started a topic ASP and oracle

    ASP and oracle

    Hello,

    The question is:

    How can I do connect from aspx.vb,web.con fig to oracle database?


    Thanks,Sabina
    See more | Go to post

  • Sabina
    started a topic Grid lines

    Grid lines

    Hello,

    How can I bold the lines of grid ?

    Thanks,Sabina

    bss118[at]motorola[dot]com
    See more | Go to post
    Last edited by MMcCarthy; Dec 26 '06, 03:17 PM. Reason: email address

  • Sabina
    started a topic Porting from VB to .NET
    in .NET

    Porting from VB to .NET

    Hello,
    I am trying to port code from VB to .NET

    I want from Module ANALYZE frmMain.tcpClie nt1.State WHERE frmMain ANOTHER FORM and tcpClient1 is AxMSWinSockLib. AXWinSock

    frmMain.tcpClie nt1.State


    How can I port it?
    See more | Go to post
No activity results to display
Show More
Working...