| Thread | Last Post | Replies |
|
| Validator bug | 31 Oct 2006 14:54 GMT | 1 |
shouldn't this code work? <%@ Page Language="C#" MasterPageFile="~/secure/admin/adminpage.master" Title="Validator Test Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="cphNavSub" Runat="Server">
|
| ControlCollection.Remove bug | 31 Oct 2006 14:12 GMT | 3 |
this code only removes the first HtmlMeta control even though i loop through all of the controls: <%@ Page Language="C#" %> <script runat="server">
|
| operations on string | 31 Oct 2006 14:12 GMT | 3 |
Anyone know some smart way to get two first substrings from string, in example how to get string "aaaa bbbb" from string "aaaa bbbb cccc ddddddd"?
|
| How do I get a bitmap from the theme? | 31 Oct 2006 06:53 GMT | 3 |
Hi; I created a control and I think I should get the bitmaps it uses from the theme. How do I set that up?
|
| visibly disable img link | 31 Oct 2006 04:03 GMT | 3 |
Hi; We have image links via ButtonField and when it is disabled, the link does not work but the image looks the same. Any suggestions to make the image look disabled?
|
| how to show dialogbox when click on datagrid template column? | 30 Oct 2006 16:19 GMT | 1 |
hai, i am using datagrid template column ,it is text box column. if i put any thing in that cell and when i leave that cell i need to show a dialog box with that enterd string.
|
| Can a repeater's ItemTemplate instantiate derived classes? | 29 Oct 2006 22:23 GMT | 1 |
I would like to have a repeater class like this: <asp:Repeater ID="CriteriaRepeater" runat="server" > <ItemTemplate> <uc1:BaseControl ID="BaseControl1" BindData='<%#
|
| Visual Development of Web Controls for SharePoint | 29 Oct 2006 15:11 GMT | 2 |
we are beginning to work with sharepoint. I have a book that documents how to code server controls. I see in visual studio 2005 that there are componets to create web parts. Can I use these componets to develop web parts for share point 2.0 and if so how do I get them, with ...
|
| GridView - ObjectDataSource - Dynamic Columns | 27 Oct 2006 11:46 GMT | 1 |
I can use a GridView and ObjectDataSource to bind my data using "Eval" expressions ... provided the GridView and related Column TemplateFields are defined as inline HTML. I prefer to programmatically create the GridView Column/ TemplateField
|
| Can't duplicate ID in subclassed GridView | 27 Oct 2006 04:32 GMT | 4 |
Hi; I switched two controls from GridView to EmptyGridView. When it was GridVIew both controls (on the same page) had a <Columns><TemplateField><ItemTemplate><LinkButton ID="DeleteButton"... and it
|
| ButtonField and Eval | 27 Oct 2006 04:26 GMT | 7 |
Hi; In ButtonField for the text I want to do: Text='<%# Eval("Title", Resources.Windward.ReportList_Confirm) %>' Where the resource has a {0} in it for the Title property. This doesn't work
|
| extending web controls | 27 Oct 2006 02:20 GMT | 1 |
I am trying to create custom controls that extend some of the functionality of web controls (and sets default values if that control is used). For example, if i were to use the textbox control, it should always use certain font, size etc. I know I can do this by creating web ...
|
| possible calendar bug | 26 Oct 2006 13:12 GMT | 1 |
i'm having a hard time setting the selected date in a custom control. below is the custom control code: using System; using System.Web.UI;
|
| javascript and navigateurl | 26 Oct 2006 03:48 GMT | 1 |
I have an userControl .ascx with a gridView control. One of the columns is a TemplateField with an HyperLink control. On the Row_DataBound event, I am checking that one of the other columns contains a value, then I would open a pop-up window. I am showing the HyperLink control
|
| asp.net 2.0 gridview controls - bound or unbound? | 26 Oct 2006 03:35 GMT | 2 |
I am fairly new to asp's and .Net and I would like to use a session variable when defining the Select Command for a gridview but it doesnt seem to like it (see code sample below). Does anyone have any suggestions?
|