Search results for query: *

  • Users: c19h28O2
  • Content: Threads
  • Order by date
  1. C

    Page Refresh deleting values

    Hi, I am using a web form which has a few text boxes and and button with a popup calendar, the only way i can transfer the value from calendar to the main webform is to use a session variable and then refresh the page and assign the value in the page_load event. However once the page is...
  2. C

    firing selectindexchanged

    Guys, can you tell me how to fire a selectindexchanged event from code. I have a sub procedure that changes the selectedindex value of dropdown1, i've been told that changing this value won't fire the selectedindexchanged event(which it doesn't!). it will fire if i click the ddl (which...
  3. C

    If statement help...

    Hi, Wondering if anyone can tell me what i'm doing wrong here... Dim username As String Dim input As String sql = "select username from tbluserDetails where username = " & Me.txtUsername.Text da = New SqlClient.SqlDataAdapter(sql, myConn)...
Back
Top