| Thread | Last Post | Replies |
|
| Visual Studio 2008 Problem. Control not recognized. | 10 Dec 2007 15:07 GMT | 3 |
I had a class library which was working in Visual Studio 2008 Beta 2. Now that I installed the final version of VS2008 I get a error in my code: Dim footer As New HtmlTableFooterSection
|
| confused with .net | 10 Dec 2007 13:12 GMT | 2 |
I am quite new to .net development, and uptill now had sussed it, I have created a web application, kind of like a blog on my localhost, It is delvered through SQL, and depending on where the user assigns the pages will depend on where it is published in the site, but I
|
| AjaxControlExtender.vsi unsafe? | 10 Dec 2007 08:46 GMT | 2 |
I downloaded AjaxControlExtender.vsi (1.0 for usi in VS2005) from asp.net. But when I wanted to open the installer file, I got a warning (not signed...) and decided not to continue until I know that installing is safe. Is the asp.net page the right place to download, or shall I ...
|
| Calendar month change | 10 Dec 2007 08:06 GMT | 2 |
Why does moving the month in the title bar of the calendar control do a postback? Is there any way to stop this? Thanks. David
|
| Accessing Control from Class | 10 Dec 2007 07:57 GMT | 1 |
I have a problem that I am struck on, can you help? 1) I drag labelX onto the page 2) Create a new class 'myClass' which inherits system.web.ui.page (Outside of the _default class for the page)
|
| System.Web.Extensions compilation error | 10 Dec 2007 06:57 GMT | 5 |
I removed my VS 2008 beta installation and reinstalled the final version that was released in November. However, my ajax-enabled application gives the following error message on compilation.
|
| Naming Container difference between VS2003 and VS2005 | 10 Dec 2007 05:10 GMT | 7 |
I have an ASP.Net project I developed in VS2003 (ASP.Net 1.1) that works fine, but when I convert it to VS2005 (ASP.Net 2.0) it's behavior seems to change. I have the following datagrid in my project: <asp:datagrid id="grid" runat="server" AutoGenerateColumns="False"
|
| Eval returning a null when an int is expected | 10 Dec 2007 04:57 GMT | 2 |
I'm binding to a column in a TemplateField. In some cases the join I have returns a null for an int field. I would like to specify a default value somehow so I don't end up with a null exception. I'm binding the CurrentRating of the Rating control so I'm doing
|
| cache two usercontrols which contain either menu or treeview will not work? | 10 Dec 2007 04:13 GMT | 1 |
if you cache two usercontrols, and both of which contains either a menu or treeview, then the first time you get the response right, but on second reqeust or any later request where the cached content is used, the outout will not be correct. inspecting the html source, I found some ...
|
| Access JavaApplet through DOM | 10 Dec 2007 03:24 GMT | 1 |
I am running a JavaApplet call ViewOne ro on my web page. The documentation states I can execute methods of that applet by accessing the objectname.methodname: i.e. v1Pro.ZoomIn()
|
| User control is GridView causing Object doesn't support this property or method exception | 10 Dec 2007 01:03 GMT | 3 |
I'm trying to use my UserControl as a TemplateField in a GridView but I'm getting the exception: "Object doesn't support this property or method exception". The user control has a flash player in it. I'm thinking this might be
|
| Session values across subdomains | 10 Dec 2007 00:58 GMT | 1 |
Is it possible to keep sessions between subdomains? I.e If I have a site "shop.com" and when user acess his personal page it's "secure.shop.com"
|
| simple question | 09 Dec 2007 22:51 GMT | 9 |
I am from classic asp and learning asp.net. In the past, once I have a recordset retrieved, I can use it wheneve and wherever I want. For example, I know my recordset contains something like rs("firstname"), I can do <%=rs("firstname")%> anywhere in the web page. How do we ...
|
| Any idea how to render "thumbnails" like on alexa and other sites? | 09 Dec 2007 21:48 GMT | 1 |
Hello group. On alexa.com they have thumbnails of certain sites, like: http://www.alexa.com/data/details/traffic_details/facebook.com I think they generate them dynamicaly. I have seen this on other sites
|
| Small problem with custom membership provider hopefully! | 09 Dec 2007 13:55 GMT | 1 |
Hopefully this is an easy one. I've googled around for the answer but cant find it. I have simple login page that authenticates via a web service. I am using a custom membership provider which simply send the username and password to
|