| Thread | Last Post | Replies |
|
| Treeview Control Expand Collapse | 31 Jan 2005 23:41 GMT | 2 |
I want to know if a Treeview can be expanded and collapsed without refreshing the page. I have a scenario where i have a lot of categories and subcategories in the Treeview, since the list becomes very long, i would like the Treeview to collapse the remaining nodes when a ...
|
| How I can avoid an useless post back? | 31 Jan 2005 16:17 GMT | 1 |
I have a webform with some TextBoxes and some LinkButtons. On some TextBoxes I set the Autopostback property to True, so I can get a postback by changing the content of those TextBoxes or by clicking on a LinkButton. Sometime It happens that the user makes a change in a ...
|
| Auto lookup in a dropdown | 31 Jan 2005 12:41 GMT | 2 |
I have a dropdown on a webform which lists employee names. When the user sets focus on this combo and enters a letter such as "M" then the displayed values jump to the entries which start with M. If the users then hit "A" the list
|
| NavigateURL correct syntax, please, for a Hyperlink stored in a repeater. | 30 Jan 2005 09:59 GMT | 1 |
I have the following problem - I need to show some binary files stored in a db. I use a repeater, with the following HTML: ------------------------------------------------------------------------------------------------------------------
|
| MSDN Code Broken for VB.NET | 30 Jan 2005 07:03 GMT | 1 |
I have been working all day to try and make the following VB.NET Code work at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp conbubblingcommandevent.asp If I put a break on the onitemchange Event it never fires. However if I use
|
| Activex web control reading local files | 30 Jan 2005 00:40 GMT | 1 |
I'm not sure you can help, but I am just getting into creating web activex controls. I noticed that Hotmail offers a very nice Photo upload control that allows people to within the page select multiple photos to upload and do much more. How were they able to read from the local ...
|
| bound HyperLinkColumn produces 3 columns | 30 Jan 2005 00:22 GMT | 1 |
why is it that the following DataGrid produces 3 columns ? i expected only 1 column ! <asp:DataGrid ID="dg1" Runat="server"> <Columns>
|
| Get POST information from <form>......</form> | 29 Jan 2005 08:58 GMT | 1 |
Recently I am assigned to get the POST information from the html <form>..</form> tags. The html looks like this : <FORM action="Get.aspx" method="post"> <Input Name="TestField" value="TestValue" Date="TestDate">
|
| Custom Content. | 28 Jan 2005 16:24 GMT | 2 |
I was wondering if there was an easy way to go about making something like the asp:DropDownList. The asp:DropDownlist has a schema that accepts an <asp:ListItem. I would appreciate some pointers or resources that show what I would need to
|
| Regular Expression for Email Validation | 28 Jan 2005 09:31 GMT | 9 |
I use the following Regular Expression to check the format of the text in a textbox when requesting an email: ValidationExpression="^[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$" It works great, but I just discovered a bug if someone ...
|
| DataGrid Question | 27 Jan 2005 21:46 GMT | 1 |
Is it possible and if so, examples please, to replace the (Select, Edit, Delete) button with an image? Thanks BrianDH
|
| Nested Repeater Event Handling | 27 Jan 2005 21:41 GMT | 4 |
(I apologize for repeatedly posting this --- I am having a little trouble getting my MSDN Universal Managed Newsgroup ID set-up. Hopefully, this one will result in a response. I have 1 repeater nested inside another. It looks something like this <asp:Repeater id="RepeaterOuter" ...
|
| Editable dropdown list | 27 Jan 2005 13:46 GMT | 2 |
I need to show list of items on the webpage. The user should also be able to edit the content of the list just like a textbox. The user should also be able to add new content to the list. I tried dropdownlist but its contents can not be changed. Is there any ...
|
| dynamically load usercontrols??? | 27 Jan 2005 10:46 GMT | 2 |
hi can anyone piont me to a good article on dynamically loading user control in a webform. or if you have any experiences on it, please share some inside. thanks Kevin
|
| CustomValidator does not accept RegisterStartupScript | 27 Jan 2005 03:41 GMT | 2 |
I am using CustomValidator and want to keep the client-side function in a .js file. I was unable to make this work with Page's RegisterStartupScript -- it produces 'jscript runtime error object expected'. If I manually insert the function in the html form, the control works fine.
|