Search results for query: *

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

    FindControl RangeValidator

    I have a RngeControl within a FormView within a Panel which FindControl does not seam to be able to find. The FormView is exposed just find and othe r controls on the FormView are found with the FindControl. Has anyone had a similar issue of not finding a RangeValidator with FindControl?:confused:
  2. J

    Running a web service as a batch job?

    I am trying to run a web service in a batch mode using a http request but cannot find a good code sample of how to accomplish the task. If anyone has ever written such code I would greatly appreciate a sample of the code.
  3. J

    XML Error?

    Hello All, I am attempting to create my first XML document just as a proof of concept and have run into an error I cannot figure out. If anyone has a answer to this error I would greatly appreciate it. The XML page cannot be displayed Cannot view XML input using style sheet. Please...
  4. J

    Set focus to Textbox when page starts?

    Hello all, I am very new to web development and Visual Studio so I have not discoverd how to perform a lot of web app features as of yet. My question is how do I set focus to the first input textbox of a web page when it first displays?:confused: Thank you in advance for any input.
  5. J

    Multiple Global.asax files

    I have multiple global.asax files which contain an application variable which identifies an AS/400 library used in my SQL's. Each global file designates either a TEST library, Demo library or Production library. When I have deployed the application to the respective servers I change the...
  6. J

    Need to manipilate datagrid values before being displayed.

    I have a datagrid of vehicle mkae, model and options. The options column for certain models be the same text as the model. I want to assign blanks to the options value when it is the same as the model value. Does anyone have any sugestions of how I might go about achieving this?
  7. J

    SQL0301 - Input host variable

    ERROR [HY000] [IBM][Client Access Express ODBC Driver (32-bit)][DB2/400 SQL]SQL0301 - Input host variable ICZRNU Does anyone know what causes this error?
  8. J

    Empty data grid

    I have run a SQL then filled a data set which returns a none zero rows affected then I am binding the data set to a data grid. The data grid is only giving me my column headings. Is there something I could look at to detrermine why I am getting the emty data grid?
  9. J

    One or more rows contain values violating non-null, unique or foreign-key contraints.

    I am trying to perform a data adapter fill and get this message. The record in the data source exists and it is a unique keyed record so I can't find the issue with the application. Any help would be appreciated. '---------------------------------------------------------------------------...
  10. J

    Installation Interrupted

    Hello all, I am trying to re-install a new web application and keep getting the following attached message: Any help would be appreciated.
  11. J

    Not finding the record

    I am not getting back my data from the data source even though it exists and the SQL is using the correct restrictive values. I have attached the code for you to evaluate. Thank you, str = "SELECT ACGZCD, ACA1NB, ACADCD FROM PTADTAPD.SCDLRP " & _"Where ACGZCD = '" & Trim(strServiceGroup) &...
  12. J

    Invalid use of default parameter

    Can anyone tell me what is giving me this error?:confused: ERROR [07S01] [IBM][Client Access Express ODBC Driver (32-bit)]Invalid use of default parameter. I have attached the full message screen. Thank you,
  13. J

    OdbcDataAdapter.Fill()

    The fill method for my data adapter is returning an error which is below. Is there any way that I can verify what is being written to the data set other than looking at the data source? The data source has no foriegn keys no null records and no duplicate keys. Failed to enable constraints...
  14. J

    Session Variable is not carried to Component

    My Session Variable value is not being carried to my component. Any help would be appreciated. Thank you,
  15. J

    End of Statement was not Valid

    I can't figure out why I am getting this message?
  16. J

    Components and Session Variables

    Hello, I am trying to use a Session variable within a component which connects to a data base. The select SQL references a Session Variable populated in I prior form. The value does not carry to the component where I try to use it as a resriction on the Select SQL so the application falls over...
Back
Top