| Thread | Last Post | Replies |
|
| Display a record - several questions | 10 Apr 2006 07:44 GMT | 2 |
Hi; I have a page that displays a record. What is shown is based on the record values - for example there is a MultiView and the View shown depends on a value in the record.
|
| using 'sender' object on event fires | 10 Apr 2006 05:28 GMT | 2 |
I understand using the 'sender' object allows you to right a single function to handle multiple events, but in the instance that you are righting a function for a single event does it buy you anything? For instance (as is my case...), when handling a FormView PreRender event,
|
| Problem in designing layout of website | 09 Apr 2006 14:01 GMT | 1 |
I am new to web designing using visual web developer 2005.I want my web page to have a frame on left with all me links as a tree structure and the contents of the link page must open on the right frame.How should i do this in visual web developer??.I wnat to design a template
|
| Formview DropDownList bug?? | 09 Apr 2006 08:40 GMT | 5 |
I have a page with a formview control who datasource is a objectdatasource. In edit mode template I have tree dropdownlist; Year, Month and Day. Each dropdownlist i populated from an objectdatasource object and is bind to column in the formview control objectdatasource. The ...
|
| Gridview can't format a date | 08 Apr 2006 21:56 GMT | 2 |
I have a gridview bound to a SQL Server table. One of my columns is bound to a datetime field. I set the column's dataformatstring property to {0:yy-MM-dd} or {0:d} or {0:D} it doesn't matter. The dates are shown as 4/8/2006 12:00:00 AM. I want the date only but I can't supress ...
|
| Gridview Pager Modes | 08 Apr 2006 18:38 GMT | 1 |
I have a user that would like a "NumericNextPreviousFirstLast" type of paging mode on the GridView. That's not on option out of the box. Is it doable without a lot of effort? Thanks, David
|
| Eval in an OnClick? | 08 Apr 2006 18:32 GMT | 1 |
Hi; How can I do the following (inside a GridView)? <asp:LinkButton ID="DeleteButton" runat="server" CausesValidation="False" CommandName="Delete"
|
| UserControl | 08 Apr 2006 08:27 GMT | 1 |
If I place a usercontrol .ascx on a webform .aspx, is there a way to access the clientid propery of controls on the webform .aspx from within the Page_Load of the .ascx. For example, I have a webform with ...
|
| Gridview and colspan | 08 Apr 2006 00:29 GMT | 2 |
Can someone easily tell me how to change what the Gridview renders for the table to get a colspan attribute on selected rows of the table? In my GridView1_RowDataBound event I am checking the contents of a particular cell:
|
| Link to download a file. | 07 Apr 2006 20:07 GMT | 5 |
I am a beginner and I try to find out how to create a link so that the user can download a file. Thanks, Doru
|
| project or website location in design time | 07 Apr 2006 19:46 GMT | 1 |
is it possible to determine project or website location (folder) in design time?
|
| Nesting <asp:Menu> inside Repeater Control | 07 Apr 2006 17:57 GMT | 1 |
I want to use a <asp:Menu> inside a repeater control, and dynamiclly set the properties of the menu using the repeaters datasource like the sample below. However I get the error "Code blocks are not supported in this context"
|
| I do I remove the style attribute from Image controls? | 07 Apr 2006 04:44 GMT | 3 |
A number of controls which use images seem to render html with a default style attribute: style="border-width:0px;" e.g. <input type="image" name="ctl00$Main$ImageButton1"
|
| edit attribute values of a web control just before control rendered to the page (control's Load event?) | 07 Apr 2006 02:30 GMT | 4 |
I am using a third party web control that doesn't let me access to the control's attributes. This is a rookie question, but is there way to essentially look at, find/replace a control's attributes just before it gets rendered to the page? I thought the control's Load event ...
|
| WebPart and WebPartZones Usage | 06 Apr 2006 21:49 GMT | 2 |
I am using the following layout for my pages. <asp:content> <asp:Wizard> </asp:Wizard>
|