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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|