Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Controls / October 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Validator bug31 Oct 2006 14:54 GMT1
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 bug31 Oct 2006 14:12 GMT3
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 string31 Oct 2006 14:12 GMT3
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 GMT3
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 link31 Oct 2006 04:03 GMT3
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 GMT1
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 GMT1
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 SharePoint29 Oct 2006 15:11 GMT2
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 Columns27 Oct 2006 11:46 GMT1
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 GridView27 Oct 2006 04:32 GMT4
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 Eval27 Oct 2006 04:26 GMT7
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 controls27 Oct 2006 02:20 GMT1
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 bug26 Oct 2006 13:12 GMT1
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 navigateurl26 Oct 2006 03:48 GMT1
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 GMT2
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?
Pages: 1 2 3 4 5 6 September, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.