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 Wanet Telecoms Ltd 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. bernie321

    7100 speed dials INVALID NUMBER

    Hi We have a Officeserv 7100, we changed the number programming/speed dials on one extension yesterday and today all extensions are reporting INVALID NUMBER when they use a speed dial (either button programmed ones or just dialling SPD and the number). I cannot see that anything has changed...
  2. bernie321

    How to post back text box with image as button

    Thank you for your post. You will not believe my stupidity!!! "If Not Page.IsPostBack Then" I had left the databind in the postback code. Thank you all for your help!! B
  3. bernie321

    How to post back text box with image as button

    Hi I have replaced the image button with a regular button and again it did not fire. Thanks B
  4. bernie321

    How to post back text box with image as button

    Sorry, Again just to confirm: I have two breakpoints: One in the page load (which did break) - (this is the point at which I checked the e.commandarguement but realise this was incorrect as it would have a different value to in the event?) One in the event (which did not fire)
  5. bernie321

    How to post back text box with image as button

    Sorry, no the breakpoint is in the page load for checking the e.commandname... The event does not fire.
  6. bernie321

    How to post back text box with image as button

    Hi Thanks for your post. E is empty, there is no CommandName Thanks B
  7. bernie321

    How to post back text box with image as button

    Hi Thanks for your post, and again sorry for the delay. We have a breakpoint on clsBasket.... but it does not reach this. Thanks B
  8. bernie321

    Dynamically Change Masterpage

    Hi We have a site developed in ASP .NET 2.0 using master pages and content pages. I understand that you can change the master page for an aspx page dynamically. But is it possible to use content aspx pages as content pages for another aspx page? Thanks B
  9. bernie321

    Block emails with a certain attachment name

    Hi Thanks for your post. Sorry my post was not very descriptive, its actually outbound email that I want to check. Basically we have an attachment checking rule in GFI Mail Security which quantines some types of outbound attachements for authorisation. The only problem is it sends the...
  10. bernie321

    Block emails with a certain attachment name

    Hi Is there any way to block or even better redirect emails with a certain attachment name in exchange 2k3, e.g. if the attachment is "testdoc.html"? Many thanks B
  11. bernie321

    Loading Images - loading image dialog for some images

    Hi We have a site that returns some images that are linked from other sites (ASP 2.0). We are using a repeater control to load the source url into the page which is fine for those that are static links. However some require a serverside HTTP request and some processing, if I leave the user to...
  12. bernie321

    How to post back text box with image as button

    Hi Thanks for your post & sorry for the delay in getting back to you, i have my image button in the repeater but am unable to catch the event: <asp:Repeater ID="objRepeater" runat="server" OnItemCommand="objRepeater_ItemCommand"> <ItemTemplate> <asp:ImageButton id="imgDelete"...
  13. bernie321

    List of last calls

    Hi Thanks for your post, I will look into it. Also I have been thinking about the problem further which is that someone keeps faxing to the wrong number, is there any way of detecting that the call is a fax call and re-routing it to a different number? Thanks B
  14. bernie321

    List of last calls

    Hi Is there any way of getting a list of the last 10 or so calls on a SOE software v4? We have one in a remote office that merely forwards all calls over a BRI to the head office but need to pick out one number. Thanks B
  15. bernie321

    Cannot Ping IPOffice SOE though site-to-site VPN

    Hi THank you all for your posts. Routing setup and all fixed! Thanks B
  16. bernie321

    Temporarily block emails with attachments for authorisation

    Hi Thanks for your post. Internal to External only
  17. bernie321

    Temporarily block emails with attachments for authorisation

    Hi We are looking for an application to temporarily quarantine emails sent by specific internal users with attachments, alert the administrator so that they can approve/dissaprove the sending of the email. We cannot install GFI MailSecurity as we currently have another VSAPI antivirus software...
  18. bernie321

    Cannot Ping IPOffice SOE though site-to-site VPN

    Hi We have an IP Office SOE on a remote site which we are trying to ping though a hardware Site-to-Site VPN connection (we are acually trying to manage it but it does not return pings and therefore we cannot connect with manager). We can ping any other machine on that network from the remote...
  19. bernie321

    Parse html for particular tag content

    Hi We have an intranet site that we are converting parts of it to a database, there is a specific bit of info that we need from the html within the below tag: style="bg-image:url('xxxxxxxxxxxxx')" I have the HTML data in a string variable but need to get the xxxxxxx section out of the tag...
  20. bernie321

    How to post back text box with image as button

    Hi We have a repeater that lists our stock, users can then enter the quantity in a text box and click an image which is the add to cart button. I have two problems: 1 - how do I use an image to post the item 2 - how do I know the name of the correct quantity textbox (as there are many created...

Part and Inventory Search

Back
Top