| Thread | Last Post | Replies |
|
| Pager control | 08 Aug 2005 09:14 GMT | 2 |
hi, how to use pager control in Asp.net Beta 2 framework 2.0.50215. Can any one suggest / send website address
|
| can use groups in checkboxlist? | 08 Aug 2005 04:06 GMT | 3 |
Is it possible to show grouping? Can i override onitemdatabind and programatically add <tr><td> when i run into row that is the start of a new group so that i can separate visually into 2 groups?
|
| manually run a custom validator on the client | 07 Aug 2005 18:21 GMT | 1 |
Hello. I have a custom validator which I run some javascript on the client. In the javascript function, I would like to also run a custom validator from another text field. Is this possible? Thanks!
|
| :o( .... Can't make a simple composite control work | 07 Aug 2005 18:13 GMT | 1 |
I'm playing around with creating composite controls. I want to create a composite web control, that will create 10 textboxes and be able to return all their text values. Here's my code so far...
|
| DetailsView Deselect | 07 Aug 2005 01:31 GMT | 1 |
The only time I want to see the DetailsView is right after a record is selected from the GridView but it hangs around with each consecutive postback irregardless of the event. How does one make it disappear without setting Visibility to false in every other event?
|
| Help Please | 05 Aug 2005 16:22 GMT | 2 |
Can anyone convert this code into VB for me please my project isn't compling the one below because im using VB. "Steve C. Orr [MVP, MCSD]" wrote:
> You can resize the image using the GetThumbnailImage method. |
| ListBox problem | 05 Aug 2005 00:12 GMT | 2 |
On my ASP.net page, I have a web control list box. In Page_Load method, I created a ListItem and added it to the list box. Here is the code: oItem=new ListItem(strAsset); oItem.Attributes.Add("Area","my area");
|
| Use the same custom validator for 2 text boxes | 04 Aug 2005 20:41 GMT | 1 |
Hello. How would I use the same custom validator to validate 2 or more textboxes? I don't to make 2 separate validators which calls the same javascript function. Rather, group both textboxes to use the same validator. Make sense?
|
| FileUpload Control & Image Control | 04 Aug 2005 20:04 GMT | 2 |
I would like to know if there is an eventhandler that i can use in order to get an image in the image control from the file upload without having use a button or is there a way i can get a thumbnail from the fileupload control? Please help got a deadline and my boss is checking up ...
|
| Treeview control | 04 Aug 2005 13:03 GMT | 6 |
I have a treeview control that is working just fine in my ASP.NET app. I am using the control as a menu for an intranet site for our company. The problem is that when the user clicks on an item in the tree (say something 2 or 3 levels down), the control will reset (because it is ...
|
| IE WbControls not working with WebMatrix | 04 Aug 2005 12:42 GMT | 2 |
I am unable to use the IE WebControls with WebMatrix although I download and Install it. Do anyone please help me. Arnab BAnerjee
|
| Menu | 04 Aug 2005 12:34 GMT | 2 |
How do I create a simple Menu with submenu in ASP.NET. Also which control should i use ? Thanks in Advance.
|
| with out using cpu id | 04 Aug 2005 09:59 GMT | 1 |
to get the cpu id i'm using the system.management class. is it possible to get the cpuid with out using system.management ? if poosible can anybody tell me how to get. thanx in advance
|
| CheckBoxList | 04 Aug 2005 03:03 GMT | 3 |
I have a webform with a checkboxlist control on it. This control is used to indicate which 'child' objects are related to a 'parent' object. I assign by ticking and un-assign by unticking and then save the changes back to my database. This is all working well but I now want to add ...
|
| Web Control Schema | 03 Aug 2005 18:29 GMT | 1 |
I am trying to create an XML schema file for my web control (the schema for the HTML and Intellisense). So, I have a DataGridControl that derives from DataGrid. I added 1 property named "Boo" (just for kicks). The control works fine and dandy. Now, I create an xsd file named
|