| Thread | Last Post | Replies |
|
| static variable values in web apps | 10 May 2007 10:51 GMT | 5 |
I ran a simple test today. I created a web app that calls a static variable which self increments. I then accessed the same app from another machine and the variable increased, indicating the value is remembered across sessions, across
|
| Ajax Error Message - 12031 | 10 May 2007 10:44 GMT | 3 |
We have recently applied AJAX to our web site, nothing particularly fancy, just some update panel, progress images and collapsible panels, just the basics to improve the user experience. The project has gone fantastically well except we have ran into a strange
|
| Webservices Style | 10 May 2007 10:09 GMT | 1 |
Does .NET/asp support Webservices written in the "document" style and the "wrapped" style? Cheers Lord0
|
| Why adding runat=server to a div tag throws an exception of type 'System.Web.HttpException in controls collection? | 10 May 2007 08:57 GMT | 4 |
I am looking at a problem which is preventing my code to get a reference to any asp control inside a div section which has a runat=server attribute. This can be reproduced in a simple test: Create a blank webform and add this html inside the <form> section:
|
| Saving aspx to file or other solution | 10 May 2007 08:29 GMT | 13 |
We have a need, after a user fill out a form, to save that page (aspx) and to send it as attachment by email , and to save it to a database for later retrieval [the user will not be able to change nothing on page after submit] any ideas how to save the aspx with user data to file ? ...
|
| Can no longer publish my web site project | 10 May 2007 08:09 GMT | 9 |
I am no longer able to publish a web site project using Visual Studio 2005 Professional. I am publishing it to an FTP url, and this used to work just fine. I enter the username and password and select "passive mode" when publishing
|
| GridView Templates fields | 10 May 2007 06:38 GMT | 1 |
I am looking for some good sites or articles where i can get knowledge about templates fields in Grid view. Thanks,
|
| aspx file not working | 10 May 2007 05:08 GMT | 5 |
I may have made this post several weeks back, but not sure. I have a project due Thurs. The problem is when I copy the file the the local inetpub/wwwroot folder and try to run the aspx file from the local directory on the browser, it won't display. All my other files work
|
| Validation Control Color | 10 May 2007 00:40 GMT | 1 |
I want to control the color of my validation control with css. There will be a high visability stylesheet where the background is black and the text is yellow. When I remove the color it defaults to red (inserting a css style color:red). Is there any way I can override the color ...
|
| Where to get this tool? | 09 May 2007 23:43 GMT | 4 |
Hello, friends, I saw people using a tool that can show corresponding html source code when pointing mouse to certain object, say table, of a web page. But I could not remember its name. (Something related to firefox ?).
|
| SiteMap, SiteMapPath is Escaping Special Characters | 09 May 2007 23:40 GMT | 1 |
We are dynamically changing the title property of nodes in our sitemappath to reflect the names of products by handling the SiteMapResolve event. We have some unicode characters in our product names, stored in our db using escape characters like: "è"
|
| Input Mask on Text box | 09 May 2007 23:37 GMT | 2 |
Hello, I have web form that references a field for a phone number. The number is stored in the table as a string in this format "(111) 222-3333". When I done this in the past for window forms I would give a text box an input mask. When the user clicked into the text box this ...
|
| vbCrLf | 09 May 2007 23:33 GMT | 14 |
|
| wireup Page_Load programmatically in ASP.NET 2.0 | 09 May 2007 23:32 GMT | 2 |
Is it possible to wire up the Page_Load event in ASP.NET 2.0 programmatically if I set my AutoWireUp=false
|
| Save ASPX page on client programmatically | 09 May 2007 23:23 GMT | 12 |
the scenario: There's an ASPX page which shows some text and has three buttons at the bottom: Save, Print and Close. Print and close is done by javascript. But how can I save the page on the client's computer? He/she could do this using the
|