| Thread | Last Post | Replies |
|
| problem with defaultbutton cross browser | 04 Nov 2009 21:31 GMT | 1 |
I have a problem making a deafultbutton that works cross browser, I tried setting a defaultbutton on a panel, but that diden't work in Firefox. I have also tried to use som java-script: I have added a "onkeydown" event to the textbox that shall belon to a
|
| Missing Viewstate | 04 Nov 2009 19:41 GMT | 14 |
I hope someone understands this better than I do. I have an ASP.NET app using a MasterPage (which I actually created in DreamWeaver then copied the HTML to the MasterPage). So far so good. The master page has a fancy nav menu (a SpryMenu) at the top - this
|
| Windows Server 2008 - Error reading configuration information from the registry. | 04 Nov 2009 14:31 GMT | 5 |
All, I get the following error when my web page tries to read from the registry: Configuration Error Description: An error occurred during the processing of a configuration
|
| .net | 04 Nov 2009 12:47 GMT | 1 |
Hi, I work with .net and i got a line under MessageBox I don?t Know Why? My code is: Else MessageBox.Show("Please use numeric values only", "Problem", MessageBoxButtons.OK, MessageBoxIcon.Error) End If
|
| Load a wen page with file information and show save as dialog | 04 Nov 2009 07:58 GMT | 3 |
I developing an asp.net application with a page that creating a file. Redirect to another page with file information and shows a save as dialog. The file will be streamed as contets type "application/force-download". The first questeion is if I need to create the page twise. One ...
|
| Type description for serialized types used in PageMethods ? | 03 Nov 2009 23:04 GMT | 1 |
I'm using a method that saves a WebServer.Data instance using an AJAX page method. Data are collected client side and an instance of the WebServer.Data proxy client type is created client side and then sent using the page method.
|
| MaxRequestLength totally ignored | 03 Nov 2009 22:31 GMT | 2 |
Hi All, I try to set the max file upload size, but somehow I cannot seem to get it to work. The setting seems totally useless ;(
|
| is ASP.NET SEO friendly? | 03 Nov 2009 17:55 GMT | 15 |
asp.net 3.5 I wonder if asp.net is seo friendly. I did a crawl test on my site and it reported several things I didn't like: * It reported that the title had several spaces in the begining, despite I
|
| Deserialize an XML | 03 Nov 2009 15:23 GMT | 1 |
I'm developing a web application in C# with VisualStudio 2008, and I have some problems of performance with the deserialization of an XML. I have created my class "TemplateDocument" that extends IXmlSerializable, and also a method "GetTemplateDocument" that takes an
|
| Set up timeout | 03 Nov 2009 14:40 GMT | 1 |
I am going to make a setting for timeout in the following places: 1) SQLCommand.CommandTimeout 2) IIS, default web site, properties, connection timeout 3) webcofig, ConnectionString, timeout
|
| How to close connection? | 02 Nov 2009 22:25 GMT | 4 |
I used code below to close connection, is it right? Try myConn.Open() mySQLCommand.ExecuteNonQuery()
|
| Combo Box in Asp.net 2.0? | 02 Nov 2009 22:07 GMT | 1 |
Is there a combo box available for Asp.net 2.0? My AJAX toolkit is not showing a combo box control. I would like to have a drop-down list that has AutoComplete and also allows the user to type a new entry if need be. Is there a control that does this?
|
| Creating namescope for a Rectangle object | 02 Nov 2009 16:29 GMT | 1 |
I have a Silverlight web application and according to MSDN, in order to get a storyboard running, i need to create a namescope.
|
| paypal | 02 Nov 2009 16:26 GMT | 5 |
What's the easiest way to add paypal to my asp site using VB?
|
| table or table-less | 02 Nov 2009 13:37 GMT | 4 |
This is a general inquiry from a discussion that some people were having last week. They were discussing whether to use tables in webapp design or go tableless. Everyone was using VS2008 (at least they agreed on something). I thought this topic would be a good idea to toss out ...
|