| Thread | Last Post | Replies |
|
| DropDownList Question | 22 Mar 2008 17:54 GMT | 1 |
Im sure there is a perfectly rational answer to this, I must be missing it though. A dropdownlist with autopostback turned to 'true'. Notice in the following list, items 0 and 1 valus are set to "0" and 2 and 3 are set to "2".
|
| Setting properties in design view | 22 Mar 2008 16:29 GMT | 1 |
How can I set the properties of a control in design view (in VS2005) when the control is inside another control (e.g. a table or a gridview)? I can only select the table but not the control inside of it. Further, inside controls aren't listed in the Properties drop down list ...
|
| Web 2.0 Secrets Revealed | 22 Mar 2008 16:23 GMT | 4 |
Almost everybody seems to be talking about Web 2.0 these days. Never mind the fact that many people throw around the term without knowing too much about it. Do you do that too? Don't worry. You're not alone. But it's time you
|
| Two Forms in a Page | 22 Mar 2008 15:49 GMT | 1 |
i have a problem.. the webpage i'm designing has two sets of data to be received... Personal Info and Professional Info these two are place in separated panels and each textbox in both
|
| How can i make this script work using CDOSYS? | 22 Mar 2008 13:01 GMT | 1 |
I have the follwing code and cannot receive e mails sent from my contact form. Please advise how can i make it work with CDOSYS. Thank you. <% form_from = "info@nnn.com"
|
| Different DetailsView templates for items in a GridView. Is it possible? | 22 Mar 2008 13:01 GMT | 3 |
Can a single GridView be 'connected' to DetailsView that renders itself differently based on the currently selected row? I have a GridView with rows that could be displayed in the same way in the view (like a report) but when a user wants to edit/insert items I'd like to
|
| Testing SSL locally without a Certificate on XP | 22 Mar 2008 12:31 GMT | 5 |
I recall being able to test SSL without a certificate on win 2000. However, on XP sp2 under IIS I can't seem to Add new websites so I'm limited to the one Website. I can create new virtual directories under the default website, but I can't seem to add SSL security to a test
|
| How to prevent http but https | 22 Mar 2008 12:30 GMT | 1 |
I have developed a web application with vs2005. I had install application in a windows 2003 with Secure Sockets Layer. For security, I want to all user use https://###.###.###/myap.aspx to open this application.
|
| parent window information | 22 Mar 2008 03:44 GMT | 2 |
Could some one tell me the difference between how popup window and new window get parent information? Thanks.
|
| Can multiple aspx pages be linked to the same code behind file? | 22 Mar 2008 03:19 GMT | 1 |
I have 5 aspx pages that I'd like to share the same code behind file. Those pages have the same set of 'core' controls and object data sources. Is this a good practice? It seems that VS2005 cannot handle it - gets into an endless loop of reading the aspx files.
|
| How can I find the ItemIndex in a ListView? | 22 Mar 2008 02:14 GMT | 2 |
I was in the middle of converting some old Repeater code to use a ListView, when I discovered that the ListViewItem class doesn't have an ItemIndex property. Is there another way of getting the index of the current list item?
|
| DotNetNuke doesn't work | 22 Mar 2008 00:42 GMT | 5 |
I can not install DotNetNuke. I have SQL Server 2005 Express. When instalation process testing database connection, I receive this message: Message: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused ...
|
| ASP question | 21 Mar 2008 22:54 GMT | 1 |
Quick question on ASP (still in ASP), if it is a wrong please let me know. I am very new to Web development so please bear with me if it is something simple. I have a asp page which has two frames. From one from I click a link
|
| Text box TextChangedEvent not firing | 21 Mar 2008 22:41 GMT | 2 |
I have a textbox box and a date picker.When i select a date through the date picker, it fills the textbox with the selected date.Now, i have a text changed event for the textbox. This event fires only if i key in a date manually and not if i use the date picker.
|
| Validating Dates In GridView | 21 Mar 2008 22:10 GMT | 2 |
Hi people. I am attempting to determine how best to prevent a users date entry in an update action from causing a format exception. The dates are UK, but the user may try to put in a 'US' format.
|