all groups > asp.net building controls > june 2004 > threads for june 29 - 30, 2004
Filter by week: 1 2 3 4 5
ViewState for Inner Class
Posted by Jinsong Liu at 6/30/2004 11:36:09 PM
I am creating a web custom control by extending the existing DataGrid
control. lets call it MyDataGrid here. I instantiated another class
which is also drived from the DataGrid control in the MyDataGrid. the
ViewState of the inner class get lose between page reload. is there
anyway that I can ma... more >>
listbox and sql stored procedure
Posted by John at 6/30/2004 4:31:37 PM
Hi,
First of all sorry for my not perfect english.
I've got listbox in my .aspx page where the users can make multiple
selection.
So, Users can select 7 items in listbox, I have to take value from items and
pass it to stored procedure to delete 7 rolls in my table. Thats simple,
but what if... more >>
Building child controls on Design Time
Posted by Pradeep Kumar C at 6/30/2004 11:50:58 AM
Hi ,
I am trying to create a custom control similar to datagrid.Grid contain
some thing like data column where i am able to add column during design time
using VS.NET 2003 collection editor , but on clicking the save button the
corresponding innercontrol is not return on the aspx page. But I... more >>
Custom Controls
Posted by Wannabe_Geek at 6/29/2004 11:34:01 PM
Hi
Iam new to MS .Net technology just getting along with it....I created a custom control ,which takes in a query and displays the data in a tabular format....something similar to a datagrid.
Since its a custom Control I drag and drop and use it in my Pages. I overload the render method of my Cu... more >>
pass 2 parameters using HyperLink column?
Posted by google NO[at]SPAM joriz.is-a-geek.net at 6/29/2004 5:02:38 PM
is it possible?
thanks TIA.... more >>
Unable to access a control property - Stack Overflow..
Posted by Nelson F. at 6/29/2004 12:05:10 PM
I've made a user control (ascx and ascx.cs) that works fine if I use a
session var to pass it value. However, I'd much prefer to set a property
instead so I added a property. The problem is that when I try to access the
property, it generates a StackOverflowException. See the snip from my source
... more >>
|