| Thread | Last Post | Replies |
|
| Data caching question | 31 Aug 2007 00:01 GMT | 3 |
I had a couple questions about data caching. We have a site that gets a huge amount of traffic to a few specific pages that have a lot of data on them (300k hits/hour during peak, about 6-10 data calls per page OR 500 SQL calls per second). Most of the data doesn't change
|
| Uploading file to directories before actually saving them in the correct place. | 30 Aug 2007 23:50 GMT | 4 |
So in our system you can place an order for an item and add photos/files to the order. So a person decides to attach 3 photos to the order before submitting the order. Once the order is submitted the files are then saved in a directory that includes the order number so that they ...
|
| Problem while File Uploading Using AJAX | 30 Aug 2007 23:41 GMT | 1 |
hi, i'm trying to upload files. i used <input type=file id=Uploadfile runat=server">. i have placed the control in Updatepanel(AJAX) when i'm trying to upload it.. it is showing Object reference is not
|
| Progress bar | 30 Aug 2007 23:31 GMT | 8 |
Hi, while the user is uploading a file, is possible to show a progress bar? Using VS 2005 Asp.net 2.0 C# Thanks!
|
| ok,asking for C# help again | 30 Aug 2007 22:11 GMT | 6 |
i have the following code that deos not work: I have done this in vb wher i include an item as object and then am able to find it correctly. Not working here!!! 1. trying to just find the control to get its type: if
|
| Context | 30 Aug 2007 21:21 GMT | 2 |
I am in the process of learning aspx.net. I have programmed for about five years in php for the back end. I am trying to replicate a recent web site that I did, but using aspx this time (for practice only). I have run into a problem.
|
| Need to stream and zip a .CSV file to the clients browser! | 30 Aug 2007 20:42 GMT | 5 |
I need to stream data from a "DataTable" to the client's machine. The data first need to be converted to .CSV , and ziped before streaming it to the client. Does anyone has any experience with this? Any code snippet will be very
|
| Login Cookie | 30 Aug 2007 20:01 GMT | 4 |
I would like to set the login cookie for longer than the default 20 minutes, how can I do that? Thank you, Samuel
|
| _doPostBack jscript with dropdownList manually | 30 Aug 2007 19:48 GMT | 3 |
Hi, I have a dropdown list in a user control with values(10) from my DB. I also have in this ascx other controls (DatePicker, TextBox...) to be filled. But, if the user select one particular value from this dropdown, it
|
| xml and its stylesheet | 30 Aug 2007 18:52 GMT | 2 |
hey all, i have an xml doc and its stylesheet file to go along with it. i was wondering if there is an easy way to display the contents on a simple web page? How would i do that?
|
| Custom Object Friendly ASP.NET controls | 30 Aug 2007 15:36 GMT | 1 |
I'm using domain driven design on my projects which means most of the time I'm not using datasets for anything. Does anyone know of Asp.net 2.0 server controls and data source contorls that are more custom object friendly?
|
| Postback and databinding question | 30 Aug 2007 15:07 GMT | 1 |
Probably a beginner's question: My page has AutoEventWireup=true. I have a gridview that's bound to an ObjectDataSource that returns projects as a DataView. One of the columns is an Imagebutton that,
|
| Working with the date... | 30 Aug 2007 15:00 GMT | 1 |
Using asp.net 1.1 and VB, I would like to get the date and then fill 3 variables with data pertaining to the date. dim day as integer dim month as integer
|
| check for if a gridview is empty | 30 Aug 2007 14:52 GMT | 4 |
What is a good way to check for a gridview or a datasource not having any rows? If my gridview does not have any rows i want to display a message saying the recordset is empty. I'm doing it now by setting the message visible = true on page load
|
| Slightly OT: Resume Advice | 30 Aug 2007 14:49 GMT | 34 |
I'm working on improving my desirability to possible employers and was hoping to get some advice from the industry experts (thats you guys) on what I should do. First off, I'm working on getting MS certified in order to make it
|