Search results for query: *

  • Users: joshuayork
  • Content: Threads
  • Order by date
  1. J

    Question hard code on how on how to check if username and password are correct?

    Hi.. I really need the code for this... somebody here could share the hard code if how can I check if the username and password are correct? just an example of piece of code or a hint only.... thanks...
  2. J

    what is the main function of listview? and datagrid?

    Hi Regarding with VB.NET controls, the listview and datagrid.... I found some program that using listview and datagrid... On viewing data, why listview has made if there is a datagrid? what is the main function of listview? and datagrid? when should I use the listview? when should I use the...
  3. J

    error message "'TextBox' must be inside a form label with runat=server"

    regarding with ASP.Net I am trying hard to do this but why do I get error message "The control 'ctl1' of type 'TextBox' must be inside a form label with runat=server" while trying to place a control inside a form dynamically? somebody.....
  4. J

    How to specify port in connection string?

    Hi I am doing a simple VB.Net program with sql server as backend database.... but my SQL server runs on a non-default port. How can I specify this port in my connection string?:(
  5. J

    Question How to create a new list for my ComboBox dropdown?

    I want to do something with my combobox..... How can I programmatically create a new list for my ComboBox dropdown? thanks...
  6. J

    context menu....

    How do I control the position of the context menu when it is invoked via the keyboard??? Thanks for reply.....
  7. J

    Page Problem.....

    Hi... Why do I get a blank page when I use Server.Transfer("page1.htm") to transfer to a different page? Thanks....
  8. J

    datagrid tabbing problem....

    I have hidden (column width = 0) columns on the right side of my datagrid, but tabbing does not work properly. How can I get tabbing to work? Thanks....
Back
Top