| Thread | Last Post | Replies |
|
| The best way to validate UserControls | 18 Jul 2007 14:34 GMT | 3 |
I have a user control that has a property named "Text" Is there any way that I use a RequiredFieldValidator or CompareValidator to validate my user control's value? I tried it and I received this error:
|
| Event message: Application is shutting down. Reason: Hosting environment is shutting down. | 18 Jul 2007 14:27 GMT | 2 |
Sorry for the double post (also in the IIS group). We've got an ASP.Net 2.0 app running on IIS6. We kept losing sessions, and enabled health monitoring to see what was happening. This morning the got the following in the logs. Any idea what would cause it?
|
| ConstructorInfo | 18 Jul 2007 14:16 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.
|
| possible to use <link type="image/gif" href=... ? | 18 Jul 2007 14:09 GMT | 4 |
Embedded javascript can be served from a DLL with an include that uses a special URL generated by the Page.ClientScript.GetWebResourceUrl method at runtime. For example: <script
|
| Please recommend a Web Hosting Service that supports ASP.NET and SQL server. | 18 Jul 2007 14:07 GMT | 3 |
Please recommend a Web Hosting Service that supports ASP.NET and SQL server. I am new at this and just signed up with Yahoo before I new any better. It appears that yahoo does not support ASP.NET and SQL server. (Instead yahoo offers PHP and MySQL)
|
| validate CheckboxList | 18 Jul 2007 14:00 GMT | 1 |
I have a checkboxList on my page and its required that at least item is checked. Is there a way to validate that at least one is checked when the user clicks the 'submit' button?
|
| httplistener, custom hosting and authentication/impersonation | 18 Jul 2007 11:08 GMT | 3 |
I've developed in .net 2.0 a custom web server that hosts asp.net sites using the httplistener and applicationhost.createapplicationhost. When I tell to the httplistener to require authenticathion it does work, however in the the asp.net site EVEN IF I require ...
|
| Cross user control communication via parent control. | 18 Jul 2007 11:02 GMT | 1 |
Here is the page architecture: Page loads multiple user controls (including nested user controls) dynamically based on parameters provided into place holders. Note: The page only has the logic to load the user controls and subscribe to
|
| HTTP Post and ASP.Net application life cycle | 18 Jul 2007 10:36 GMT | 1 |
I vaguely know that HTTP Post does not send all the data (hidden fields?) along with the request. I would like to know the stage in ASP.Net application life cycle where the POST data is read - is it in HttpApplication.Init or at the time when
|
| Can I have "common controls" for every page? | 18 Jul 2007 09:59 GMT | 4 |
I have a set of pages ( about 10 ) that all have the same controls at the top, however I am unable to put the controls the master page for the site since the other 50 pages dont have the controls. Is there a way that I can define a common template / etc where this
|
| Fetching & Inserting Data into a column of TEXT Data type in SQL server 2000 Using ASP.NET | 18 Jul 2007 08:39 GMT | 5 |
Hello genious people, I m trying to insert a LARGE text from Multiline Textbox into my table of sqlserver2000. I m using vs-2005.
|
| Formivew gets blanked out after onupdated exception error. | 18 Jul 2007 08:14 GMT | 1 |
Inside an onupdated event of an objectdatasource for a Formview, I am doing some error handing that is working in displaying a friendly error message. However, my form get's blanked out when there is an error.. and I'd
|
| DropDowns in GridView | 18 Jul 2007 05:39 GMT | 4 |
I have a GridView which displays simple labels in ItemTemplate, and when it goes to EditTemplate, one field is a dropdown list and the other is a text box. On gvTT_RowUpdating(..), I'm able to access the text box without any
|
| ASP.NET deployment | 18 Jul 2007 02:41 GMT | 1 |
Is there a command that would do asp.net deployment which is similar Publish web site(which we do manually) Regards
|
| explain "instant member" | 18 Jul 2007 00:36 GMT | 3 |
Can you explain what they mean by "instant member" for instance, in the article about arraylists, it says it's thread safe but it's instant members are not. What does that mean? http://msdn2.microsoft.com/en-us/library/system.collections.arraylist.aspx
|