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 bkrike 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: Garreth21
  • Content: Threads
  • Order by date
  1. Garreth21

    Couple of Dynamic user control problems

    Hey everyone I have a user control called Activity. It has these fields: txtActivityName txtSponsor ucStartDate - day, month, year drop down lists ucEndDate - day, month, year drop down lists Problem One: I have to be able to let the users add as many Activities as they need to. I have this...
  2. Garreth21

    Datagrid issue after 2005 upgrade

    Hi everyone, At work we recently upgraded to 2005. We have an issue of datagrid lines not showing in our datagrids in IE7, They show fine in Firefox. Has anyone come across this problem?
  3. Garreth21

    Totaling up sub task duration

    Hi everyone I'm having a problem with sub task durations not being totalled correctly for two of the tasks I have in my project. For Task 1, it looks like a sub task of Task 2 is being included in the calculation. I can't seem to fix this. The rest of the project is fine. I even started another...
  4. Garreth21

    Datagrid filtering

    Hi everyone, I have a datagrid that I need to filter depending on a value in a column. If the column has certain data, then I want to show that row, if it doesn't then I don't want to show it. Can I do the checking for this in the ItemDataBound event or is that too late? If anyone can give me...
  5. Garreth21

    HTML in textbox

    Hi everyone, I'm wondering how to allow html into a textbox without setting validateRequest="false" in the page directive? Is it possible? thanks, in advance.
  6. Garreth21

    DataGrid - Get row data when clicking a button.

    Hi everyone, I have a datagrid for a simple shopping cart app i'm developing. I've got a template Column that contains a asp button which will add the product to the shopping cart. Right now I'm using the OnItemCommand event, and i'm able to display the product num on the screen. However...
  7. Garreth21

    Questions about validators

    Hi everyone. I have a web form that collects shipping information. I have the following fields: First Name, Last Name, Street Address, City, Postal Code, email address. The form needs to accept english and french characters as it's multi-lingual. I'm trying to validate the First Name field. I...
  8. Garreth21

    Creating a ResourceManager, using resx files.

    Hi I'm developing a multi-lingual asp.net web site. I can create a resource manager, but when I use .getString() on it, it fails with this error message: "Could not find any resources appropriate for the specified culture" I've searched all over the place but haven't been able to solve my...
  9. Garreth21

    Multilingual web site advice

    Hey I'm developing a online shopping cart. One of the requirements is for English and French(Canadien French) support. The language selection will be stored in a session cookie(better options?). I'm looking for information, tutorials etc or just general design help from people who have created...
  10. Garreth21

    LinkButton/querystring question

    Hi everybody, I have a datagrid that displays products. The product name is a link button. When the link is clicked it opens up a new window to display product details. Right now I append the details to the page link and then use query string on the pop up page to get the information. It...
  11. Garreth21

    Iterating through a table one row at a time.....

    Hi everyone I need to go through a table of data and look at 3 specific columns. If the value is greater then 0 for a given column, I need to make a new record in another table. Here's an example Table 1 ID Total Bonus A Bonus B Bonus TEST1 125.25 500 250 TEST2...
  12. Garreth21

    Win xp Pro and Win 2k Pro home network

    Hey everyone I have two computers(Win XP Pro, Win 2k Pro) on my home network, connected through a router. I recently upgraded one of my home computers to Win XP Pro from Win 2k Pro and now I can't see the networked drives on from either machine. How do I correct this? Thanks in advance.
  13. Garreth21

    Web App design advice needed

    Hey everyone I'm currently in the process of converting a asp/VB6 web app over to asp.net/C#. The app is wizard style ordering system, the user goes through many pages that collect data before the order is submitted. Data persistence is handeled by hidden fields in Include pages. I'm looking...
  14. Garreth21

    Debug: Step through 2 solutions?

    Hey everyone, Is it possible jump from one solution to another when debugging? I have a code that has a reference to a class in another solution, the class is throwing an exception but i'm unable to figure out how to step through the code. I'm using VS 2003 Pro if it makes any difference. I...
  15. Garreth21

    Question about getting Datgrid index for control name.

    hi everyone I have what i'm sure is an easy question about datagrids. but this is my first time using them so I can't figure this out. I'm switching ASP code over to ASP.NET. I'm using a datagrid to replace an exsisting INC file, that builds a html table. The exsisting table has a textbox in...
  16. Garreth21

    Visual Studio 2003 toolbox question

    Hey everyone For some reason my Crystal Reports tab has been deleted from the toolbox, and I'm curious as to how to add it back. anyone have ideas? thanks in advance
  17. Garreth21

    Printing when clicking on a link

    Hey everyone I have a web page that displays order numbers on the screen. Each number is hyperlinked. I would like the packing slip to be printing when a order number is clicked on. Right now the page would pass the order number on to another page and it would print from there, but we need it...
  18. Garreth21

    asp front end with C# middle tier. Can it be done? and How?

    Hey everyone I don't know if this is the right place to ask this or not so please bear with me. A couple of months ago we started converting a asp/com web app into ASP/C# .NET. The middle tier is done and we have most of the system in ASP.NET but, we have a tight deadline and I thought it...
  19. Garreth21

    Web deployment and registry entries

    Hi everyone I was wondering if it's possible to add a registry file to the web set up project, so that when the install is run the registry key is added. If anyone can provide advice or links that would be great. thanks gary

Part and Inventory Search

Back
Top