Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jockey

    report not refreshing

    Hi I am using crystal 10 and am calling my report from an asp.net web page. Info is entered on the asp.net page and then stored on a sql database. The report is call from a button that passes the report 2 parameters. All the report has to is get the data written to the sql database and...
  2. jockey

    report doesn't refresh

    Hi I am using crystal 10 and am calling my report from an asp.net web page. Info is entered on the asp.net page and then stored on a sql database. The report is call from a button that passes the report 2 parameters. All the report has to is get the data written to the sql database and...
  3. jockey

    .net framework problem

    The SQL server and the IIS server are on the same machine at the moment. This has me well and truely stumped. The reason I want this is that I keep loosing session state regularly at random time interval and I felt stroing session on the sql server would be more stable.
  4. jockey

    .net framework problem

    I am 100% sure the the way I have declared the sessionstate is correct as it works when run using my pc as a local host. It is when I move the files from my PC onto the IIS server that it gives me an error.
  5. jockey

    .net framework problem

    I have defined session state like this :- <sessionState mode="SQLServer" sqlConnectionString="data source=127.0.0.1;user id=<user>;password=<password>" cookieless="false" timeout="20"/>
  6. jockey

    .net framework problem

    Hopefully this is a simple config problem. I have a web app that runs fine when it is hosted on my local pc using localhost to display the pages in my browser. Ehen I move this app to the intranet server I get errors. I have pinned down the error to be caused by the <sessionState> tag in my...
  7. jockey

    report prints in adobe

    I am using crystal 10 from a ASP.NET page. The report is fine displays as expected. What I dont want is that when I want to print the report it does not print off straight away. What it does is open the report in an ADOBE window and you then have to print from there. How do can I stop the ADOBE...
  8. jockey

    report prints in adobe

    I am using crystal 10 from a ASP.NET page. The report is fine displays as expected. What I dont want is that when I want to print the report it does not print off straight away. What it does is open the report in an ADOBE window and you then have to print from there. How do can I stop the ADOBE...
  9. jockey

    creating a view over 2 different sql servers

    Hi All I am not sure if this can be done but I hope it can. Currently we are running 2 sql servers. What I want to ba able to do is refrence table off ! of the servers in a voew on the other server. So firstly can this be done. If it can what does it involve and how do you do it. I have tried...
  10. jockey

    Setting drop down list value

    I have a datagrid that I have set up with edit templates. When edit is pressed the selected row displays the required drop down list and thedse lists are populated with the required value. The problem I am having is that I am unable to set the selectedvalue for the drop down lists so they...
  11. jockey

    button click not responding

    Hi All This is a wierd one or at least i think it is. I have a ASP:Button on a form that when it is clicked saves the current form data to an SQL data base. The data on the form is loaded from different customer details database. The save work fine the first time but when you change the data...
  12. jockey

    Change parent window url

    Is there a way that when a popup window is closed you can cange the url of the parent that opened it??
  13. jockey

    cant get frame src to change

    I have a page with 2 frame in it I want a button on the top frame to change the src page in the bottom frame. I have looked at other threads and tried examples but cant get it to work can some 1 help me. I keep getting an this error error mainframe is not defined. Mainframe being...
  14. jockey

    close window

    Can anyone tell me how to close a asp.net page using vbscript Many thanx jamie
  15. jockey

    selcecting from a grid

    Hi I have looked at several post in here yet I am still unable to get this to work. I have a grid that is populated with a list of customers. What I want to be able to do is to click on the grid and retrieve the information stored in that row. This data would then be displayed in textboxes...
  16. jockey

    Populating textboxes from dropdownlist selection

    Yea that is fine but it only give me what i have selected in the dropdownlist. What I need is When I select Customer1 that teh address ect for that customer whicd are in the dataset used to fill the listbox then fill the textboxes. Hope that make sense
  17. jockey

    Populating textboxes from dropdownlist selection

    Hi All I have a drop down list that is populated from a dataset and contains customer names. On load all fine as the first customer is displayed in the list and the details for that customer populate several textboxes this like address, telphon ect. What I can't get to work is that when I...
  18. jockey

    change frame src dynamically

    Yea the code would be good thanx. Is there a way of doing this using VB??
  19. jockey

    change frame src dynamically

    Hi I have a page with 2 frames. How do I change the page loaded into the second frame from a Asp button on the first frame. Jamie
  20. jockey

    frame refresh

    Hello I have a asp.net page that is split into two frame a top + bottom. When I use the command button I have set up in the top frame I cant get the bottom frame to refresh to reflect the changes made. Can anyone tell me how to do this Cheers Jamie

Part and Inventory Search

Back
Top