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 wOOdy-Soft 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 mattbold

  1. mattbold

    fill in fields and locking in word?

    hello, This post may sound incredibly dumb so i apologise if it is, i don't really use Word for much more than writing letters you see... Basically i have been sent an application form for a job as a word document, and where i am to fill things in on it there are little grey areas inside...
  2. mattbold

    opening word document

    hello, yep thats the one, cheers it's working marvellously! - matt
  3. mattbold

    opening word document

    good evening, just a quick question.. can anyone tell me how to make a word document open from pressing a button on a form? i can get word to open but i don't know how to make it open with a particular document...? any help would be greatly appreciated! thanks, - matt
  4. mattbold

    creating text file

    Hello, Could anyone give me any clues as to how to go about getting ASP.Net to create a text file with a line or two of text in it and save it somewhere local to the application? Any help would be ace :) - matt
  5. mattbold

    passing the current URL

    Sorted it was my firewall, soon as i switched it off it worked fine :)
  6. mattbold

    passing the current URL

    hello, Yes i would prefer to do it in the code, i've been trying all sorts of options on the request.URLReferrer, but i keep getting "Object reference not set to an instance of an object." i've tried things like: hyperlink1.NavigateUrl = Request.UrlReferrer.LocalPath and...
  7. mattbold

    passing the current URL

    hello I've just been pondering this and wondered if any of you could aid me :) I'm adding a simple dynamic online help bit to my site, it is one page (help.aspx) and shows help text appropriate to the page that linked to it. This works fine, but now i'd like to add a link that goes back to the...
  8. mattbold

    Display 0 as "No" and 1 as "Yes" in datagrid

    Cheers guys, i got the IIF() in the SQL working :) - matt
  9. mattbold

    image alt tags...

    Hello all, Can anyone tell me how to add image alt tags to webform images if this is possible? i couldn't find a property for it... Also I tried using an HTML image instead, but when i referred to it in my VB code behind i kept getting the error message "Object reference not set to an...
  10. mattbold

    Display 0 as "No" and 1 as "Yes" in datagrid

    Hello, I have a database table which for one of the fields stores a 0 to represent "no" and a 1 to represent "yes". Could anyone tell me how to make these 0's and 1's display as "No" and "Yes" respectively when i display the results of a query using this...
  11. mattbold

    Date format in repeater

    Marvellous! Thankyou very much! - matt
  12. mattbold

    Date format in repeater

    Hello, I have a repeater that shows as one of its fields a date, but it shows it as (for example) "13/04/2003 00:00:00", how do i go about displaying it as "13 April 2003"? Any help would be greatly appreciated :) - matt
  13. mattbold

    Odd glitch with datagrids...

    no i don't think so - because it works fine, then when i alter something in the properties it goes wrong, without touching the code behind at all...
  14. mattbold

    Odd glitch with datagrids...

    Hello, On my site I have a selection of datagrids, but on the majority of them this peculiar thing happens... 1. The datagrid works nicely 2. I Edit the columns in any way, eg add a new one 3. Datagrid doesn't show up anymore 4. Remove the new column so it is how it was in stage 1, and try...
  15. mattbold

    multiple fields in datagrid column

    good thinking my man! i had totally forgotten about doing stuff in the SQL beforehand! - matt

Part and Inventory Search

Back
Top