| Thread | Last Post | Replies |
|
| Ajax.NET LoadScriptsBeforeUI | 18 Jul 2007 23:07 GMT | 1 |
Anybody here using Ajax.NET? Specifically with LoadScriptsBeforeUI=false on your ScriptManager? I've been banging my head against the wall all morning trying to get that attribute to function as advertised. In theory, it should move
|
| usercontrol - events question | 18 Jul 2007 21:27 GMT | 1 |
I have a UserControl that contains a Textbox control. When the value of the textbox changes I would like to fire an event server side that would call a method in the host aspx page and not in the ascx page. Is this possible? I know the textbox has a valuechange event right? But ...
|
| First Time Using the ConstructorInfo | 18 Jul 2007 21:24 GMT | 2 |
I'm trying to figure out how to use the ConstructorInfo class to get the appropriate constructor and then use the "Invoke" method to create and instance of the class. Seems easy enough, but it is not working for me, so it must be something simple.
|
| Determining the selected RadioButton in a RadioButtonList | 18 Jul 2007 21:13 GMT | 2 |
I have a RadioButtonList as one of the Controls in the ItemTemplate of my DataList. I am using a For Each loop to go through the Items property, but even if one of the RadioButtons has been selected, they all return False. What am I doing wrong? Thanks.
|
| Please recommend a good Web Hosting Service that supports ASP.NET and SQL Server | 18 Jul 2007 18:02 GMT | 1 |
Please recommend a good Web Hosting Service that supports ASP.NET and SQL Server. I am currently using Yahoo Web Hosting but it supports PHP and MySql. Also, a good website to get a domain name. Thanks.
|
| Configuring ASP.NET 2.0 Application Folders in IIS 5.0 | 18 Jul 2007 17:36 GMT | 11 |
I'm working on adding a new .NET 2.0 web page to a web site that is currently using only classic ASP pages and is administered via IIS 5.0. The server has the .NET 2.0 framework installed and I am trying to deploy ASP.NET 2.0 aspx pages to an existing folder under the web site's ...
|
| validator for 2 fields? | 18 Jul 2007 17:24 GMT | 2 |
Is there good way to set up a validator on 2 textboxes, so that at least one of the two has to have something besides blanks? One approach I thought about was to create a hidden field and use javascript to update that field from either of the 2 textboxes, and
|
| ItemsSelected not working with ListBox | 18 Jul 2007 17:13 GMT | 2 |
I'm not sure if this is the result of the postback behavior or my own code, but for some reason my onclick function is not detecting listbox selections (It's meant to delete files uploaded to the server). The RemoveFiles function is being executed, bu I have a feeling the
|
| Available Java, Dot net and SAP SD CRM consultants with us...................... | 18 Jul 2007 17:11 GMT | 2 |
Let me present list of my available consultants 1) Java Consultant 2) SAP SD Consultant 3) Sr. Dot Net Consultant
|
| Apache... | 18 Jul 2007 16:57 GMT | 3 |
is there a way to run asp .net on apache??? thank you
|
| Data binding issues | 18 Jul 2007 16:23 GMT | 1 |
Whatever I have tried - I can't seem to get rid of this error it might be something simple that I have been over looking please assist I keep getting this error in explorer Server Error in '/' Application.
|
| I'm at my wit's end--beginner to VS 2005, long-standing VB6 programmer | 18 Jul 2007 16:18 GMT | 2 |
The documentation provided by the people here has been somewhat helpful, but it appears I am missing the boat somewhere. I have a web service I designed in VS 2005 that right now is doing nothing more than returning an XML stream to a client. Eventually, it
|
| Are there any issues with installing PHP along with ASP.NET? | 18 Jul 2007 16:15 GMT | 7 |
I have a Windows 2003 Server machine, running the latest IIS. I have been asked to add a Wordpress blog to a site, but this is only available as a PHP. Are there any issues with installing PHP on the machine? Anything at all, like stability, security, etc? Also, is it
|
| How do we get the value from the hidden field ? | 18 Jul 2007 16:00 GMT | 4 |
I've got a problem of getting the value from the hidden field in the previous page when I'm in the next page: I have 2 web pages. In the first page I have a hidden field, a text field and a button. When I click on the button, the text field would assign the
|
| delete row in gridview | 18 Jul 2007 15:12 GMT | 2 |
I have a gridview and I want to delete a row that is highlighted, but I want to show a confirmation box also 'you sure?', but I only want this to show if a row in the gridview is highlighted. What is the best way to do this other then disabling the delete button until a
|