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!

Search results for query: *

  • Users: theomen
  • Order by date
  1. theomen

    Domain forwarding - how to get url of destination

    Hi All, I've developed a website for a client who has multiple domains. When a visitor goes to each of these domains, the colour scheme, logo etc. of the website will depend on which domain the visitor goes to. The main domain is hosted with Demon, who have just changed the IP address the...
  2. theomen

    Help forcing a postback

    Thanks. I just had to mess around with my method calls, making sure it didn't re-bind the gridview if the user had just logged in for example. It all appears to be working at the moment (I hope). The product catalogue was more interesting as there were so many different ways in which it has to...
  3. theomen

    Help forcing a postback

    I have now implemented the PreRender method, which is working. Now just got to stop it wiping my search results. Thanks again.
  4. theomen

    Help forcing a postback

    Thanks BoulderBum. I've just managed to get it working anyway with the previous method. Turns out I did have a javascript error but didn't see it, I'd for some reason changed the javascript from document.forms[0].submit to document.form1.submit, changed it back and it now seems to be working (I...
  5. theomen

    Help forcing a postback

    I have also tried doing the following: Page.RegisterClientScriptBlock("anything", "<script>document.forms[0].submit</script>"); which doesn't seem to do anything much (it seems to run and there is no javascript error but content page still doesn't see the session values I have set until I...
  6. theomen

    Help forcing a postback

    I'm currently developing a website which requires customers to login to be able to view certain documents. My login form is on my master page, and I have a content page which displays a list of documents. If a document is to be viewed by customers only, then the link is disabled until the...
  7. theomen

    How to write a DVD

    Thanks for the reply tomaso11. Its a video dvd that I'm creating. I actually managed to get it working in the end. I chose the option to create an image when burning the dvd through Nero. When it finished, it again said it burned successfully, but again there was nothing on it. Then I opened...
  8. theomen

    How to write a DVD

    Hi all, I don't know if its just me, but is writing to DVD's a complex issue? The reason I ask is that I've never yet managed to successfully write a DVD. I've been trying today to do so through Nero, I get all the files into the correct folders on the DVD, hit burn, it takes an age to do...
  9. theomen

    Looping through server-side form fields

    Aha, its all working fine now. Thanks vbkris for the reply.
  10. theomen

    Looping through server-side form fields

    Hi vbkris, When I tried to use it, it just returned "__VIEWSTATE". I managed to get it working (kind of) in the end using previouspage.findcontrol. However, using this method, I still need to know what controls are on a page. What I'm having to do is send through with each form a hidden field...
  11. theomen

    Looping through server-side form fields

    Thanks mansii, have just posted it in there.
  12. theomen

    Looping through server-side form fields

    Hi All, I'm hoping someone can help with this as its beginning to wind me up. Is there a way in asp.net to loop through the fields in a server-side form (ie. with runat="server"), the same way that you can use "for each item in request.form()" for client-side forms? I want to create a login...
  13. theomen

    Looping through server-side form fields

    Hi All, I'm hoping someone can help with this as its beginning to wind me up. Is there a way in asp.net to loop through the fields in a server-side form (ie. with runat="server"), the same way that you can use "for each item in request.form()" for client-side forms? I want to create a login...
  14. theomen

    Automatically refreshing a page without reloading it

    I've now got it working through ajax. In case anyone is interested, or has the same requirement, I got the answer to my query at http://forums.openhosting.co.uk/viewtopic.php?t=6004
  15. theomen

    Automatically refreshing a page without reloading it

    I'm writing a small chat application in asp.net, which currently looks similar to msn in that there is a top frame with the messages, and a bottom frame with a textbox for entering new messages. I need the content of the top frame to automatically update every few seconds. I have written a...
  16. theomen

    Running a server-side script (asp) in background from Javascript

    Excellent, I try there, thanks.
  17. theomen

    Running a server-side script (asp) in background from Javascript

    Hi All, I am trying to build a quick chat program in ASP.NET. I've got two IFrames, the top one contains the messages, the bottom one a textbox for entering a new message. Its much like msn. The problem I have is that to get the messages to refresh, I have a javascript function that just...
  18. theomen

    Restarting a service - impersonate user?

    I wrote a windows service about a year ago which polls a folder every so often for files (excel spreadsheets), and any files it finds it imports into an SQL Server database. Its been working fine on my laptop for about a year, apart from one thing. When a file fails to import (due to a column...
  19. theomen

    Limit to number of procedures that can be run by a job?

    Right, its now failing after 4 minutes, and its executing less procedures. However, its passed through the procedure it was failing on before, and I've not made any changes. This is getting very confusing.

Part and Inventory Search

Back
Top