| Thread | Last Post | Replies |
|
| Somebody could help how to create a TreeView ? | 01 May 2004 00:30 GMT | 1 |
A need to make something like that, and i have few time... If somebody have a example and instructions, I will be glad.
|
| Set a text box value to DataView | 01 May 2004 00:25 GMT | 1 |
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
|
| Resell Domain Names | 30 Apr 2004 18:16 GMT | 1 |
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 ...
|
| Losing Absolute Positioning After Postback | 30 Apr 2004 15:06 GMT | 3 |
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 ...
|
| DropDown List: how do i use the selecteditemschanged | 30 Apr 2004 10:57 GMT | 1 |
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 ...
|
| Mater-Detail | 30 Apr 2004 08:59 GMT | 3 |
Please, i need to create a web page that show data from an ORDER table. But when the user browses over the records, dropdownlist, radiobuttons and others bounded controls must refresh they data, such as Credit Card, Supplyer, and on.
|
| CollectionBase | 30 Apr 2004 02:15 GMT | 4 |
Hello group, I have a class that inherits from CollectionBase. I have a public property of that class and I want it to be serialized using [PersistenceMode(PersistenceMode.InnerProperty)].
|
| Client-Side and Server-Side Control | 29 Apr 2004 13:44 GMT | 4 |
I need to access a control that's used client-side and server side. Is this possible? For example, I have an input box on a form that's manipulated using javascript. When the form is submitted, I need the code behind the page to be able to access that input box, but I can't ...
|
| Textbox controls | 29 Apr 2004 02:45 GMT | 2 |
Does ASP.NET provide the ability to apply edit masks to textbox controls? If so, how? Mervin Williams
|
| Disabled Panel control loses viewstate | 28 Apr 2004 20:00 GMT | 4 |
I have a Panel control containing a few TextBox controls. The Panel is originally enabled, I enter data into the TextBox controls. When I submit, the Panel is disabled during the PostBack and the TextBox controls render greyed-out, and I can see the values in the TextBox controls. ...
|
| WebControl HTML Rendering | 28 Apr 2004 17:26 GMT | 1 |
Is there a way to retrieve the HTML of a WebControl (ie DataList) after it has been rendered Let's say the DataList renders the below HTML after it's been databinded <table id="DataList1" cellspacing="0" border="0" ><tr><td><table border="0" cellspacing="0" width="100%" ...
|
| tablecell with onclick in .net?? | 28 Apr 2004 15:37 GMT | 2 |
In HTML 4, I used to do this: <table> <tr><td onclick="myFunction">Click here</td></tr> </table>
|
| Newbie:Extending an Image Button | 28 Apr 2004 15:29 GMT | 3 |
I'm trying to extend the image button webcontrol to allow it to have an on/off status rendering a different image for each state. Problem is when i drag it into the design view it just says error creating control.
|
| MySQL and ASP.NET question | 28 Apr 2004 13:29 GMT | 1 |
Hello; I have a mysql database with a table column 'OrderUntil'. I declared this column type: Time. I get the value in my HTML code by using:
|
| Search inside PDF and CHM files | 28 Apr 2004 10:30 GMT | 3 |
I have a folder with a lot of PDF and CHM files. I would like to develope an ASP.net application that enables the user to search inside the content of those files. How do I search inside those type of files ?
|