| Thread | Last Post | Replies |
|
| What's new in ASP.net 3.5? | 15 May 2007 12:04 GMT | 2 |
Hi folks, I did a google search to find out and couldn't come up with much... I know that Atlas (now ASP.net AJAX) is integrated and I read that WWF etc...is a part of it can anyone tell me what the next ASP.net has? or point me to a fairly useful
|
| rss feed protected with forms authentication | 15 May 2007 10:17 GMT | 4 |
Is it possible to add an rss feed (e.g. an .aspx page that writes xml content to the response stream) to a forms authenticated web site? Anonymous users shouldn't be able to read the contents of the page. Ideally the rss reader would display the user for (forms authentication) ...
|
| Do cached dynamically-compiled classes and assemblies expire? | 15 May 2007 09:49 GMT | 1 |
We have the desire to improve the "first hit lag" issue our their still low-volume asp.net 2.0 site. I maintain that the app is being unloaded from IIS 6 due to idleness. However, our web host maintains that we should pre-compile the site.
|
| callback to serverside code | 15 May 2007 09:35 GMT | 2 |
the envirenment :.net2.0; IDE:visualstudio2005 the design page have threee button(htmlcontrol): <input type=button value=fruit id=fruit name=fruit></input> <input type=button value=drink id=drink name=fdrink></input>
|
| Web Service not updating when developing and debugging within VS 2005 | 15 May 2007 09:00 GMT | 1 |
Guys, I've been experiencing a weird problem. I am developing a web service in pretty much the same way I do develop other types of application using C#.net (2.0). The problem is that when I run the application from Visual
|
| Long Actions/Events Crashes | 15 May 2007 08:47 GMT | 2 |
I have a web application Asp.Net 2.0 with Oracle DB. I have one event that takes 1-5 miuntes, when the event is short it suceeded but where a lot of action are required and the event exceed 2 minutes it crashes.
|
| customErrors | 15 May 2007 08:19 GMT | 1 |
I specified an aspx page in my web.config/customErrors tag to handle any error that might occur. When an exception is thrown, Server.GetLastError() returns null in the error handling page. Please let me know if my approach is wrong.
|
| Help, Connection to Access Database | 15 May 2007 08:18 GMT | 2 |
Hi,all I met one problem of connecting Access database in asp.net web program. I use ODBC link to Access, the connection string like "PWD=12345;DSN=QADLinkMDB;DriverId=25;MaxBufferSize=2048;FIL=MS
|
| problem with vertical centering an image | 15 May 2007 07:52 GMT | 1 |
ASP.NET 2.0 The code below doesn't vertically center the image within the div, what am I missing?? <div style="background-color:Green; width:210px; height:230px;
|
| GridView auto databinds for any Postback? | 15 May 2007 07:46 GMT | 1 |
I'm moving from years with the datagrid to a new project, .net 2.0, using GridView controls. Per past practice, it is often a lot easier to inject controls (or special formatting) in RowDataBound (formerly ItemDataBound) than to mess with complicated templates, especially for ...
|
| Using HyperlinkColumn! | 15 May 2007 06:16 GMT | 4 |
I have this big problem with hyperlinks I would appriciate any help please. My web site has two datagrids on the same page. And one has a list of names of the users which are in a HyperlinkColumn. The second datagrid
|
| Generic List. Remove duplicate | 15 May 2007 05:45 GMT | 2 |
I have an Enum and a Generic.List(Of Enum) 1 Public Enum Mode 2 Count 3 Day
|
| Joining 2 DataTables | 15 May 2007 05:14 GMT | 7 |
hey guys, I'm a little new when it comes to the ASP environment, and I need a little help... Does anyone know how to combine two separate datatables, and get them
|
| anyone used master pages/themes | 15 May 2007 04:43 GMT | 4 |
I am trying to develop an intranet site and thought I would use Master Pages and themes. I found the the MS templates at http://msdn2.microsoft.com/en-us/asp.net/aa336613.aspx and was trying to set everything up. I created a Master page with three containers:
|
| Visual Studio 2005 has stopped generating the *.designer.vb files for *.aspx and *.ascx files | 15 May 2007 04:17 GMT | 1 |
Visual Studio 2005 recently stopped generating the *.designer.vb files for my *.aspx and *.ascx files. I am using Service Pack 1, and do not believe I did anything differently than normal prior to this happening. Is there anything that could have caused this? Does anyone know of ...
|