| Thread | Last Post | Replies |
|
| calculate the age from the selectdate | 30 Mar 2006 09:01 GMT | 2 |
calculate the age from the selectdate
|
| how to upload a photo to database | 30 Mar 2006 08:41 GMT | 1 |
how to upload a photo to database for user
|
| FormView datasource (asp.net 2.0) | 30 Mar 2006 08:37 GMT | 1 |
I have a GridView that has AutoGenerateSelectButton="true". When the "Select" link is clicked, it opens a FormView with the appropriate data. Below is the following SelectParameter that is used to populate the FormView.
|
| Shared Code for Compile on Demand | 30 Mar 2006 07:46 GMT | 3 |
I have a quick question about asp.net 2.0 compile options. Here's the scenario: I want to share some code among several websites on the same server, but I don't want to precompile anything. The classic ASP directory structure would look like this.
|
| Encoding in ASP.NET sites | 30 Mar 2006 07:14 GMT | 6 |
Is there a way to force an encoding in a asp.net site? I have tried to save the pages in utf-8 encoding, with a lot of succsess. Letters like ÆØÅ (norwegian letters) are displayed when I do it this
|
| Filtering on DataGrid ??? | 30 Mar 2006 06:40 GMT | 3 |
I have an SQL statement which return 10 columns in a dataset That dataset is bind to a dagrid. What is the way to show only 3 columns in the datagrid, even if the dataset has more ?
|
| NHibernate and Databinding | 30 Mar 2006 05:54 GMT | 1 |
Is there a good tutorial of getting databinding working with NHibernate collections such as bags with lazy loading. I can access the collection programaticly, but not directly with databinding.
|
| How to detect in a javascript function that the page is about to postback | 30 Mar 2006 05:08 GMT | 2 |
In my ASP.NET application, I am trying to detect in a javascript function, which is triggered by the event onbeforeunload, that if the window is getting closed beacuse its a post back or if the user has clicked the X button of the browser. Is there a way in javascript to
|
| sorting and paging in gridview | 30 Mar 2006 05:05 GMT | 1 |
i have a grid view, with two hyperlink fields declared decratively, and few bound fields added dynamically in my code i have enabled the sorting and paging for the gridview, and also declared sort expression programmatically.
|
| Creating an array with an unknown number of values? | 30 Mar 2006 01:33 GMT | 3 |
I'm trying to create an array with a size I don't know. For instance: Dim values() As Integer Dim valuesString As String = ""
|
| Forms Authentication Problem | 30 Mar 2006 01:22 GMT | 1 |
I have a asp.net 1.1 app which currently implements Forms Authentication. This all works 100% as far as I can see. But I want to change it slightly and dont know how to do it. I need for just 1 certain type of request to always allow the user to
|
| streaming an object to the browser | 30 Mar 2006 00:52 GMT | 4 |
i am doing a proof of concept and trying to stream 2 objects to the browser one is a pdf and another is a .3g2 video file. when i try to do the pdf it works great and the pdf opens in the browser but when i do the video file it just returns the gibrish from the byte[]. the vodeo ...
|
| asp.net 2.0 creating HTML Mail | 30 Mar 2006 00:30 GMT | 1 |
Does anyone know of examples of how to create/send HTML mail that looks like a web page?
 Signature Thanks in advance,
|
| mod | 30 Mar 2006 00:10 GMT | 3 |
I have a piece of code that I found to allow me to page through the records in a datalist. For the most part I understand it but I am a bit confused by the following. tmpInt = CInt(intRecordCount.Text) Mod CInt(intPageSize.Text)
|
| Sort order for Gridview? | 29 Mar 2006 23:26 GMT | 3 |
I have a gridview that I am displaying from an Eventlog. Is there any way to sort this with the newest entries at the top rather than the way it is delivered from the collection? I don't want to enable sorting to let the user sort. Here is my code to bind:
|