Search results for query: *

  1. Q

    force system to point to txtbox ?

    I need to force system to point to a txtbox to recieve values after a badge swipe ? when the Web page loads the employee is asked to swipe his/her badge. I need to get the information into a txt box. the routien for the swipe is complete but I have been told to create a Function called from...
  2. Q

    How to convert Julian date into a Calendar Date ?

    I need to convert a string of numbers into a Calendar date. The numbers will be in the following order 06066 yyddd format. Any help would be greatly appreciated. I am using vb.net
  3. Q

    non normalized to normalized data transfer help

    (Solved) non normalized to normalized data transfer help I would like to write a stored procedure that takes data from one table on one server and put's it into another table on another table. The issue is the first table is not normalized and the second is. So a field in table A that is being...
  4. Q

    ddl List in data grid web form

    I fill the data grid with information from the the main table. I want to fill the ddl with information from another table that I use to populate the ddl. When the data grid is loaded I will then set the selected.value or .index I forget here but I have code that does this already for other...
  5. Q

    ddl List in data grid web form

    (solved) ddl List in data grid web form I have a data grid and want to add a drop down list. I have seveal ddl on a page have no issue filling them. The data grid has text boxes no issue there. But I would like to fill a drop down list. I am using the template column and have every thing...
  6. Q

    data grid help New to this

    Resolved This is a web application The issue is I can bind the data grid when I allow the auto colum generate but when I try to add columns myself I can't get the data to show in the grid. I am passing values in an array. Below is my code for passing two parameters to a stored procedure and...
Back
Top