Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net building controls > march 2005 > threads for march 29 - 31, 2005

Filter by week: 1 2 3 4 5

Using table tags with custom controls
Posted by kashif456 NO[at]SPAM gmail.com at 3/31/2005 11:42:42 AM
Hi, I am adding textbox and label control programatically and need some assistance in getting these to show up in a table. Here's my code: For i = 0 To dv.Count - 1 SaleAttributeTextField = "Sale_Attribute_" & dv.Table.Rows(i)("SalesAttributeID") SaleAttribute...more >>


Postbacks and CommandEventArgs
Posted by John Bankhead at 3/31/2005 8:03:03 AM
In the situation below I am calling "OnCommand(CommandEventArgs.Empty);" from IPostBackEventHandler.RaisePostBackEvent. but I get the compile errors: The best overloaded method match for 'DSTControls.PortfolioDashboard.OnCommand(System.Web.UI.WebControls.CommandEventArgs)' has some invalid ar...more >>

Using Radio button in a Data Repeater
Posted by Samuel Ashley via .NET 247 at 3/31/2005 4:03:48 AM
I want to use a radio button in a data repeater which will allow me to select only one item. could somebody please help me. Thanks -------------------------------- From: Samuel Ashley ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>GXU7WXq8rUazIi9...more >>

Query
Posted by NEWBIE at 3/31/2005 3:25:01 AM
hi , i am a vb.net developer. i am trying to learn how to create asp.net controls using the book developing microsoft® asp.net server controls and components author nikhil kothari and vandana datye. can someone please help me as to how to write code for areas like event prope...more >>

emitting client script
Posted by JV at 3/30/2005 4:49:42 PM
I'm aware of RegisterClientScriptBlock and RegisterStartupScript, but .... Suppose you need to execute some script code when your page loads....perhaps you need to call an Init() function and pass it a reference to your control. Of course you can emit a client script for the OnLoad event of t...more >>

how to resolve delegate error message
Posted by TJS at 3/30/2005 3:39:12 PM
how do I resolve delegate error message ?? ====== erorr message ====== Compiler Error Message: BC30408: Method 'Public Sub dothis_click(sender As Object, E As System.EventArgs)' does not have the same signature as delegate 'Delegate Sub ImageClickEventHandler(sender As Object, e As ...more >>

Web Application folder path
Posted by JV at 3/30/2005 1:03:25 PM
Anyone know how to get a path to your web application's folder at design time? I've tried using MapPathSecure in the OnInit call, but no luck. ...more >>

inheriting Datagrid
Posted by King Kong at 3/30/2005 12:40:21 PM
Sir, I am creating an Filterable Grid Custom web control inherited from Datagrid the problem im getting is im not able to capture events from search button. It do post back but cant get the event handler to capture this event. the Search button is not inside the grid its on the top of the grid. ...more >>



Changes in controls exposed as properties not reflected in design
Posted by mnowosad at 3/30/2005 12:27:02 PM
I created a custom composite control with contains a text box and a label. I exposed the text box and label as properties of the custom control. As a result, they are exposed correctly as expandable objects in the Properties window, in design time. I also have created the proper custom de...more >>

custom paging in ASP.NET
Posted by asad at 3/30/2005 4:51:02 AM
Hello friends, i am using Datagrid builtin paging and it working well but i want to use custom paging bcoz data is too heavy so pls tell me how can i use custom paging. Thanks...more >>


DevelopmentNow Blog