| Thread | Last Post | Replies |
|
| Customizing Theme File Processing (more than just .css, .jpg, etc) | 20 Jun 2007 21:15 GMT | 1 |
I'm working with some third-party JS code, such as mootools and moo.fx, among a few others. They have some really nice "flashy" features, such as fading from one color to another to bring attention. I would like to use these settings, but I am currently
|
| 1.1 to 2.0: can I pass the session state? | 20 Jun 2007 21:12 GMT | 1 |
I have a ASP.net 1.1 application that I want to add on to. Instead of building from within my 1.1 application, I'd like to do it as a separate application in ASP.net 2.0 and if I can, pass the session ID between applications to share the same session state. Can this be done
|
| EditItemTemplate as default instead of ItemTemplate | 20 Jun 2007 20:16 GMT | 1 |
I have a grid and I want to set all the items in EditItemTemplate instead of ItemTemplate. This way, user won't have to press "Edit" thanks
|
| Getting Return Value From Stored Proceedure. | 20 Jun 2007 20:08 GMT | 4 |
I am stumped here. I have the following stored proceedure:P CREATE PROCEDURE [dbo].[ImportLinesProductExists] @SupplierSKU varchar(50), @RetVal int
|
| Integrate webpage from another website to my asp.net 2.0 page. | 20 Jun 2007 19:42 GMT | 2 |
How can I integrate part of information from another website on my page? For example, a table of schedule, weather, stock info... I would like to know both way:
|
| CIRILLICO ASP NET + MYSQL | 20 Jun 2007 19:26 GMT | 2 |
Ciao a tutti. Chiedo gentilmente il vostro supporto nell'aiutarmi a trovare la soluzione a questo problema su cui mi sono impantanato. Ho bisogno di visualizzare caratteri cirillici all'interno di un sito
|
| Getting all of the output from HttpResponse in a module (Custom Filter?). | 20 Jun 2007 18:48 GMT | 2 |
I am writing a module that requires the entire output from a web app to perform its function. So, basically I need to be able to pull the entire output stream from the Response object. I've tried attaching a custom filter to Response.Filter, but the custom filter receives the
|
| .NET-ey way to convert XML-encoded/escaped entities into normal characters/HTML? | 20 Jun 2007 18:32 GMT | 2 |
I've written an app to parse an XML RSS feed. Some of the content in that RSS feed has entities properly encoded for XML, e.g.: UW's Hawes To Enter NBA Draft High school's 'No-shush' to retire
|
| Adding a dll to an ASP.NET application | 20 Jun 2007 18:24 GMT | 3 |
I have an application that's a mix of classic ASP and ASP.NET running on Windows server 2003. I have a couple other dlls that are strongly named and are entered in the GAC. For those I have entries in the web.config as well.
|
| iframe question | 20 Jun 2007 18:03 GMT | 1 |
In my ASPX page I included the following iframe: <iframe align="right" marginWidth="0" marginHeight="0" src="http://ipaddress/mywebsite/mypage.aspx" frameborder="0" scrolling="no" width="218" height="200"></iframe>
|
| Pagersettings postion in GridView | 20 Jun 2007 18:03 GMT | 1 |
How to I get the pager controls to position themselves on the bottom left of the GridView instead of the bottom right?
|
| Web Service template on Visual studio 2005 | 20 Jun 2007 17:52 GMT | 3 |
I've installed Visual Studio 2005 on a XP machine with IIS and Asp.Net installed. I don't have the "Web service" template when I create a new project. Any hint ?
|
| Getting the entire document from response. | 20 Jun 2007 17:31 GMT | 1 |
I am writing a module that requires the entire output from a web app to perform its function. So, basically I need to be able to pull the entire output stream from the Response object. I've tried attaching a custom filter to Response.Filter, but the custom filter receives the
|
| Membership personalization - Shared Scope problem | 20 Jun 2007 17:31 GMT | 1 |
Hi, I am trying to make my WebPartManager.Personalization.CanEnterSharedScope to true, I tried to put in web.config the authorization part : <allow verbs="enterSharedScope" users="SomeUserAccount"
|
| Vista Home and Web Server | 20 Jun 2007 17:24 GMT | 11 |
I wanted to know if Windows Vista Home Premium edition comes with some sort of web server, so I can continue to do web development using Visual Studio 2005.
|