| Thread | Last Post | Replies |
|
| gridview CommandField Delete Jave script confirm on OnClientClick | 31 Mar 2008 02:15 GMT | 3 |
I have a gridview on a clientcontrol .ascx I am using the tutorial22 from MSDN and it is not working. The jave confirm box comes up but when I click OK the page does not post back. MSDN page:
|
| Updating GridView Problem | 29 Mar 2008 03:48 GMT | 2 |
I have the default "Enable Editing" check on the GV. When a user clicks on the "Edit" for a row, I need to have one of the columns set to a value which is stored in a QueryString. After the "Edit" button is clicked I can set the TextBox value as desired,
|
| two newbie questions... | 28 Mar 2008 15:03 GMT | 2 |
my questions are this: 1) how do i display flash animations on an aspx page without that active x bar popping up all the time... 2) how do i encode a page counter onto every page that also does not kick up
|
| Joining Menu Item and Button events | 28 Mar 2008 01:47 GMT | 1 |
I have been trying to figure out how to do this in asp.net and it appears impossible at this point. I have a button click event that runs javascript on the page. easy. I have a menu item easy.
|
| Best way to alter the Render() function - Controls | 26 Mar 2008 20:35 GMT | 2 |
I would like to conform to the specs of the CSS team but as you guess there's no built-in .NET controls that outputs from the database the HTML exactly as the specs. So my question is, what's the best way to change the rendering behavior of a
|
| Having a checkbox make something available when it's checked. | 26 Mar 2008 20:24 GMT | 3 |
I have a check box with javascript code attached to it that will allow me to enable an 'accept' butten when the person has checked the box. The code is: input type="checkbox" name="checkbox" onclick="javascript:document.getElementById('ctl00$MainPage$btnToCheckout').disabled=!this ...
|
| Custom Control, ITemplate and nested bound controls | 25 Mar 2008 15:55 GMT | 4 |
I've been interested in creating a custom control that wraps up a few common UI elements and some styling. But, in order to make this earier to understand, let's say my control is just a posh panel. It has curvy edges rather than straight ones.
|
| Databinding Syntax Not Working in ListView LayoutTemplate | 21 Mar 2008 23:17 GMT | 3 |
Working with the new ListView control seems pretty straightforward. For some reason, using ASP.NET's databinding syntax (i.e. <%# DataHere %>) in the control's layouttemplate doesn't work. Is there any way of making it work? If not, is it possible to create a derived control ...
|
| No Row at Position 1 Error | 21 Mar 2008 17:52 GMT | 1 |
First some up front notes. This routine (see below) works fine in my localhost, but crashes in on my test server and in production with “No row at position 1”. ALL are hitting the SAME database, so the data is there.
|
| can I progarmatically register asp.net to IIS | 20 Mar 2008 10:10 GMT | 1 |
I am using aspnet_regiss.exe utility from command prompt to register asp.net to IIS. But my requirement is to do it programmatically so that client need not worry about this registration. Can we do this programmatically??
|
| CheckBocList values problem | 19 Mar 2008 09:13 GMT | 3 |
Hi....I have a problem. I created a CheckBoxList on a web form, but...when I populate it....in the resulting Html page there is no value in every checkboxlist item. I did something like this (suppose that I pass the CheckBoxList as
|
| How to Reference Gridview child controls | 19 Mar 2008 02:40 GMT | 5 |
I have a gridview that I want to basically convert to behavior like Excel autofilter. I have created a dropdown list and put it into the header of the gridview, but I can't seem to reference it correctly. I have been trolling through the net and ms references for hours but I ...
|
| Gridview as Recycle Bin | 16 Mar 2008 15:17 GMT | 1 |
Hey all... would greatly appreciate some gridview advice. I have a gridview set up in a classic Master/Details setup for entering/editing/deleting data... But now I've been tasked with making deleted records "recoverable" by
|
| Can other C# contrl display HTML without WebBrowser? | 13 Mar 2008 17:49 GMT | 1 |
I have an .ASPX page in which a DLL (WindowsControlLibrary) has been embedded through the <OBJECT> tag.The class in that DLL will use an WebBrowser obj. The WebBrowser obj will dispose if it is embeded in IE, so I am looking for other control that can display HTML as
|
| Formview and linqdatasource | 08 Mar 2008 00:24 GMT | 1 |
I have a formview using a datasource and it works just fine in its basic format. However, I have some foreign keys I want to dispay the description for instead of the key value - just like I do in my gridview. In the gridview I use the standard template field as follows:
|