| Thread | Last Post | Replies |
|
| config GridView so row shows in edit mode | 17 Feb 2006 21:24 GMT | 1 |
I'm not using SqlDataSource or ObjectDataSource. I'm handling events , similar to approach commonly used in 1.1. DataGrid. My question is : How do I configure a GridView's edit mode row format ? Here is my aspx :
|
| Is there a way to know if a user is browsing my site? | 17 Feb 2006 21:17 GMT | 2 |
I should make a page that modify the web.config file, appsettings area. For what I know, every modify to config file mean a reboot of the context application, so if a user is browsing on a web site, it mean losting session and everything ... and in a shopping cart scenario it's ...
|
| Looping Forms Collection Error | 17 Feb 2006 20:37 GMT | 5 |
I have an asp page that loops through the forms collection gathering data from input controls that web surfers have entered in. The problem I have is when I get to the submit button, I get the follow error "Type mismatch: '[string: "Send Me the Brochure"]' " "send me the brochure" ...
|
| Back Button Problems | 17 Feb 2006 20:36 GMT | 3 |
I have a problem...I have a classified adds web app. This if what is happening: 1. The user enters the site 2. The user checks one of the adds. This web page has a user control that
|
| view state in previous page using cross page postback | 17 Feb 2006 20:32 GMT | 6 |
Is there a way to retrieve values from the viewstate in the previouspage using cross page postback? Thanks! Bill
|
| enable asp.net 2.0 on site | 17 Feb 2006 20:03 GMT | 4 |
I have a shared IIS server running ASP.NET 1.1, and using a vbscript to add sites. All sites get added and use 1.1. After I installed 2.0, now I have two versions. And in IIS I have a new tab for each site to change the ASP.NET version.
|
| Help: GridView Control Causing 2 Postbacks on Selection | 17 Feb 2006 20:00 GMT | 2 |
ASP.NET 2.0 (C#) application. I have a web form with a GridView, which is populated dynamically. See the code below. First time to the page, IsPostBack is false. Therefore, DisplayItems() is called and the GridView is populated. No problems.
|
| Public ASP.NET Web Form Demonstration | 17 Feb 2006 19:52 GMT | 1 |
I have been looking for a demonstration of "best practice" web application using asp.net web forms, in particular looking at an app that shows a typical database application with multiple users inserting, updating
|
| characters with accent sor umlauts get written wrong | 17 Feb 2006 19:00 GMT | 1 |
I am using the code snippet below. If the datagrid displays words with french accent 'e' like 'cafe' or 'Toshiba Protege', the file test.xls displays these e's as garbled 3 characters. Do I need to do some formatting or specify some code page, langauge..etc?
|
| microsoft access driver problems | 17 Feb 2006 18:18 GMT | 1 |
ive been trying to set up a web form in visual basic.net that can access a microsoft access database. i need to use odbc also. i can get it working using a windows form but not a web form. might be that ive set up the database wrong using the odbc data source administrator?
|
| Control access to Page | 17 Feb 2006 17:56 GMT | 2 |
Can a User Control interact with HTML Controls in the calling Page (anything with a runat="server") from the control? So, code in the Control impacts, for instance, the visibility of an HTML Control in the calling page?
|
| DateTime Parse and Regional Settings | 17 Feb 2006 17:43 GMT | 4 |
This is not strictly a ASP.NET question, but I am hoping someone can help. I have an ASP.NET web app that used the DateTime.Parse and Compare methods a lot.
|
| asynchronous file upload | 17 Feb 2006 17:36 GMT | 2 |
I saw some web sites where I can upload file asynchronously. May I do the same think with asp.net?
|
| Retrieving the profile for a particular username? | 17 Feb 2006 17:29 GMT | 3 |
I want to access the profile of a particular user to apply / change some parameters. Like a list of authorized projects. (and other properties) The administrator will go on a web page, select the user, change the list of
|
| Membership Services Problem | 17 Feb 2006 17:24 GMT | 2 |
I am trying to add some profiles to an ASP.NET 2.0 application that uses the membership services login control. I created a Sub for Public Sub CreateUserWizard1_CreatedUser(ByVal sender As Object, ByVal e As EventArgs)
|