| Thread | Last Post | Replies |
|
| unrecognized ajax tag prefix | 23 Jun 2008 16:39 GMT | 3 |
I created a website using the AJAX calendar extender control under my local environment without any problems. However when I copied the website to a network drive, and rebuild it, I got the following error: Unknown server tag 'cc1:calendarextender'
|
| Change default postback url (.net 3.5) | 23 Jun 2008 16:31 GMT | 4 |
Hi peeps I'm trying to change the default postback of my webpage. I'm trying to create a searchbox where you can just press enter and it goes to the search results (ala apple.com *ahem* :o)
|
| Prevent selection | 23 Jun 2008 15:54 GMT | 7 |
I have a html table in which selection is prevented by using onselectstart="return false;". This way, the user can't select anything in the table with the mouse or with the shift+arrow keys. But in one table cell I need to re-activate the selection possibility
|
| Probably missing something simple | 23 Jun 2008 15:48 GMT | 4 |
Hi I have a generic list with the type being an object and am trying to fill the list. It works partially but keeps overwritting the previous values. I have the generic list of objects of type Links
|
| xslt / transformations | 23 Jun 2008 15:17 GMT | 1 |
I need to do some transformations using the following class. System.Xml.Xsl.XslCompiledTransform I have successfully managed to get it to work. The only thing i cant work out is how to how to prevent the following.
|
| Startup delay due to compiling | 23 Jun 2008 15:04 GMT | 4 |
To prevent my webapplication from compiling when a user first visit's the site, I precompile the application with the aspnet_compiler tool (aspnet_compiler -p physicalOrRelativePath -v / targetPath). When the application ends/stops because of inactivity for a while, it
|
| Unexpected windows login during long operations | 23 Jun 2008 11:07 GMT | 2 |
I have a website using windows integrated security, with anonymous access turned off. The site is used to query orders from a database and when the search takes a long time, a windows login box appears. Regardless of what login the user enters into this, it does not accept it and ...
|
| slightly off-topic: when will Microsoft host a Silverlight newsgroup? | 23 Jun 2008 09:59 GMT | 4 |
I know about this: http://silverlight.net/forums/14.aspx and this: http://forums.asp.net/1127.aspx
|
| Strange *.resx file | 23 Jun 2008 09:14 GMT | 1 |
When creating a new ASPNET project in VS2008, everything looks good. But when migrating from VS2003 to 2008 (or even VS2005) VS will create a *.resx file along with each and every of your *.aspx page. Can I remove those *.resx file? I have tried to remove a few and don't
|
| "External component has thrown an exception" - ASP.NET Bug? | 23 Jun 2008 09:05 GMT | 4 |
There seems to be an issue with .NET 3.5/Visual Studio 2008 (Team System). After convincing my company to create our latest project in .NET 3.5, this is kind of reflecting bad on me. Problem:
|
| error "A form tag with runat=server must exist" but there is a form tag!! | 23 Jun 2008 08:49 GMT | 2 |
i get sometimes an very unexpected error: "A form tag with runat=server must exist on the Page to use SetFocus() or the Focus property" at line: If j = 1 Then txta(i).Focus()
|
| How to have external sites access my dynamic image? | 23 Jun 2008 07:19 GMT | 4 |
I have a on-the-fly created image that is something of a performance badge or emblem to reflect each salesperson's performance. The image includes their grade "A+" and their sales "650 K" embedded amongst our corporate logo. It also is a click-to-verify that takes the web user to ...
|
| Synchronization between pages? | 23 Jun 2008 07:17 GMT | 4 |
1. A user log in to my page. 2. Right click at one of the link and bring up another IE window. 3. The two IE Windows are under the same session. 4. I can access the same session valirables using Page.Session["abc"].
|
| VS 2008 New Website...create on server? | 23 Jun 2008 04:21 GMT | 4 |
Most of my development for websites has been on test VPC images where VS is installed on the server image. I now have a setup where I have a test server joined to my domain, and a development PC also joined to the domain. On the server I created a new website on port 99 called ...
|
| Asp.net Questions-Answers | 23 Jun 2008 00:20 GMT | 2 |
http://www.aspnetquestion.blogspot.com http://csharp-bhaumik.blogspot.com/ Check this Site for the Asp.net Question and Answer. And also C#.net Question and Answer.
|