| Thread | Last Post | Replies |
|
| Validation (XHTML 1.0 Transitional): Attribute 'height' is not a valid attribute of element 'table' | 23 Jan 2007 07:57 GMT | 1 |
I created a Web Project but it dosen't support some properties of HTML tags and it gives me following error: Attribute 'height' is not a valid attribute of element 'table' I don't know why?/
|
| Rename of font | 23 Jan 2007 07:51 GMT | 1 |
i'd like to change installed font name on desktop. in windows\fonts folder. is there any way to solve this.?
|
| return HttpStatusCode.ServiceUnavailable in the context.context.Response.StatusCode (Http response code 503) | 23 Jan 2007 06:35 GMT | 1 |
I am writing an HTTPHandler that is basically a transparent proxy / URL Mapper. I have a line in my code to return a 503: context.context.Response.StatusCode =
|
| treeview and master pages | 23 Jan 2007 05:51 GMT | 1 |
I have a master page with a treeview control on the left. The treeview's nodes are populated ondemand (property Value and NavigateUrl). When I click on the node the property NavigateUrl loads a content page on the right. The problem is that the treeview doesn't save the state and ...
|
| url rewrite - regular expression | 23 Jan 2007 04:34 GMT | 2 |
Hello group, After going through a nice article at MSDN(http://msdn2.microsoft.com/en-us/library/ms972974.aspx), I was able to make the URL rewrite working except for coming up with a
|
| how to precompile a website in place on another server with aspnet_compiler | 23 Jan 2007 02:14 GMT | 1 |
Is there a way to use aspnet_compiler to precompile an existing asp.net 2.0 web application that is on another server? I need to initiate the precompile programmatically from another .net windows program running on a different machine.
|
| ItemDataBound / RowDataBound Difference | 23 Jan 2007 01:26 GMT | 4 |
I'm up against something else I used to easily do in a DataGrid that is different in a GridView.... I used to access cells in non-visible columns in the ItemDataBound event. The data was there - the column just wasen't visible.
|
| GirdView not sorting after change | 23 Jan 2007 01:03 GMT | 3 |
I have a GridView; once the page is loaded I can sort it just fine, I can sort it as many times as I would like, I can sort any of the columns. After clicking on Search and the GridView is updated with new data the
|
| How to limit the memory size for asp.net cache | 23 Jan 2007 00:56 GMT | 3 |
I set outputcache to 30 minutes for all .aspx pages on my asp.net 2.0 websites. If a search engine (such as Google) crawl my site, it can hit thousands of pages within a few minutes and thus produce a large amount of page caches. This could use a lot of memory and impact other
|
| ASP.net referesh problem | 23 Jan 2007 00:48 GMT | 2 |
We have an ASP.net 2.0 application. The page has a linkbutton that presses and we make visible a panel that has an update button. He presses the updated button and the database gets updated. We make the panel invisible again. But if the user presses the refresh button, the same ...
|
| Session State and passing information between web applications | 23 Jan 2007 00:40 GMT | 1 |
Hi again. I have created 2 web applications on the local server, in the form: http://localserver/TestApp1 http://localserver/TestApp2
|
| What's a good 3rd party software for forum for my website? | 23 Jan 2007 00:30 GMT | 2 |
Cna anyone recommend the best (2 or 3) 3rd party products for creating a forum on my ASP.NET Web app? Thanks, Ron
|
| Deserializing from string | 23 Jan 2007 00:23 GMT | 2 |
I need to serialise a business object into a session as a string. The reason for this is that we have to run session state with classic ASP and the code we use in effect mean ASP.net sessions can only handle strings. My initial thought is to serialize the object into a string and ...
|
| Strange Characters | 22 Jan 2007 23:42 GMT | 1 |
I have a form with a textbox. When I click submit the text in the textbox changes. For example "André Sousa" becomes "André Sousa" What is wrong and how can I solve this?
|
| select * | 22 Jan 2007 23:21 GMT | 3 |
I can not get a real answer to this question. Can you help? I have a gridview and a sqlserver datasource. I also have a dropdownlist of countries. The gridview displays a bunch of crap about whatever country is selected in
|