| Thread | Last Post | Replies |
|
| Validate control to check 2 entries | 30 Apr 2007 22:06 GMT | 2 |
I have a DropDownList control that has a value of 0 for not selected and a -1 for adding a new company. I want to be able to validate to say that this selected value is not 0 or -1 but I couldn't find a control validator that did this. Can someone help? Thanks.
|
| dynamically adding a FormView | 30 Apr 2007 21:39 GMT | 1 |
I am trying to make a page that has a drop down list at the top, and based upon the selection in the drop down list, inserts a FormView in the bottom of the page. I tried to create each of my FormView's in seperate files, and then use the following method.
|
| aspx form not loading. | 30 Apr 2007 21:30 GMT | 3 |
What would keep a aspx page that has been added to a local root directory from not displaying with the rest of the web page. I have a form that has a small "states" database and it won't display when I click on the link to the page.
|
| HTTP Handler? | 30 Apr 2007 21:24 GMT | 1 |
I have a situation where my company wants to implement a part of our website that needs to process requests such as: http://www.mydomain.com/<ServiceCenterName> I want to build a template page that will ultimately handle the request, but
|
| ACCESS AN ACCESS DATABASE FROM ASP.NET INTRANET SCENARIO | 30 Apr 2007 20:44 GMT | 7 |
I'm trying to access an access database on the file server from a web server using asp.net and IIS 6.0. I can do it when I have anonymous access enabled in IIS 6.0 as in the public internet web site style. I want to do the same with the intranet setup where IIS 6.0 is not setup ...
|
| I need UTF-8. But I keep getting UTF-16. Why? How to fix? | 30 Apr 2007 20:22 GMT | 1 |
I've been struggling for some time now getting a RSS app to work. I'm creating RSS from existing XML files (transforming via XSLT). The problem is that the page, itself, is still being sent at UTF-16 when I create the RSS from XSLT. It's UTF-8 when I'm creating the XML myself via
|
| Get Table Cell value using Javascript | 30 Apr 2007 19:39 GMT | 4 |
How do I get the text from my cell e..g. <td>Test Text</td> var elTableCells = elTableRow.getElementsByTagName("td"); alert(elTableCells[0].innerText);
|
| Ajax and Netscape, no postbacks | 30 Apr 2007 19:20 GMT | 1 |
I have several Ajax enabled aspx pages which use an UpdatePanel control. These pages have some dropdown and datagrid server controls on them. The pages work fine in IE, but in Netscape they do not postback when a selection is changed (dropdown), or a datagrid entry is selected.
|
| Get data from dataset | 30 Apr 2007 18:55 GMT | 3 |
I have a stored procedures as follows: SELECT a.ArticleID, a.Title, a.Content, c.CommentId, c.Title, c.Comment FROM Articles a
|
| Radiobutton list return truncated values | 30 Apr 2007 18:40 GMT | 1 |
I encountered a very strang problem. In my form I have a radiobuttonlist control. I listed sizes ranging from XXS to XXL in them. And users must select one. The list are:
|
| Saving profile information for a specific user when not logged in | 30 Apr 2007 18:08 GMT | 3 |
I want to be able to store profile information for a user when they sign up for an account...but BEFORE they can log in. Can this be done using any of the built-in profile methods? Here's my current sign-up procedure:
|
| How to read a value in a Formview ? | 30 Apr 2007 17:05 GMT | 1 |
How to read a value in a Formview, when the page is load or when the formview is updated, and if the value (integer) is negative,for example, the user will get a msgbox that say "becarefull ! negative value !") Thanks a lot ...
|
| Why LoginView cannot be added to PlaceHolder? | 30 Apr 2007 16:48 GMT | 1 |
I tried to add a LoginView control in OnClick eventhandler of a button. The code is like below LoginView login = new LoginView();
|
| Cookie isn't being read | 30 Apr 2007 16:23 GMT | 1 |
I am having a problem reading a cookie that I can see is being created. I create the cookie in my global.aspx.vb page like so: Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs) Dim user As String = Current.User.Identity.Name
|
| how to kill prompt on cross domain web service call ? | 30 Apr 2007 16:14 GMT | 2 |
My asp app on one site calls my .net webservice on another. Problem is that IE always displays contacting other site error. Any idea how to supress this error from server or browser ? thanks for any help
|