| Thread | Last Post | Replies |
|
| DropDownList problem | 30 Sep 2004 19:59 GMT | 2 |
I use a DropDownList for presenting information from DataBase. Here it is the code: private void Page_Load(object sender, System.EventArgs e) {
|
| Help Assigning Label color from the table. | 30 Sep 2004 19:55 GMT | 1 |
Plz Help me how to assign label color from the datareader I tried this it failled. Any Idea Please. Japhet. myLabel1.BackColor = "Color." & dr.Item("color_code")
|
| Prevent controls from inheirting ID of parent | 30 Sep 2004 14:25 GMT | 4 |
I am building a grid which I am adding my own templated columns to. One of the columns has a checkbox and I am assiging the checkbox an ID based on the row of the griid. When the grid gets built, the checkbox ID is changed so that it is a combination of the parent control IDs ...
|
| Imagebutton and filesystem | 30 Sep 2004 10:03 GMT | 1 |
I have two imagebuttons in my asp.net (I'm using vb.net) application. I need one of them to open a folder and one to open a file within the aforementioned folder. I am not sure which class exposes the filesystem. I do not want a "File Open" dialog box, I need the actual folder ...
|
| Datalist with more than one column | 30 Sep 2004 09:51 GMT | 1 |
Hi all, I'm having this challenge: I have a datalist, which I display in more than one column (RepeatColumns="3") and RepeatDirection is horizontal. At the same time I
|
| Dropdown list control problem | 30 Sep 2004 09:47 GMT | 1 |
I have a dropdown list and I am linking it to a database table called "Product". The fields in the database are ProductID (PK), price, and description. I am assigning the description field from the DB to the text field (what
|
| How to include java scripts in ASP.NET? | 30 Sep 2004 09:41 GMT | 1 |
Please can any one help me how to include java scripts on ASP.NET. Japhet.
|
| Web List Editor library | 30 Sep 2004 01:31 GMT | 1 |
Does sombody know any control/library for manipulation with list (collection) on web page? Tnis component must to have such features: 1. Subscription for new items 2. RSS Feeds
|
| Iterating through Controls Question | 29 Sep 2004 19:37 GMT | 3 |
Hey all, I am still getting the hang of .Net so I'm posting this question looking for someone to maybe explain the following process to me so I can better understand just what is going on here.
|
| Naming Container | 29 Sep 2004 10:26 GMT | 1 |
Is there anyway to turn off the default behavious when adding dynamic controls to a form. Ie I would like to call the give the control a name and be able to access it from the
|
| How Do I Print Table Cell Colours? | 29 Sep 2004 10:16 GMT | 3 |
I have a website with a page containing tables and coloured in cells: If I want to print preview this page, assuming default settings in browser, when I print the page on a color printer, all the colours disappear. Any idea?
|
| Save development time using TierDeveloper | 29 Sep 2004 00:50 GMT | 1 |
Map, generate, and maintain 50% of your .NET application code, namely your business and data objects. Use these objects in ASP.NET, Windows Forms, console or services applications. Business and Data Objects Framework
|
| ANN: New Barcode Library from ComponentScience! | 28 Sep 2004 22:18 GMT | 2 |
Announcement: ComponentScience is proud to release Barracuda 1.0; our newest .NET component library for Winforms, ASP.NET and the compact framework! Use Barracuda to generate Linear, Postal, or 2-dimensional barcodes in your
|
| Inherited listbox won't validate. | 28 Sep 2004 20:27 GMT | 1 |
I have a question, maybe someone can help. I have some code for a Linked ListBox that won't validated clientside with the .NET Validators. Are there any special things that need to be done when you inherit a listbox in a web custom control to get it
|
| Script inside the header tags | 28 Sep 2004 19:21 GMT | 2 |
I am writing a control that derives from the label control. My control needs to render some Javascript inside the header tags, but all I get till now is an script inside the form tags. Can anyone shows me how to insert Javascript inside the header tags from a custom control?
|