| Thread | Last Post | Replies |
|
| webform control placement | 28 Nov 2007 02:45 GMT | 3 |
I am struggling with positioning web form controls. It was suggested that I place a table on the page - but it seems that the controls are positioned independent from the table. What practices will work? What should I avoid?
|
| DataList - How to programmatically add a separator row | 24 Nov 2007 02:46 GMT | 2 |
With ASP.NET 2.0 VB.NET, how do I: I have a multi-column (4 columns) DataList control on my WebForm that displays sports teams for our league. The data is grouped by Division Names where there are 4 teams per Division. When the data is displayed on the Web
|
| Closing a dedicated login page | 22 Nov 2007 18:44 GMT | 1 |
I want to use a popup login page and automatically close it when the user authenticates. In my OnLoggedIn event handler in the code behind in the popup page, I have the following: protected void OnLoggedIn(object sender, EventArgs e)
|
| Gridview error handling | 21 Nov 2007 19:56 GMT | 5 |
I have a gridview control that is updateable. One of the data elements is date, which is very easy to misstype. An invalid date will throw an error. Is there a way to handle that error in a neat and clean manner?
|
| menu control inside a gridview | 20 Nov 2007 16:05 GMT | 3 |
Has anyone have any experience of doing this ? I want a small menu on each row with a few options, I have tried it and it seems to work great at first but after clicking on a menu item and handling that event you get some weird display artifacts, when you hover
|
| Formview delete doesn't work bound to a class | 19 Nov 2007 22:24 GMT | 2 |
I created a data access class with get, insert, update and delete methods. I have an object datasource bound to the class and a formview bound to the datasource. The get, insert, and updates work fine, but I can't get the delete to work. It does not pass any values
|
| Calling JavaScript Function from ASP.Net Button | 17 Nov 2007 18:50 GMT | 3 |
Is it not possible to call a JS function from an ASP.Net button. In the HTML I assign the onClick="JS_Function()" But when page is rendered I get the error: JS_Function() is not a member of MyPage.aspx.
|
| Using a Forms authentication in a shared hosting environment | 12 Nov 2007 19:00 GMT | 2 |
I am using a logon control in a shared hosting environment. When I do I get the following run time error: The SSE Provider did not find the database file specified in the connection string. At the configured trust level (below High trust
|
| Historical timeline for a web page | 12 Nov 2007 13:18 GMT | 1 |
I need a historical timeline for doctor appointments on an asp.Net web page. Needs to be laid out horizontal with scroll bars horizontal. Any ideas-- Chris Davoli
|
| required field validators and not validating until submit button clicked | 09 Nov 2007 22:07 GMT | 1 |
i read this in a book: "...There is also logic in place to avoid enforcing RequiredFieldValidator controls until the page has been submitted (or has attempted to be submitted) at least once. This allows users to fill in fields in any order without being warned that a field is ...
|
| X-MicrosoftAjax header being stripped out by firewalls | 08 Nov 2007 08:23 GMT | 3 |
I am using the ms ajax library with an update panel in a user web control. The update panel contains two linked dropdownlists whose contents are modified (on autopostback) depending on the selection in eachother. This also modifies the imageurl of an image control, also in the ...
|
| Creating Dropdown List dynamically and setting the selected value | 08 Nov 2007 07:44 GMT | 1 |
Hi, I have a problem with setting the select value to items in a dropdown list, I create dropdown list in a loop and set unique id to it but I have to set the selected index in every dropdown list but not the same index. How can I accomplish that?
|
| Column Value in a GridView | 08 Nov 2007 07:41 GMT | 1 |
How do i get the column value of a gridview when the user click a column ? Please help!!! Suman
|
| Intercepting DropDownList Selected Value when not in list of Items | 08 Nov 2007 00:17 GMT | 2 |
I'm using a FormView with a number of DropDownList controls that are bound to SqlDataSources. Sometimes, the current contents of the bound fields are invalid (i.e. not in the list of items retrieved from the data source used as the DataSourceID for the dropdown list). Trapping ...
|
| Default Value in on Databound Drop Down list | 07 Nov 2007 04:30 GMT | 2 |
I am populating a drop down list control with a table from a database. I would like the control to display a value such as --- select --- when it first comes up, instead of any values from the table. Is there a way to do this without putting the value --- Select --- in the ...
|