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

    IIS 6.0 error 500, opening .pdf from asp.net app, cross server

    Hello, I'm getting an internal server error 500, subcode in the log is 401 3 1326. The event viewer shows object access, event 562, 560. I'm trying to open a .pdf file from an asp.net web application. This worked solid before, no major changes to the server, the mine types are set and...
  2. MystiqueOfLife

    Javascript not invoked until browser refresh?

    I have a page where I use embedded Javascript to do something basic, like an alert. The page uses an update panel and an ajaxtabpanel. The page loads and the javascript alert does not fire until I hit the browser refresh button. Then it fires. It doesn't matter if I register the script...
  3. MystiqueOfLife

    Getting Started - A newbie questions

    a) You will want at least VS 2005 for 2.0 framework development, but 2008 is the best choice being backward compatible. A lot of people still develop in 2.0, almost no one develops for 1.1 today, most have upgraded. b) You do not need VS to write / compile although it makes life easier and...
  4. MystiqueOfLife

    Deep Link Building

    From my understanding, yes. Here's some additional reading I found interesting. http://www.blogherald.com/2008/12/29/is-deep-linking-in-trouble/ Cheers! ---- Remi Free Message Forums http://www.messageforums.com http://www.empellex.com
  5. MystiqueOfLife

    Page Rank

    Hello, Sounds like your doing the right things, and just need more time. PageRank is measured by the number and quality (pagerank of page linking to your page) of inbound links. I'd suggest you make sure your site is included in directories (like you stated, you added to dmoz) and as you...
  6. MystiqueOfLife

    GridView - no cell data becomes  

    Hello, This is a question on a GridView. When storing data in a cell, no data gets set with a value of "nbsp;". For example, an add form inserts data into a GridView, not all fields in the form contain value, so some GridView columns contain no data, but still for some reason hold a...
  7. MystiqueOfLife

    JavaScript Calendar control

    Hello, Thanks for the reply. I had a case where I had to use a Javascript Calendar / Date Chooser, to select a date, and return it to a .Net TextBox control. The Date Chooser could not be a .Net control, it had to be the Javascript Calendar. Here was my solution: Javascript Calendar...
  8. MystiqueOfLife

    ASP.NET 2.0 DataGrid issue

    // Code for Grid <asp:GridView ID="oGrid" runat="server"> <Columns> <asp:BoundField DataField="Test" /> </Columns> </asp:GridView> // Code to Retrieve value private void GetData() { string gridValue; gridValue =...
  9. MystiqueOfLife

    JavaScript Calendar control

    Hello, Working with Javascript Calendars in the .Net environment and accessing the values returned. options: - Javascript Calendar places data into .net control (eg. document.getElementById("ctl00_DefaultContent_ElectronicTransfer1_txtAnimalSaleDate").value = inputArray.year + '-' +...
  10. MystiqueOfLife

    GridViews and Nested GridViews : passing data

    Hi, Any assistance is appreciated. Background: I'm working with GridViews and nested GridViews in an Ajax application that brings a user through a data entry wizard and does not submit or store info in a Database.. the user can continue to go through the application multiple times...
  11. MystiqueOfLife

    .Net Culture French A Character in PDF

    Hello, I'm using C#, .Net, Cultures and I'm having trouble when I export my string that I've build to PDF. For example, it places a French "A" character where ever there is suppose to be a space. I'm primarily working with currency. Anyone have any idea's? In HTML a space appears as it...

Part and Inventory Search

Back
Top