all groups > asp.net webcontrols > july 2003 > threads for july 15 - 21, 2003
Filter by week: 1 2 3 4 5
ActiveX dll not responding when used in WEBFORM
Posted by VS at 7/21/2003 5:45:49 PM
Hi there,
I am trying to use an ActiveX dll on my webform with no luck.
I added the reference and everything seems to work fine since I m able to
look at the Methods of the library.
The problem arises when I call a method which is supposed to return an
integer. I get no error but the browser... more >>
problem with name created when control is rendered.
Posted by Sean Gamino at 7/21/2003 3:21:30 PM
Hello,
I am creating a html server control that is in a datalist. I need to access
this controls value on the client via javascript but the name is being
overwritten with a unique value generated by ASP.Net. This makes it rather
impossible to access the control in javascript because I do not k... more >>
RadioButtonLists and Javascript
Posted by ssarthur2 NO[at]SPAM yahoo.com at 7/21/2003 3:02:42 PM
I have created an ASP.Net page that contains a RadioButtonList. I
want to access these radio buttons using Javascript. However when the
page renders, the application wraps the <input> tags inside a <span>
tag with the same name.
This makes the buttons difficult (if not impossible?) to access... more >>
Populating a treeview contol from an xml file
Posted by Jason Shohet at 7/21/2003 11:11:33 AM
Hi,
I'm trying to populate a treeview with an xml file. I have an xsl file
associated with the xml file but the control asks for an TreeNodXsltSrc can
anyone please tell me how to generate an XSLT file from an Xml file.
Thanks for your help
... more >>
Design time postion of custom control??
Posted by Harry Simpson at 7/21/2003 10:40:24 AM
Simple question for you veterans...
My test page has two controls and they are laid out in VS2003 designer as
follows:
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<cc2:Multiplier id="Multiplier1" style="Z-INDEX: 101; LEFT: 96px;
POSITION: absolute... more >>
Problem with Hyperlink.NavigateURL="../../" in WebControls
Posted by Christoph Schuster at 7/21/2003 7:14:19 AM
Hi !
I use cookieless sessions and have a aspx, which
dynamically includes some ascx.
These ascx resist in several subfolders. When i create a
Hyperlink-Object in these ascx, and give these Hyperlink
a navigateURL with e.G. "../../index.aspx?...",
everythink workes fine, but when i change ... more >>
Disabling some of the days in a Calender
Posted by Sudhir Pai at 7/21/2003 3:36:57 AM
Hi,
I have a requirement in the Calender control, that the
user should be able select only dates bewteen TODAY and
NEXT_TWO_WEEKS. All the other remaining days should be
disabled.
How can I customise the Calender Control in order to
achieve this?
Are there any custom controls avalia... more >>
Pop-up control
Posted by Paul Aspinall at 7/18/2003 4:02:08 PM
Hi
I want to create a control that I can have 'pop-up' on a page, and the user
can select from. A similar principle to the Calendar control.
Does anyone have any samples of how to do this??
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Re: Design time "move" and "resize"
Posted by Rob Mayo at 7/18/2003 3:29:45 PM
I saw the following post on dotnet24x7.com. Usually Victor Garcia Aprea =
has been pretty helpful.=20
I have a similar issue. I WANT to derive from control, not webcontrol =
because I don't want all those other properties, only mine. I'm just =
seeking a little clarification and perhaps a code s... more >>
Calendar Control custom navigation problems
Posted by Giancarlo Persico at 7/18/2003 12:47:48 PM
I have a simple calendar control with a dropdownlist underneath which allows
the user to select the year they wish the calendar to display. The
dropdownlist has AutoPostBack set to true and works fine EXCEPT for after
you navigate the calendar using next/previous - the dropdownlist then no
longe... more >>
Accessing data from a textbox in a ChildControl
Posted by Martin Pichler at 7/18/2003 12:24:26 AM
Hi!
I have a placeholder to which i add a Table with 2 columns. In one of the
columns are textboxes with an unique ID (box1, box2, .... boxN). the user is
supposed to enter values into these textboxes and then klick submit (button
is static). on the click event i want ro read out the values of... more >>
Regular expression
Posted by Jenet at 7/17/2003 4:17:17 PM
I need a RegularExpression to allow 12, 12.4, but not $12, and 12. .
I wonder why \d*(.\d{1})? allows $2 or &5. Is there anybody why can help
me out?
Thanks.
... more >>
Treeview- programatically select a Node
Posted by Liliana GarcĂa at 7/17/2003 3:52:07 PM
Hi:
How could I select programatically a specific Node in a Treeview?
Thanks,
Liliana
... more >>
Controls within a datalist
Posted by Carl Howarth at 7/17/2003 2:54:33 PM
Hi,
I have a check box list within a datalist. Can anybody tell me how I go
about accessing the onclick event of these checkbox lists? (using vb.net)
Many thanks, Carl Howarth
carl.howarth@m-s-solutions.co.uk
... more >>
xml file write fail???
Posted by haiwen at 7/17/2003 2:26:26 PM
Hello, everyone:
another strange problem, could anyone help me.
it seems dataset's WriteXml(file) just works well when
this dataset only has one table.
for example:
with kc.xml file:
<?xml version="1.0" standalone="yes"?>
<test>
<question>
<questionID>1</questionID>
... more >>
Could I build TreeView out of VS.NET webforms?
Posted by merlinlord NO[at]SPAM yahoo.com at 7/17/2003 10:08:22 AM
Hi,
Before I am allowed to start the process of downloading and installing
IE Web Controls, I need to demonstrate to folks that I cannot build a
TreeView web control out of what I currently have available to me in
VS.NET's Web Forms. Or at least that it wouldn't make sense to take
the time w... more >>
TreeView permission problem;Where do I need to have access??
Posted by Manfred Braun at 7/17/2003 8:58:50 AM
Hi All,
my treeview worked perfectly until I disabled anonymous access. After that,
I get:
[XmlException: There is invalid data at the root level. Line 1, position 1.]
But this is surely a permission problem and I do not know at which places I
have to look for. All other ASPX pages are wo... more >>
DataGrid - column properties
Posted by Paul Aspinall at 7/16/2003 9:27:44 PM
Hi
Is it possible to set the Column properties in a DataGrid, to allow left or
right justification etc., without having to create a Template Column??
Thanks
... more >>
Web forms don't work
Posted by rahim at 7/16/2003 8:24:33 PM
I created a new "hello world" application in asp.net
using a button and a textbox that I drug from the web
form. Very simple! I added the code to write a message to
the textbox if button is clicked. When I build the appl
and click view in browser, nothing shows in the browser.
Is there a pr... more >>
CreateChildControls Event before Click Event
Posted by mark NO[at]SPAM corporatedigital.com at 7/16/2003 8:19:54 PM
Issue:
I want to create a control that will accept a click event and then in
response completely change it's look and feel. This could potentially
mean a new completely new set of child controls than what the control
had previously.
Problem:
The problem is that the click event holds the key... more >>
accessing session and viewstate from custom web controls
Posted by Agustin Sanchez at 7/16/2003 11:02:43 AM
I know it is possible to use Session and Viewstate objects from a Web User
Control, as it's almost the same as a standard aspx page. I'd like to know
if the same functionality is available from Custom Web Controls.
Thanks in advance.
Agustin Sanchez
... more >>
confirm method in javascript
Posted by Jenet at 7/16/2003 10:09:04 AM
Is there a way to set the default option to 'Cancel' rather than 'Ok' in
Javascript confirm method?
cmdDelete.Attributes.Add("onClick", "javascript:return confirm('Are You Sure
You Wish To Delete This Item ?');")
Thanks.
... more >>
How to bind data to a listbox in a custom server control
Posted by franciscoalvarado NO[at]SPAM yahoo.com at 7/16/2003 8:58:12 AM
I am building a custom server control that will have 1 label, 1 text
box and 1 listbox. How can I add the functionality to bind data to
listbox?
I am not looking for anything fancy. I just want to bind some data
from the code behind just like you do with a regular listbox control.
Ex.
ListBo... more >>
Select a value in dropdown list
Posted by jtraversini NO[at]SPAM hotmail.com at 7/16/2003 2:36:23 AM
Hi,
I have a problem to select an item of radio buttonlist for another
usercontrol, in this case "uc6".
How can I can the ID of item 4 passed to the other usercontrol ?
============================================= code ===========
<asp:radiobuttonlist id="RadioButtonList1" EnableViewS... more >>
Grid Control
Posted by Reetu at 7/15/2003 4:44:47 PM
Hi,
I want to convert the following HTML code to C#.Net code
to add this column dynamically to datagrid. How do I do it?
<asp:TemplateColumn HeaderText="Name" HeaderStyle-
Width="200px">
<ItemTemplate>
<%# GetProcInstName(Container.DataItem) %>
</ItemTemplate>
</asp:TemplateColumn>
... more >>
I am probably an idiot
Posted by Remco Bosman at 7/15/2003 4:20:15 PM
Hello all,
I'm probably the only idiot on earth thinking that people supply me with
source code with the purpose that I can edit, extend and compile the
software.
Is there somebody pout there with enough brtain capacity to explain me why
Microsoft lets us download the source code to the web... more >>
Help Needed
Posted by Ramu Ravi at 7/15/2003 3:31:51 PM
Dear All,
I am facing another problem. I am trying to validate hours. In my case, i
want the hours to be represented in 12hour format. What i mean is the
single digit hours should be preceeded with 0.(01,02,03...).
I am using the following expression in a function to validate for
number... more >>
progress bar
Posted by belgie at 7/15/2003 10:34:19 AM
How can I include a progress bar on a web form?
Thanks!
... more >>
CheckBoxList items attributes : apply CssStyle
Posted by oudoulj NO[at]SPAM yahoo.com at 7/15/2003 10:12:59 AM
Hello,
I populate dynamically a CheckBoxList then try to apply a specific
font/size/color to the items of that CheckBoxList.
My code compiles but it seems I cannot reach the items...
(following pieces of code in C#)
********************************************************
//I populate my... more >>
Regarding Label
Posted by J P Deka at 7/15/2003 9:57:01 AM
How to align text in center of a ASP.NEt label.
i have given the width of label is 100% now i want the text to be placed in
center.
for Label the ASp.NEt compiler genrates HTMl tag <SPAN>
is there any property by which text can be placed in center .
----
Jyoti Prakash Deka
NIIT Ltd.
India... more >>
Problem in LinkButton
Posted by Abhijit at 7/15/2003 7:19:29 AM
On a aspx page I am having one button that causes
validation(Save button) , other button that dont causes
validation (Cancel button) and a link button that
causesvalidation. The click of cancel button shows
different behaviours if the page is not valid.
Case 1. (no problem case)
... more >>
|