| Thread | Last Post | Replies |
|
| How to set the compiler language | 27 Jun 2006 19:38 GMT | 1 |
I moved my website from a US hoster to a Japanese hosting company. All compiler error messages from ASP.NET 2.0 are now in Japanese and not English anymore. I dont have direct access to the IIS Server.
|
| server sends two mails instead of one | 27 Jun 2006 18:33 GMT | 2 |
I made feedback form and it works. There is only a error that the server sends me two mails instead of one. Here the code: Imports System.web.Mail Partial Class _Default
|
| ICallbackEventHandler and "Invalid postback or callback argument" error | 27 Jun 2006 18:30 GMT | 2 |
I use the ICallbackEventHandler interface, as per "Implementing Client Callbacks Without Postbacks in ASP.NET Web Pages". When i update some dropdown controlls in the callback and then do a postback i get following error =>
|
| Creating atlas:UpdatePanel inside asp:Panel | 27 Jun 2006 18:17 GMT | 2 |
How can I create an Atlas UpdatePanel inside a Panel at runtime? This UpdatePanel will have inside it an ImageButton as well. Anyone knows? thanks
|
| Newbie DataTable question | 27 Jun 2006 17:43 GMT | 2 |
Stupid question for the day, Just playing around with rewriting my website in .Net, I want to add a record to my database table, in the old ADO, it was simple you could create a connection and recordset and then rs.AddNew etc... in .Net it
|
| ASP DataSet - Strange problem | 27 Jun 2006 17:24 GMT | 1 |
What happend: - PageLoad () { dataset.Clear ();
|
| rewriting URLs? | 27 Jun 2006 17:22 GMT | 6 |
I use to know how to do this in .net 1.1, but not sure in 2.0 (cant even remember 1.1 its been 2yrs since I did ASP.net last) but say I have this site that is dynamic http://localhost/content.aspx?page=23
|
| Browser specific CSS files | 27 Jun 2006 17:19 GMT | 3 |
Is there any way in asp.net 2.0 to say if this specific browser views my site give them a CSS sheet that is specific for that browser? like IE6 get its own, FF get its own, IE7 gets the one FF uses... something like that... this is of course... for browser compatability
|
| Mac Safari | 27 Jun 2006 17:18 GMT | 4 |
Having serious problems with the Safari Mac browser, specifically with certain of the new webcontrols e.g. <asp:Menu> which doesn't render at all - it shows "Expand" sections between each of the static menu items etc. Apparently, this only happens with the <asp:Menu has dynamic ...
|
| How To Link A StyleSheet To A Master/Content Page | 27 Jun 2006 17:01 GMT | 2 |
I have started a web site using ASP.NET 2.0. I would like to centralize all of my classes in a StyleSheet but I cannot figure out how to link the StyleSheet to a Content Page since there is no header. I tried to put the link tag in the Master page, but the classes are not ...
|
| How to create section 508 compliant Data Grid - ASP.NET v1.1 | 27 Jun 2006 17:00 GMT | 10 |
I have a data grid that has three columns: First Name, Middle Name, and Last Name. The grid has a list of people with a blank row at the bottom of the grid (in the footer) that allows the user to add a new person to the list. There is also an Edit button at the end of each
|
| FRAME with Visual studio 2005 | 27 Jun 2006 16:57 GMT | 2 |
Hello aspx World, I search a web page where I can read a tutorial to use and design a frame page with Visual Studio 2005. Thanks,
|
| Resource files and Application_end | 27 Jun 2006 16:57 GMT | 2 |
I have a strange situation. I am working with an application which modifies the local and global resources at runtime. Each time the files are modified, the Application_end is raised.
|
| looking ASP.NET messageboard/forum software | 27 Jun 2006 16:55 GMT | 4 |
I am looking for a free ASP based messageboard/forum software that is easy to install and has search capabilities. Any suggestions for web masters out there on what are the best free ASP based forums? thank you
|
| Textboxes are rendered wider than other input controls | 27 Jun 2006 16:53 GMT | 3 |
--- This is my simple default.aspx: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|