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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.