all groups > asp.net webcontrols > june 2004 > threads for june 29 - 30, 2004
Filter by week: 1 2 3 4 5
Trace Starting Location
Posted by Thom Little at 6/30/2004 8:52:21 PM
If I enable trace as in:
<%@ Page language="c#"
Codebehind="StepByStep12_1.aspx.cs"
AutoEventWireup="false"
Inherits="_315C12.StepByStep12_1"
Trace="true"%>
The trace overlays the other information displayed on the page. The trace
always starts at 0,0 on the page.
How can I co... more >>
listbox and sql stored procedure
Posted by John at 6/30/2004 4:32:22 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. Th... more >>
help: question about LifeCycle for controls that change the 'shape' of their control tree?
Posted by Sky at 6/30/2004 2:10:47 PM
Hello:
All the books I have looked at about how to design custom composite server
controls talk about the LifeCycle..and although most is quite clear, there
is one nagging type of control creation that I am looking for clarification
about...Can anyone help?
The following example is a trivia... more >>
problem with validation control
Posted by Rafia at 6/30/2004 11:17:32 AM
Hi all
I have put a required validation control on one of my aspx pages. I also
have a server button on the page which the user will click to submit the
data. The problem is when the user do not enter anything on the required
field, it show the error then immediately submits the form and the cod... more >>
Setting the value of a template textbox control in a datagrid
Posted by Tim_k at 6/30/2004 10:08:01 AM
The code below finds the user entered value in a textbox within a grid. Then it updates the value(s) to the bound datatable. But the value does not display after rebinding to the grid. I think it has something to do with the binding of the textbox? I'm not clear on whether I have to use DATABIND... more >>
Create TemplateColumn Dynamically
Posted by Lubos at 6/30/2004 8:51:21 AM
Hi,
I'd like to create TemplateColumn at runtime.
I want to add an Control (like Button,..) to this column.
Is there any example how to this this?
Thanks in advance,
Lubos
PS:
I can do this with the BountColumn:
BoundColumn bc2 = new BoundColumn();
bc2.DataField = "product_nm";
b... more >>
How to do you updating properties on the design-time surface?
Posted by Martin Dobson at 6/30/2004 1:23:01 AM
Hi,
I've just delving into the world of ASP.Net Web Custom Controls I have a firm grounding in Visual Basic and Active Server Pages. I am currently designing a simple Web Custom Control that will act as a Header for a page. So far I have manage to make the control work and render it at design-tim... more >>
MultiPage Expert Please (Dynamic MultiPage controls)
Posted by Russ at 6/29/2004 2:17:08 PM
I'm getting a little frazzled here. I have been trying to figure out
how to extract the data from my dynamically created Multipage controls
for about a week now!
Depending on data from a web service, I am adding one or more Tabs and
PageViews to a design time created TabStrip and MultiPage ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Labels and usercontrols
Posted by Micke Palm at 6/29/2004 12:42:15 PM
Hi!
I want to use a parent page and load webusercontrols to this page =
dynamically. The problem I got is how I can set a label.text in parent =
page from a usercontrol.
A scenenario is if I have a button into the usercontrol and want to set =
a text to a label in the parents page. I've set... more >>
setting Url Format String in datagrid control dynamically
Posted by Troy at 6/29/2004 12:31:01 PM
Hi
Wondering if anyone knows how to set the Url Format String in a datagrid control through c# --
If you place the datagrid control on a form, and go into the property builder tool - you can select a column and specify a value for the URL Format String, however I have not been able to figure how t... more >>
Job Scheduling Third Party Controls
Posted by Mike Schoenfeld at 6/29/2004 12:05:56 PM
All,
I am looking for a third party control(s) to incorporate job scheduling into
our commercial product. The control(s) must have a ASP.NET UI component and
use SQL Server to manage the job schedules.
Any help to point me in the right direction will be appreciated.
Thanks,
Mike Schoenfe... more >>
ASPX , Placeholders and SET FOCUS
Posted by tob NO[at]SPAM sourcecode-inc.com at 6/29/2004 10:52:36 AM
Hi,
How do SET FOCUS on a newly served (aspx) page to something that was
added into a [PLACEHOLDER] ?
I;ve tried typical Javascript and Page.RegisterStartup, but I get an
error saying that the object (say some "newTextBox1") does not exist !
But it will soon, right?
I've tried adding the... more >>
z-index
Posted by Stephen McCrea at 6/29/2004 10:35:40 AM
I have a page of several labels, textboxes, buttons and a dropdown list box.
When I want to display an error, I overlay a panel (make it visible) with a
high z-index so that it covers all the other controls. Except that it never
covers the drop-down list box. Despite the fact that the list box ... more >>
typed DataSet-bound DataGrid sorting
Posted by Whugster at 6/29/2004 9:44:13 AM
Hi. I have a DataGrid bound to a typed DataSet and I just couldn't figure
out how to sort the damn thing. I tried setting the Sort property of the
DataTable.DefaultView and the Attributes["SortExpr"] of the DataGrid but I
think the order of events matter. Here's a breakdown of events:
1. Pa... more >>
adding linebreaks to a control
Posted by chandy NO[at]SPAM totalise.co.uk at 6/29/2004 9:12:44 AM
Hi,
I have a user control which build a list menu from HtmlGenericControl
objects (UL and LI). It works well and produces valid HTML, but all
on one line. Any ideas as to how I can get the syntactically-valid
equivalent of the following?
ul.Controls.Add(CType(VbCrLf,Control))
TIA
Ch... more >>
Custom Validator
Posted by sunilsheffield NO[at]SPAM yahoo.co.uk at 6/29/2004 9:04:20 AM
Dear All,
I want to use a Custom Validator which checks two things.Firstly that
the user should only enter letters.Secondly, The text box should not
be empty when the submit button is clicked. I know that I can do this
by required field validator. But I want to do... more >>
Gantt Chart Control
Posted by Hamid Shahid via .NET 247 at 6/29/2004 8:10:54 AM
Hi,
Does anyone knows a good ASP .Net Web Control to create a Gantt Chart.
Many Thanks
hamid
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>FNFugEJbJU2iontIQME9Jg==</Id>... more >>
custom validation not executing
Posted by ajones NO[at]SPAM kvmhc.org at 6/29/2004 4:54:06 AM
I've tested the logic in the design on other pages and it works fine.
THere is one major difference between where I want it to work and
where it has worked. THe page I'm working on was launched from a page
using Server.Transfer. I'm very new to this stuff so this very well
could be a simple o... more >>
|