|
NewsGroup Posts for microsoft.public.dotnet.framework.aspnet
0 1 2 3 4 >> >|
|
Why HttpResponse.AppendHeader does not apply if Redirect is used?
I need to set a custom http header before perform http redirection. I do response.AppendHeader("aCustom Header", "aCustomValue") response.Redirect("anUrl") and my added header doesn't show up, it seems to be erased, if I remove the redirect, it does. Looking at Redirect documentation ([link]
pubDate:
Wed, 08 Oct 2008 09:52:34 UT
|
|
pubDate:
Wed, 08 Oct 2008 09:52:34 UT
|
|
Anonymous User
Hello, On my web site I have a property, Visitor, which is available for Anonymous users: [Serializable()] public class Visitor { public CultureInfo Culture { get; set; } public List<Guid> Polls { get; set; } } Polls is a list of the Polls Guid on which the user has voted. Instead of storing this here should I store the UserId on each vote
pubDate:
Wed, 08 Oct 2008 09:47:15 UT
|
|
Help Finding a Web Hosting Service (UK)
Hello I'm teaching myself web programming in ASP.NET using freely available online resource and videos. It's going really well and I've built myself some personal web pages based on the Visual Studio 2005 personal website starter kit. I now want to take the next step and put these up on a public server
pubDate:
Wed, 08 Oct 2008 09:44:28 UT
|
|
2 Password Recovery questions!
hi asp.net 2.0 How do I in the OnSendingMail method get the user email address so I knows where to send the email? What is the code I need to use in the bodyfile for specifying where the password should be placed in the email? Best Regards!
pubDate:
Wed, 08 Oct 2008 09:24:47 UT
|
|
|
|
Re: How do I prevent the first asp.net page loading slowly?
How is the site deployed ? Not compiled at all or precompiled ? Is this really 5 minutes or just "a bit slow" ? The first hit likely take some time here also but not 5 minutes... (I remember to have seen an issue about ASP.NET accounts such as [link]).
pubDate:
Wed, 08 Oct 2008 08:07:33 UT
|
|
Re: How do I output stored procedure to XML?
Use DataSet, it can retrieve XML from relational data. Example: Dim ds As New dataset Dim connStr As String = "database=NorthWind;Data Source=localhost;User id=sa;password=sa" Using conn As New SqlConnection(connStr) Dim command As New SqlCommand("select * from customers",
pubDate:
Wed, 08 Oct 2008 06:56:00 UT
|
|
|
|
Re: Web App With Signature
Thanks for your reply AG, Seems I missed the "stylus" part. I agree with you that cert if not necessary if the signature is just to capture a image version of thet form the user fill in browser. And I do think ActiveX is the reasonable approach here. As you said that "you need a way to capture the signature on the web form",
pubDate:
Wed, 08 Oct 2008 04:24:45 UT
|
|
|
0 1 2 3 4 >> >|
|