| Thread | Last Post | Replies |
|
| Use of the enter button | 28 Nov 2007 12:43 GMT | 2 |
I want that when users type in textboxA enter it will automatically clicks on buttonA and when they click on enter in TextBoxB then it click on ButtonB How can that be done? Thank you,
|
| ASPX Page Properties do not show | 28 Nov 2007 12:31 GMT | 1 |
I'm sure I am missing something simple here, but if I click on an aspx page in the VS 2005 designer, the only property I see in the Properties panel are the file name and path. Why can't I see other properties like StylesheetTheme, Theme, what have you?
|
| Email using ASP.net | 28 Nov 2007 12:27 GMT | 5 |
I have created an ASP.net application(.net framework v1.1) in which I am using System.web.mail namespace for sending the emails. If the email ID is wrong or if the destination mail box is full then ASP.net is not throwing any error.My application is still executing .
|
| gridview .databind error | 28 Nov 2007 09:31 GMT | 2 |
I have a datagrid that gets its data from a table who's columns are dynamically created. It loads perfectly the first time but I have a dropdown list that is populated with names of months and the idea is to have them click a
|
| Newline with HTMLEncode in Div and Label | 28 Nov 2007 08:51 GMT | 6 |
I have a table column that has multiple lines (\r\n) and html tags in it. I want to display it in a div and label that html tags can be seen and newlines should work. If i use div.innerHTML newlines are lost and html tags doesn't show.
|
| RadioButtonList does not allow you to select a ListItem other than the first one that has a specified value | 28 Nov 2007 02:07 GMT | 1 |
I have a RadioButtonList with more than one ListItem that has a certain Value. If I select a ListItem with that Value, the one that is selected is the first ListItem with that Value. For example, if I had the following ListItems:
|
| Enabling Radiobuttonlist in Javascript | 28 Nov 2007 01:47 GMT | 4 |
I am trying to enable the radiobuttonlist which is initally disabled via javascript and could not get it to work. But if the radiobuttonlist is not disabled initially then the javascript will work. Is this a feature by design? What is the best way around this issue? Thanks.
|
| Best way to handle dates in a gridview? | 27 Nov 2007 22:31 GMT | 4 |
I've got a gridviw that has fields that relate to datefields, actually I only care about the time in these fields. I display them as drop-down lists so user can change the date when in edit mode. My problem is that sometimes, the user does not have to fill in a time. In this case ...
|
| Urgent: VS2008 web deployment project available? | 27 Nov 2007 21:54 GMT | 7 |
I used to use the Web Deployment Project with my VS2005 projects. Now I've fully upgraded to VS2008. Do I have to download a new version of the Web Deployment Project? If so where can I find it? If not, how do I have to change my deployment strategy?
|
| DetailViewHoldPagePostion | 27 Nov 2007 20:53 GMT | 1 |
I have a detailview with a link, the user clicks to open another web page from. When the user closes web page 2 and I redirect back to the first page, the detailview resets the page index to the first record. I would like to have the detailview page index stay where it was, ...
|
| UpdatePanel and Dropdown List | 27 Nov 2007 19:18 GMT | 1 |
I have an UpdatePanel with a dropdown list that I can't seem to get to update. It has a hidden button which I click from javascript added to the page when another update panel is updated. Triggers didn't work for this that is why I'm using the script.
|
| Unexplained Whitespace | 27 Nov 2007 19:06 GMT | 2 |
I'm not too terribly efficient in HTML or ASP.NET but I know enough to get into trouble <table id="tblImgAlign" runat="server" width="100%" cellspacing="0" style="border-style:none" cellpadding="0">
|
| asp text boxes in a table -- some are emphasized & some not, but props are identical | 27 Nov 2007 19:03 GMT | 2 |
Here's a piece of a table. The first textbox shows flat with a thin border and white background. The 2nd one shows as a 3-D box (bevelled border) and the background is mustard-ish. Is asp making decisions in a smoke filled backroom and not telling me?
|
| Preloading images in a MasterPage | 27 Nov 2007 18:43 GMT | 4 |
Before MasterPage, I preloaded images for rollovers in HEAD section no problem. Doesn't seem to work with MasterPage. Using same code, images never load. Always pulled from disk. Am I missing something? Thanks,
|
| Prevent TreeView PostBack When Click the Little Plus Sign (expand) | 27 Nov 2007 18:23 GMT | 3 |
Can somebody tell me how to prevent a postback when I click on the little "plus" sign next to the treenode's root folder? It postbacks and I have to restart a video stream coming to the page via an
|