| Thread | Last Post | Replies |
|
| Menu Webcontrol | 28 Sep 2004 17:33 GMT | 1 |
What is the best FREE menu webcontrol for ASP.net??? Thanks in advance, Fabio
|
| anyway to improve treeview rendering speed | 28 Sep 2004 11:05 GMT | 5 |
I am using the treeview control for the web application I am writing. I have found it be very slow dealing with a moderately sized nodes collection (about 40 nodes) rendering to a browser. The total size of the entire page is only 50K, and with a 512 Kbps link, the
|
| User Control not loading properly | 28 Sep 2004 09:33 GMT | 1 |
I am trying to achieve the following: Loading user control dynamically and place the rendered HTML to screen. My Scenario: I am loading the control using the following within the
|
| WebCustomControl and session | 28 Sep 2004 09:21 GMT | 5 |
I would like to know if this is possible to gain access to session in WebCustomControl. Cause I need to pass some data and persist it. I know that it is possible to have acces to QueryString but this is not enought. BTW: How do You handle such sitiuation where control have a lot of
|
| Passing Event Arguments | 28 Sep 2004 07:11 GMT | 2 |
Problem: Unable to pass an argument to a Sub Routine, Using an <asp:button> within the templates of a DataList to execute the sub and pass an argument to. The datalist is filled to display a list of movies, i want the button
|
| Setting Javascript as an argument to new eventhander? | 28 Sep 2004 01:24 GMT | 1 |
I have a combobox on an asp.net page. I would like to enable or disable other controls on this page dependent upon what is selected in the combobox. My combobox is created dynamically on page_load. I would like to set
|
| OnTextChanged | 28 Sep 2004 01:14 GMT | 3 |
I want to catch the contents of textbox while the user is entering the message in order to send it to the server for SQL select. I mean if the user entered "m" I want to be able to go to server and fill all the words like '%m%', then the user enters "o", it makes "mo" and i want ...
|
| Control Layout of Panel programmatically | 28 Sep 2004 01:08 GMT | 1 |
Hey all, last question on this subject - I hope. I'm programmatically adding a Panel to a webpage and also programmatically I'm adding controls to that Panel. How do I control the layout of those controls that I put into the Panel?
|
| ImageButton control fails to capture click event when alternate text is displayed | 28 Sep 2004 01:02 GMT | 3 |
I recently stumbled upon a bug in the ASP.NET framework handling of ImageButton based postbacks. The issues derives from the fact that IE and Mozilla [don't know about Opera, Safari, etc] handle the case of a missing [or blocked] image file differently. In both cases, the ...
|
| DropDownList forgets SelectedIndex | 28 Sep 2004 00:56 GMT | 1 |
I have a DropDownList which is databound on first page load to a dataview, and which has its AutoPostback set to true (yes, this is necessary). For each item in the list, the text is either a department name or an alias
|
| ASP.NET Button with Javascript | 27 Sep 2004 10:32 GMT | 2 |
Can I use "window.open('mypage.aspx')" in the onclick method of an asp.net button, or do I have to use input and place form tags around it? Thanks.
|
| arranging Images in a web Form | 26 Sep 2004 12:41 GMT | 1 |
I want to create Ten Instances of images and arrange them in a single horizantal line with different color. Can any one help what control to use and how? Japhet.
|
| Using the Repeater | 24 Sep 2004 17:10 GMT | 2 |
Does anyone have a good suggestion/tutorial on how to access items contained in a repeater in the onItemBound event? I'm trying to dynamically generate a URL based on a selected item and and finding that I cannot just cast e.item.dataitem to a DataRowView
|
| Problem of displaying controls: Please help | 24 Sep 2004 13:37 GMT | 3 |
I faced problem on running the server controls. I did two controls: TextBox and Calendar in the page but nothing appears while I start this page on IE. There is no error message. Only text will be displayed on the IE. I presumed this problem is relative to the IIS or the framwork: ...
|
| RE: Message displaying | 24 Sep 2004 11:30 GMT | 3 |
How can I display moving message in my page incase the user has failed to login?
|