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...
User Profile
Collapse
-
Hello,
I am using ASP.NET and it is web application.
Thanks,SabinaLeave a comment:
-
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 -
-
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 )... -
-
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 -
-
-
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...Leave a comment:
-
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,SabinaLeave a comment:
-
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 -
ASP.NET and ORACLE
Hello,
The question is:
How can I do connect from aspx.vb,web.con fig to oracle database?
Thanks,Sabina -
ASP and oracle
Hello,
The question is:
How can I do connect from aspx.vb,web.con fig to oracle database?
Thanks,Sabina -
Grid lines
Hello,
How can I bold the lines of grid ?
Thanks,Sabina
bss118[at]motorola[dot]com -
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?
No activity results to display
Show More
Leave a comment: