| Thread | Last Post | Replies |
|
| Downgrading ASPNETDB from 2005 to 2000 | 02 Jun 2008 23:51 GMT | 4 |
I created my ASP.NET website with VS 2008. It created the SQL 2005 db for asp.net membership stuff. My server only accepts SQL Server 2000 dbs. Any advice on "downgrading"?
|
| Looking for a book for asp.net for visual studio 2008 | 02 Jun 2008 23:00 GMT | 4 |
Anybody can recommend a book that covers all aspects of the vb.net including security, creating data driven pages etc... Thanks, Joe
|
| System Cache - duration | 02 Jun 2008 22:58 GMT | 2 |
Just wondering if data that is stored in the system Cache (System.Web.Caching.Cache) can theoretically stay in the Cache until the application is restarted. I understand that the system can purge the data in the Cache at any time... but what is likely to happen on a system that ...
|
| internet transfer control for asp.net | 02 Jun 2008 22:56 GMT | 3 |
I wonder if there is a control that can be used in asp.net scripts equivalent to what used to be the 'internet transfer control' in vb6. I believe there is. Could anyone point me to information on it, or an example would be better.
|
| Ajax or just javascript | 02 Jun 2008 21:00 GMT | 4 |
I wander what to do. I'm developing a webapplication. One of the parts is to show records from a database. To modifiy a value, text of relational link or date I would like to use Ajax where possible. I saw the posiibilty of the Ajax control toolkit with the
|
| Speed up my nested repeater! | 02 Jun 2008 19:12 GMT | 2 |
Hey all, I have a gridview which pulls from a BLL which pulls from a DAL (an .XSD file). Each row on that gridview has a nested repeater which pulls from another table. The code which populates each nested
|
| User Images: Storing in Files VS Storing in Database | 02 Jun 2008 18:56 GMT | 2 |
My site includes a feature that allows users to upload an image. (Never more than one image per user.) I've been considering storing these uploaded images as a file on the server with a filename based on the user's ID key (a Guide).
|
| Dynamically edit class of element in Master Page | 02 Jun 2008 18:14 GMT | 5 |
I have a site that is being built using master pages, and includes a menu that I want to manipulate dynamically. Specifically the currently-selected menu option is styled differently to the others, as follows:
|
| Custom Http Handler Factory and Possible Concurrency Issues on Application Start | 02 Jun 2008 18:11 GMT | 6 |
Using .NET 3.5... 1. Will ASP.NET guarantee that no more than ONE instance of a custom HTTP handler factory (class implementing IHttpHandlerFactory) is ever created in an ASP.NET application?
|
| Error: Subreport could not be shown | 02 Jun 2008 17:35 GMT | 19 |
I have created a report and subreport in VB/ASP.NET. The report works fine but the subreport will not display. The subreport, when displayed as a standalone report, works fine. Any help I can find on this error refers to the WinForms.ReportViewer and
|
| Regular Expression for datetime | 02 Jun 2008 15:34 GMT | 6 |
anyone knows a regular expression for this datetime format? dd/MM/yyyy Thanks in advance.
|
| Cross website security in iFrame - cannot host an app for client | 02 Jun 2008 15:33 GMT | 1 |
I have developed a simple loyalty system that I would like to host for clients, but have it appear in an IFrame on their site. The security being used is 'out of the box' using the standard login control (customised sql storage at back end).
|
| How to store a datatable temporarily | 02 Jun 2008 14:09 GMT | 2 |
Hi All....... I am a beginner in asp.net.I need your help.I have a gridview control in my Default.aspx page.I use data adapter to fill a datatable and then I set the datasource of the gridview as the datatable.The datatable obtained is a
|
| security mode="TransportWithMessageCredential" | 02 Jun 2008 14:07 GMT | 1 |
I am creating a web service PreprocessingService with IIS Hosting and transport layer security with user name and password. I created a self-signed certificate IISHost in IIS which is issued to and issued by the local host.
|
| Text automatically scrolling in ASP.Net | 02 Jun 2008 13:53 GMT | 6 |
I have a screen display news data stored in a database. Sometimes the amount of data displayed exceeds the screen size. How can I make this scroll automatically over and over again ? thank Paul S
|