Problem ASP.NET Assembly
Tue, 16 Mar 2010 16:02:46 +0100
Hello,
I have several projects written with Visual Studio 2003 with asp.net in
Dotnet 1.1. Currently they run on an 2000 Server without any problems.
Now Iam trying to move some of them to a new 2008 Server. Everything
works fine instead of one ASP.NET Programm. On the new server I always
get the followin ...
|
Problem with Menu control, crawler and WebResource.axd
Tue, 16 Mar 2010 12:54:56 +0100
hi
asp.net 3.5
I see this in the html of my page: (that is html sent to the browser):
<a href="#ctl00_Vertical1_LoginView1_Menu1_SkipLink"><img alt="Skip
Navigation Links"
src="/WebResource.axd?d=uJqeL4peZZpCaplvz-I67Q2&t=633909506045194578"
width="0" height="0" style="border-width:0px;" /></a><ta ...
|
Read session from module
Tue, 16 Mar 2010 04:31:47 -0700 (PDT)
I created a hhtpModul.
If I call aspx page, it works. If I call asp page it doesn't work.
I'm using OnAcquireRequestState event and I would like to check if
there is active session.
But I get an error that ctx.Session is null.
Is there any other option to check if session is active? Maybe read
sessionID from ...
|
Programatically create aspx page?
Tue, 16 Mar 2010 12:57:46 +1300
Is there a VB.NET command to programmatically create a new aspx page on the
server from a string variable strMyNewHTML?
...
|
Getting rid of the time in the date
Mon, 15 Mar 2010 12:27:46 -0700 (PDT)
I am using a datareader and when I pull the date out of the database
it has the time added to it. How do I get rid of this on the front
end in .net?
Here's my text box.
<asp:TextBox ID="DteIntxt" runat="server" Width="94px" Font-
Names="Calibri"></asp:TextBox></td>
or do I do it on the aspx.vb page? ...
|
ajax parsing error...
Mon, 15 Mar 2010 09:38:59 -0700 (PDT)
I have spent hours researching a solution in the forums and newsgroups
with no success.
I created a simple ajax enabled website using VS2005 express. It
works fine locally but when I upload it to Godaddy I get the following
error as demonstrated on the live site. http://www.sharedpatient.com
(the third labe ...
|
Expected ';' - Javascript error in asp.net page
Mon, 15 Mar 2010 04:47:01 -0700
Hi all,
in my ASP.NET 3.5 application I'm having this javascript error when I open
some pages:
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0;
SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media
Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)
Timestamp: Mo ...
|
|
|
HTTP 404, when accessing WebResource.axd
Mon, 15 Mar 2010 12:24:15 +0100
Hi
asp.net 3.5
A week ago I added a NoSuchPage.aspx to my site. Useris directed to this
page if a 404 error occur. This page writes to the database what page the
user was trying to reach. So I somehow have a tool to detect 404 errors.
Okay, now I see in the database that one user got 404 accessing
Web ...
|
Conditional Formatting
Mon, 15 Mar 2010 03:50:01 -0700
Hi Experts, I want to build a web page to display different coloured labels
depending on what data a record contains. Similar to a workflow diagram.
Thus if I have the flowing data
Name Letter Meeting Completed
Joe Blogs 01/03/2009 04/04/2009
Penny Smith 15/02/2009
David Smith 20/10/2 ...
|
Serializing objects to JSON with properties that return interfaces
Sun, 14 Mar 2010 07:18:03 -0700 (PDT)
I want to serialize and deserialize an object to and from JSON. My
code looks something like this:
http://pastebin.com/yB5idwNq
This gives me an error like this:
System.Runtime.Serialization.SerializationException: Type 'MyObject1'
with data contract name 'MyObject1:http://schemas.datacontract.org/
2004/ ...
|