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!

Recent content by gtjr921

  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...

Part and Inventory Search

Back
Top