all groups > asp.net building controls > may 2005 > threads for may 1 - 7, 2005
Filter by week: 1 2 3 4 5
Custom Paging in DataGrid
Posted by Daniel Walzenbach at 5/7/2005 9:41:01 AM
Hi,
I want to create my own custom pager for a DataGrid. Does anybody know how
this can be done?
Thanks for your help!
Regards,
Daniel... more >>
Creating Custom Datagrid that auto adds attributes at <TD> leve
Posted by TimG at 5/6/2005 1:48:19 PM
I am creating a custom data grid in which I want to modify Table, Row and
Cell level attributes. I have discovered how to update the row level
attributes, by Overriding the createitem function. I am trying to figure
out how to do the same at the cell level.... more >>
how to add new ascx control from different project ?
Posted by Krzysiek at 5/5/2005 12:00:00 AM
Hello,
I'm traying add a user control which is written in C# to my project wich is
in VB.NET. How to add this control to my project in VS.NET 2003 ?
Thank you in advance
Christof
... more >>
Help: Getting two controls to talk etc.
Posted by Scamps at 5/4/2005 4:18:05 PM
I'm struggling real bad.
I have created a WUC with a calandar object in it (Cal.ascx).
I have a second WUC with a DataGrid in it (Events.ascx).
I want to select a date in the Calendar WUC, and use the selection event to
pass the date as a parameter to the WUC containing the datagrid and bind th... more >>
Nested Controls not visible to Page?
Posted by lisa NO[at]SPAM starways.net at 5/4/2005 8:17:16 AM
I'm still banging away at my tabstrip problem, which I've mentioned in
other threads here.
One of the things I've noticed is that in design view, none of the
controls inside of a tab page show up in the property grid.
This makes sense, I suppose, because once they're added, even if
they're ... more >>
DataGrid Question
Posted by Josema at 5/4/2005 8:08:14 AM
Hi,
I have a DataGrid that its filled from a DataTable.
this datagrid has autogeneratecolumns=true cause this datatable could have
different number of columns.
My problem its that:
I need that the first column be a link button column.
What its the best way to implement it?, i only ... more >>
Building a Template
Posted by jijis at 5/4/2005 12:00:00 AM
I want to ask how can I make a template like using the one in dreamweaver?
I want to update the design consistently, so I want to use a template
... more >>
value get form web page to user control
Posted by bhavik at 5/3/2005 2:48:50 AM
hi
I have one webpage and In that web page I have one user control
I have one dropdown control in webfrom. I want selected value of that
droupdown control value in usercontrol. I dont want to use session.
plz give me a proper solution.
I have... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Target a different .NET Framework version
Posted by Mircea Pleteriu at 5/3/2005 12:00:00 AM
Hi,
I have developed for my customer a .NET Windows Forms control using the .NET
Framework 1.1.
Now, my customer wants to have the control running on Windows 2003 Server OS
which has a newer version (1.1.4322.2032) of the mscoree.dll assembly. The
development platform's assembly version is 1.... more >>
Raising an event for a parent form to handle
Posted by Arlyn at 5/2/2005 2:29:18 PM
I am trying to make a web user control that raises an event for a parent
form to handle. Can someone help me with this? I am doing the code with
vb.net.
... more >>
ViewState of Contained Controls?
Posted by lisa NO[at]SPAM starways.net at 5/2/2005 10:10:21 AM
I've built my tab control, and it works great. Except for one problem.
Any controls which are contained in any of the tabs lose state. The
tab control itself retains state. Any content added does not.
I tried putting a checkbox control inside of one of the tabs and
outside of the tab contr... more >>
view state In user control
Posted by bhavik at 5/1/2005 12:18:02 AM
I just want to know that can I sotred object In view state.
If yes then can I sotred that object In user cntrol (means can user control
support view state Like......)
Viewstate["Obj"]= Obj;
plz reply me as early as possible.... more >>
|