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: *

  • Users: gtjr921
  • Order by date
  1. gtjr921

    inserting numeric nvarchar data w/ SP

    I have a SP that gets data from parameters in Asp.net the .net form passes data from an excel spreadsheet. This all works except that when it inserts any of the fields that contain numbers they end up in sql looking like 9.37123e+009 or 4.581e+008 I have tried cast and convert to no avail. The...
  2. gtjr921

    data source not inserting data .net 2.0

    well this has something to do with encryption. I stepped through code and did not get any errors. If i remove the require ssl from IIS the page works just fine.
  3. gtjr921

    data source not inserting data .net 2.0

    Haven't stepped through the code yet I am the IT staff so I can check IIS but i haven't changed anything in it. The url of the blank page is the current page. Since the insert is not firing or at least not completing hmm Not sure the best way to test this. I could try to do a trace on the...
  4. gtjr921

    data source not inserting data .net 2.0

    what happens when you refresh the page? Is reloads and stays a blank white page are you redirecting using absolute or relative paths? Just a response redirect to mypage.aspx?action=NEW I do not call response.end or clear the only clear i have is a datasource clear after the insert is done...
  5. gtjr921

    data source not inserting data .net 2.0

    I have an encrypted page that had a detailsview to insert data. Problem it the page only works half the time for some reason. I have a click event that inserts data via a sql datasource. It used to work great I have it set to do a response direct to another page when it is done inserting. Now...
  6. gtjr921

    JavaScript on link click w/ Google Analytics

    thank nate!!!
  7. gtjr921

    JavaScript on link click w/ Google Analytics

    Ok I don't think I can use perl or php i don't have any control over the server. It's a hosting service and i don't think they allow perl or php, but i could try using a redirect with an aspx page. Like you said that is the long way. Plus there are a Lot of pages I would have to make to do...
  8. gtjr921

    JavaScript on link click w/ Google Analytics

    yes that is the google code i am using. so is there anyway to get it to fully work?
  9. gtjr921

    JavaScript on link click w/ Google Analytics

    Ok I am new to javascript, saying I know almost nothing about to would be accurate. My site is set up with the javascript from google so I can track web traffic to my site. I have this code on all my pages to monitor my site. Except I want to know how often the mp3 files on my site are...
  10. gtjr921

    Mailing Label Report

    Maybe you could post it somewhere else on the web to download?
  11. gtjr921

    Mailing Label Report

    I tried exporting to pdf and still only one label per page
  12. gtjr921

    Mailing Label Report

    I couldn't get that far. For some reason mine will print one label per page. I have the list set up with the rectangle and dataset Any chance you could email me your rdl file so i could toy with that for my project? Thanks
  13. gtjr921

    VB code behind not seeing aspx controls .Net 1.1

    it was the protected withevents. For reference i added Protected WithEvents btnSend As System.Web.UI.WebControls.Button Protected WithEvents txtFrom As System.Web.UI.WebControls.Textbox Protected WithEvents txtName As System.Web.UI.WebControls.Textbox Protected WithEvents...
  14. gtjr921

    VB code behind not seeing aspx controls .Net 1.1

    Asp.net 1.1 I am trying to create a contact form with asp.net 1.1 page and a vb code behind. when i reference a control in my vb code it acts as if it does not know what controls i am referencing I get "Name 'txtFrom' is not declared" I get this for any aspx control I call in my vb code. Here...
  15. gtjr921

    pass a querystring to a report

    I don't have any real code just using the asp.net report viewer with the server url to my report in the viewer As I stated above "I have report viewer on an asp.net 2.0 page with a Sql report from sql 2005 embedded in the report viewer." This all works, so long as i enter the parameter when the...
  16. gtjr921

    pass a querystring to a report

    I have report viewer on an asp.net 2.0 page with a Sql report from sql 2005 embedded in the report viewer. I thought I could just put report parameter in the query string and it would just pass the parameter to the report but that did not work. For instance I have a report the has a...
  17. gtjr921

    Hide Blank Pages Sql Reporting 2005

    that's a thought I'll check it out thanks
  18. gtjr921

    Hide Blank Pages Sql Reporting 2005

    I have a report with some hidden fields, the report spans the hidden field to another page. The data is hidden, but it still shows the page as if data were there. I can you supress blank pages in a Sql 2005 report? Thanks
  19. gtjr921

    IIS Client Certs and Firefox

    I set up IIS client certificates for an internal site in IIS. From IE I went to the sitename/certsrv page requested the certificate, then I issued the cert from the server. Went back to IE installed the issued client cert and it worked just fine. I then exported the cert to a p7b file and tried...
  20. gtjr921

    Repair Not recognizing win 2k

    My laptop keeps giving me blue screen of death when it tries to boot into windows 2000. The windows 2000 start up screen comes up and the blue progress bar shows progress then it shows the BSOD and reboots. I see the BSOD, but it reboots so fast I have no idea what the error message is. I...

Part and Inventory Search

Back
Top