| Thread | Last Post | Replies |
|
| Drop Down List Selected Value is Null Problem | 22 Mar 2006 23:23 GMT | 2 |
I am using ASP.net 2.0 and trying to take advantage of the updated data editing facilities provided through the SQLDataSource control and the DetailsView control. The data is a record from a customer complaints table and one of the fields on the DetailsView control is called ...
|
| OnItemDataBound problem | 22 Mar 2006 23:17 GMT | 1 |
I have a problem customizing the databound controls using the OnItemDataBound event. The code below is an example of what I'm trying to do. I have a datasource and basing on the data I want to customize the cells in the
|
| RoleProvider question -- help please (.NET 2.0) | 22 Mar 2006 21:45 GMT | 4 |
I derived a custom provider from the provider class. I set cookieless="UseUri" in the web.config, because we don't want data stored on client machines.
|
| Getting other data from Membership Provider | 22 Mar 2006 20:53 GMT | 4 |
I am using a membership provider in .net 2.0 for all my customer login etc. I am using their email address as their username which User.Identity.Name will give me.
|
| ASP:Reader client side totally | 22 Mar 2006 20:53 GMT | 1 |
I have a repeater on a asp.net (c#) page that holds the details of daily bed occupancy for a hostpital ward for any given date. For each hostpital there are a number of wards. So a hostiptal with 5 wards has 5 elements each containing a textbox for occupied and another for
|
| page visitation counter... | 22 Mar 2006 20:49 GMT | 1 |
I would like to add a page visitation counter at the bottom of one of my .aspx pages. What would be the easiest way to implement this? What page event would I use? What control should I use to display the numeric count? Would you please share some sample code with me?
|
| Performance improvement in the 2.0 framework | 22 Mar 2006 20:48 GMT | 6 |
Can any one tell me if the performance in the 2.0 framework is improved? An 1.1 ASP.NET application performce bad once a moth we are thinking of upgrading 2.0, should this help ore is it more likely thaht the architecture shopuld be reviewd.
|
| Does VS2005 IDE have any visual XSL design feature? | 22 Mar 2006 20:21 GMT | 2 |
Could you refer me to a link that explains how to do that? Thanks, Max
|
| Loading controls dynamically in ASP.Net | 22 Mar 2006 19:54 GMT | 3 |
I am developing a page that has several custom web user controls that need to be loaded dynamically. Some of the controls are loaded based on the action (button-click) of a different control in the parent page. Currently what I have to do to make this work is set a session
|
| Master/Child Datagrid? | 22 Mar 2006 19:42 GMT | 2 |
I am hoping to create a Master/Child Datagrid with expanding collapsing rows. So a child grid within a parent grid. Any examples, tips, pointers? thx
|
| tips on implementing "Remember Me" feature in ASP.NET 2.0... | 22 Mar 2006 19:23 GMT | 3 |
I'm looking for some pointers or sample code I can go thru that implements a "Remember Me" feature for a user's login credentials. I'd don't want to use the "login" control provided by VS 2005 and was hoping there is some other method?
|
| Testing Deployment Package | 22 Mar 2006 19:22 GMT | 1 |
I have created a simple ASP.NET Web Service with VB on Win XP Pro SP2, IIS 5.1, .NET 1.1. Service works in Visual Studio environment. Created an deployment package. Tried running the deployment package in VS using Install - get the following
|
| Partial Classes and Inheritance | 22 Mar 2006 19:17 GMT | 2 |
In a web application using asp.net 2.0 All my classes are partial classes. - I noticed that partial class cannot be inherited... is that true? - I tried to remove the partial keyword , and I receieved this error
|
| Format datagrid | 22 Mar 2006 18:45 GMT | 2 |
I have a datagrid with 17 columns - too many for one page. Is there a way to format the datagrid so the columns are located in two rows instead of one, or something like this? I would appreciate your advice.
|
| GETTING DATA FROM A DataSet ?? | 22 Mar 2006 18:40 GMT | 3 |
Can anyone tell me how to pull data from a dataset? In my Page_Load function, I use the following code: Dim str As String Dim ds As System.Data.DataSet
|