| Thread | Last Post | Replies |
|
| Unrecognized Tag prefix or device filter "asp" | 27 Jul 2007 04:00 GMT | 9 |
I'm in the process of migrating a huge web project from VS 2003 to VS 2005. In all my html pages I'm getting the following error: "Unrecognized tag prefix or device filter "asp"". Some of the articles I've read say this is do to an issue with Master pages,
|
| Free Blog Program? | 27 Jul 2007 00:53 GMT | 5 |
I'm looking for a nice free blog program that I can install and post messages from there. Any suggestions?
|
| HttpCookie.Expires | 27 Jul 2007 00:37 GMT | 1 |
If you don't set the HttpCookie.Expires property does that mean the cookie never expires ? Thanks.
|
| Display a picture for say 5 seconds and then display a message. | 27 Jul 2007 00:09 GMT | 6 |
I want to have a page where somebody can press the submit button and then it will display a jpg for a couple of seconds and then print results. (I want to give them the impression the system is thinking about something even though it really isn't - perception an all....)
|
| First AJAX PageMethod blocks second page method from executing | 26 Jul 2007 23:48 GMT | 3 |
In an earlier thread (http://tinyurl.com/33horg) I learned that when session is enabled on a web page, a second page method is blocked until the first one is complete. Is there any way around this limitation, besides disabling session at the
|
| Error trying to connect to local database - What is going on? | 26 Jul 2007 23:27 GMT | 5 |
Server configuration: Windows 2003 Server SP2 SQL Server 2000 SP4 .NET v2.0.50727
|
| How to get the requesting URL | 26 Jul 2007 23:17 GMT | 1 |
How can I get the full url of the page that is calling my page? I tried the below, but it gives me my page, not the page that redirected to me. ' Dim sURL as String 'if strcomp(Request.ServerVariables ("HTTPS"), "ON", 1) = 0 then
|
| SqlProfileProvider provides custom User Info // Anything for the Application Entity? | 26 Jul 2007 20:32 GMT | 2 |
you can use a ProfileProvider ( with one implmentation being the SqlProfileProvider class ) to add some custom info about a User.
|
| Getting groups in sub-OU using substring of OU | 26 Jul 2007 20:30 GMT | 2 |
Is it possible to retreive groups from a sub-OU by using substring? I need to be able to loop over the OUs of a OU to see if any have a sub-OU whose Name ends with 'Security Groups' and output the groups from that sub-OU to a web page using C#. Any help with this daunting task ...
|
| SqlCacheDependency with Sql 2000 | 26 Jul 2007 19:34 GMT | 1 |
Framework version:2.0 Sql Server 2000 I want to use SqlCacheDependency to caching.To be able to use that, i need to specifeid connection string in web config. But we are stroring connection
|
| Is this a read/write race condition? | 26 Jul 2007 19:10 GMT | 2 |
I do not quite understand the race condition. As I posted a couple of days ago, I create a PDF on the fly in my web application at regular intervals. Users will be able to download the PDF file.
|
| assign imageurl on the fly | 26 Jul 2007 18:31 GMT | 3 |
I've assigned the Imageurl on ImageButton in design time like this http://localhost/aspnetsbs_cs/SimpleTest/WebForm4.aspx?image=images/one.jpg&size=100 but when i try from on run time, it does not seem to be working someone can advise me please
|
| Session list count from the IIS ? | 26 Jul 2007 17:32 GMT | 3 |
I am using ASP .NET 2.0 along with Windows'XP OS. Let me explain the problem, whenever the user singing into a application, we need to create the session for the specific user. I want to retrieve all the session objects, which is available on the application server[IIS].
|
| Book to learn ASP.NET from? | 26 Jul 2007 17:20 GMT | 1 |
I'm looking for advice on which book would be good for me to learn ASP.NET from (I learn well from books). I've been programming since mid-nineties, mostly using MS technologies. I'm very familiar with VB, C++, ASP, MSSQL, COM/MTS/COM
|
| Controls accessing outside tags | 26 Jul 2007 16:59 GMT | 9 |
I have a page where I have the Body tag set up as: <body id="myBody" runat="server" > This allows me to set the focus to different attributes on my page. I have all my Body tags set to this.
|