all groups > asp.net webcontrols > april 2004 > threads for april 29 - 30, 2004
Filter by week: 1 2 3 4 5
Datalist problem
Posted by alirýza tosun at 4/30/2004 5:05:41 PM
hi,
i use a datalist object in my page .aspx...
it is bound with data.
But when i wanted to use a button i failed.
i searched and found that for trigger a button object i should use an event
named ItemComand.
i use that event and i initialise its delegate for datalist. but while
program... more >>
Creating webcontrols on the fly
Posted by Fabiano at 4/30/2004 3:05:22 PM
Please,
I need to create an webpage that when user clicks on ADD button it's create
a new line with dropdownlist, textboxes and on.
with ASP and HTML i use DHTML to create another controls. Now with ASP.NET
and C# how can i do this. May i use DHTML or can i do this on my codebehind?
Tks in ... more >>
Clientside validation with .NET Validator classes and Opera
Posted by Roger Kjærnsrød at 4/30/2004 1:47:33 PM
Will ASP.NET Validator classes (e.g. CompareValidator) support clientside
validation for non IE (Opera and Netscape) browsers in the next version?
Regards,
Roger Kjærnsrød
... more >>
Button click event handler in the custom control - not working
Posted by Divya at 4/30/2004 1:46:05 PM
Hello
This is my 1st project where I have to create a Webcontrol. I have created a simple custom control with a button and 2 labels added to a panel. My problem is that the event handler that I have assigned to the button [private void btnSubmit_Click()], is not getting invoked. Could anyone pleas... more >>
WebControls, IE and Windows Forms
Posted by JamesBrady at 4/30/2004 1:01:05 PM
I really need your help
In VB6, it was possible to create a dll that could be added to a web page (.asp) then called remotely from a browser (IE). In VB6, it was possible to use Forms (now called Windows Forms) that would open in the browser, and act just like an application running as a local .e... more >>
Resell Domain Names
Posted by Resell Domain Names at 4/30/2004 11:26:51 AM
If you provide internet related services to your clients, why wouldn't you
profit from domain name services as well? www.providenames.com is the #1
provider of eNom reseller accounts. Right now we are offering our $8.95
eNom reseller accounts at absolutely no cost. Sure, you can get them
dire... more >>
Set a text box value to DataView
Posted by Steve Bishop at 4/30/2004 8:21:31 AM
I can't believe how hard this has been! I'm sure it's just a matter of
finding the right syntax for C#, but
I can't bind a text box right now.
In testing, I'm just trying one text box for now (TextBox3). Help
appreciated C#. Thanks.
Compiler Error Message: CS0029: Cannot implicitly convert ... more >>
best way to create an 8 column-wide report
Posted by Brian at 4/29/2004 2:34:19 PM
Mobile devices are definately not suited to displaying wide pages. However,
I am required to create an 8-column wide report. What is the best way of
doing this given that one field uses CheckBoxes bound to a dataset.
Brian
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Somebody could help how to create a TreeView ?
Posted by Billy Ziggurats at 4/29/2004 12:44:56 PM
A need to make something like that, and i have few time...
If somebody have a example and instructions, I will be glad.
... more >>
DropDown List: how do i use the selecteditemschanged
Posted by Michael Persaud at 4/29/2004 11:35:16 AM
Hi
I am trying to have a drop down list that will list some items from one =
table then when a user selects an item from that drop down list it =
should load another dropdownlist that will have matching subcategories. =
Then when a user selects the subcateagory it again queries the database.
... more >>
Losing Absolute Positioning After Postback
Posted by Sammy Snyders at 4/29/2004 9:17:39 AM
Hello,
I'm working with an Infragistics WebGrid and can't figure out the
solution to this problem. After a postback, the TOP and LEFT styles are not
rendered in the HTML. So the control moves to the upper-left corner. I've
checked the code, and the proper Style Property does exist through... more >>
text on asp:button
Posted by cousto_noreply NO[at]SPAM hotmail.com at 4/29/2004 9:05:49 AM
Hello all,
is there a way to have an asp:button with the text on 2 row
like this marvelous drawing:
|--------|
|Click on|
| me plz |
|--------|
If not, is there a way to put(with his color set to transparent) it
over a asp:tablecell that has text like "Click on me plz" on 2 row.
t... more >>
|