| Thread | Last Post | Replies |
|
| Membership questions | 28 May 2008 18:49 GMT | 4 |
1. Is it possible to disable a user without deleting? 2. Is it possible to add user fields to the membership db such as app's on id for a user? Thanks
|
| Run Javascript function upon Page Load from Page Load event handle | 28 May 2008 18:15 GMT | 5 |
I have a asp.net 2.0 (vb.net) page, which uses a master page, and there is a javascript function (myfunction) defined in the <head> of that master page. Is there a way to run the function from the page load event of the page? I am able to run the function when there is a change ...
|
| Additive HtmlTextWriteStyle | 28 May 2008 18:02 GMT | 2 |
I'm looking to add Additive Styles to a CssStyleCollection, however the Add(HtmlTextWriteStyle, String) method seems to replace styles (see example below). void Style(CssStyleCollection styles)
|
| Access DataSource in code | 28 May 2008 16:58 GMT | 3 |
I'm just starting out with VWD 2008, and new to ASP .NET. I have a master page which displays one record for an Access database based on an ID number in the query string. Then I have a content page that displays some other records which are also filtered by that ID.
|
| detect submit button with httprequest? | 28 May 2008 16:54 GMT | 3 |
I am using .NET 1.1. I have a form with a cancel button, something like this: <form method="post"....> <input type="submit" value="Submit">
|
| webpage has expired after file upload | 28 May 2008 15:43 GMT | 1 |
I have a web app that allows a user to upload/submit a file. After upload completes, the user is taken back to the same page (upload.aspx) in order to upload another file. At that point, if the user leaves the web application and goes to another web page, and then
|
| Compiler catches warning really late | 28 May 2008 15:32 GMT | 1 |
I wrote some code 2 days ago. It consisted of doing a SELECT CASE statement using a sqldatareader... Dim dr2 As SqlDataReader = MyCommand2.ExecuteReader While dr2.Read()
|
| Cache question | 28 May 2008 14:27 GMT | 3 |
Does the Cache object work in a webfarm with SessionState being? Is there a better way to store application wide data? thx...sonny
|
| Datalist retreiving values programatically | 28 May 2008 10:24 GMT | 1 |
Im maintaining an app with a DataList, the first time Ive used this control. A single row is retrieved from the database and formatted on the screen using <%# Convert.ToString(DataBinder.Eval(Container.DataItem, "<name of column>")) %>
|
| controls.add overwrites cell text - boo! | 28 May 2008 09:15 GMT | 1 |
I have a user control (called data_dictionary) which I need to add into the header text of a datagrid. I'm doing this by adding the control in the RowCreated event as follows: dds_descriptions is an arraylist of strings. data_dictionary is the
|
| msgbox | 28 May 2008 08:06 GMT | 5 |
I'm using ASP.Net 2.0 MsgBox("Are you sure to delete?", MsgBoxStyle.Question + MsgBoxStyle.OkCancel, Page.Title.ToString) The message box sometimes does not pop up on the top of the screen.
|
| FileUpload Control within UpdatePanel | 28 May 2008 07:12 GMT | 6 |
Is there any way to make an asp FileUpload control work within an UpdatePanel? Thanks, Garyh
|
| unable to retrieve listbox items on postback , items moved using javascript between 2 list boxes (source and target ) | 28 May 2008 06:27 GMT | 1 |
I used the below code to move selected items between two listboxes Left and Right:- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="TestPopup.aspx.cs" Inherits="TestPopup" %>
|
| ASPState Database | 28 May 2008 04:58 GMT | 1 |
I presently have an ASP.NET 2.0 application in production, that uses a state database "ASPState". I have another seperate application that has the same requirment. Is there any problem with using the same state "ASPState" database, for this
|
| browser's textbox auto complete not working | 28 May 2008 04:16 GMT | 3 |
I am using IE 7. I have a website running on my local machine (localhost) and auto complete doesnt work for any of the textboxes, but going to web sites on the internet does support this so i know the browser has this config turned on.
|