| Thread | Last Post | Replies |
|
| Putting user controls inside a templated DataList (ASP 2.0) | 01 Nov 2004 00:15 GMT | 3 |
I have a few user controls that I want to move into the <HeaderTemplate> of my DataList. It seems they aren't retaining they're state though. (I have view state enabled) Is this a data binding problem? Is there a trick to using user
|
| J.W. see it | 31 Oct 2004 06:35 GMT | 1 |
how can i populate asp.net dropdownlist server control on client side using javascript with values 0,1,2,.up to 29 .............. plz show me urs code with urs reply.............. also if i make any chages to values at cleint side then it should chage
|
| plz see this problem(dropdownlist and javascript) | 30 Oct 2004 06:18 GMT | 3 |
i want to populate asp:dropdownlist control using javascript at page load time how can i do this . i m unable to access the asp:dropdownlist using javascript . i want to populate the dropdown with integre valuers(0,1,2,3.........up to
|
| simple question(ddlist and javascript) | 30 Oct 2004 06:13 GMT | 1 |
how i can fill multiple values in dropdownlist websercontrol using javascript at client side at page load time . i want to fil values from 0,1,2,...29 in it but when i use FOR LOOP then error comes otu that object expected .
|
| Paging DataList | 29 Oct 2004 22:48 GMT | 2 |
Hey folks, where can I find a sample code to implement paging on datalist? I am using access... The framework 2.0 has this feature, but I am using 1.1... How can I do that? Is there some DataList WebControl with this feature in the
|
| If statements in asp repeater | 29 Oct 2004 16:12 GMT | 3 |
To begin with, I should say that I am a beginner in the .Net world.. I am using asp:repeater in a aspx.page like this: <asp:Repeater id="rptMyLabBooks" runat="server"> <ItemTemplate>
|
| "Send to Back", like in VB6. | 28 Oct 2004 22:53 GMT | 2 |
On my web form, I would like to have two panels in the same place on the form (one will always be visible while the other is invisible), and in order to be able to conveniently modify these controls in Visual Studio .NET, I was hoping that
|
| Accessing HTMLControls created dynamically using Javascript during PostBack | 28 Oct 2004 18:04 GMT | 1 |
I have a page form where form elements are created dynamically using Javascript instead of programatically at the code-behind level. I have problems accessing the dynamically-created elements and would like to seek a solution for this.
|
| Newbie: Trouble accessing all nodes in a tree view | 28 Oct 2004 16:55 GMT | 2 |
I have a tree view in an ASP.NET application and I am having trouble accessing all the nodes in the list. My tree has a single root node named Clients. The root node contains multipule nodes each one representing a different client. Each client node has several child nodes for ...
|
| Anchor property in web apps | 28 Oct 2004 16:40 GMT | 3 |
I dont have .NET with me at the moment so I cannot check this myself.. I know that when working on a windows application, there is a feature that allows the control to be anchored.
|
| Multiline Textbox | 28 Oct 2004 11:58 GMT | 3 |
I have a Web User Control which contains amoung other things a multiline textbox. We have found that long strings of data are being entered without word breaks. The lack of breaks prevents the data from wrapping but rather causes the control to expand horizontally. Is there ...
|
| Treeview error | 28 Oct 2004 04:43 GMT | 1 |
I need to populate the treeview dynamically from the the tables specie,serie and product. I am not able to get rid of the following error " System.ArgumentException: These columns don't currently have unique values."
|
| DropDownList Control & Javascript | 27 Oct 2004 21:39 GMT | 2 |
Newbie question: I have a dropdownlist user control and a radiobutton user control on my WebForm. I want to simply check the radiobutton when the dropdownlist is changed.
|
| Compare Validator | 27 Oct 2004 21:07 GMT | 1 |
Is it possible to use the <asp:CompareValidator> to compare two textboxes containing time values (hh:mm) where one time must always be greater than the other? I have tried using the type of date but this does not appear to work.
|
| Help - managing visibility of controls | 27 Oct 2004 19:39 GMT | 5 |
I have a question about the best way of managing how data is displayed on the screen. Since ASP.NET allows forms to 'submit' only to themselves, how does one go about managing which controls and text are displayed, based on which action the user chooses. Say that I want every ...
|