| Thread | Last Post | Replies |
|
| Server Side code withoout page refresh | 25 Feb 2006 16:00 GMT | 5 |
Is it possible if I can call server side code without the page refreshing? Thanks, Sean
|
| ajax and dotNet | 25 Feb 2006 15:39 GMT | 6 |
I tryed to buid my own AJAX framefork, but when i do postback via XMLHttpRequest i get following error "The HTTP verb POST used to access path '/WebSite1/' is not allowed.". What could be the problem?
|
| SqlCacheDependency and Strongly Typed Datasets | 25 Feb 2006 14:54 GMT | 2 |
Background: Using .NET 2.0, Sql Server 2005, SqlCacheDependency is utilized successfully against SqlCommand objects elsewhere in the code (in other words I have successful instances of using SqlCacheDependency). ASP.NET website built in 3 separate tiers:
|
| access controls on another web user control | 25 Feb 2006 14:19 GMT | 1 |
I have 2 web users controls in a page and I would like to get or set the selected values of a few dropdown boxes and I also would like to know how to access functions that are on aweb user control X from a web user control Y, is this possible? How can I do it?
|
| Help casting a dynamic user control to the type i need | 25 Feb 2006 12:38 GMT | 1 |
Hi all, I am adding dynamic user controls with the simple code as follows: MyPlaceHolder.Controls.Add(LoadControl("MyUserControl.ascx")); I then want to run a member on my user control, something like: MyPlaceHolder.Controls[i].TheMemberFunction();
|
| Invalid attempt to Read when reader is closed. | 25 Feb 2006 10:47 GMT | 1 |
Public Function GetTopLevelThreadName(ByVal ThreadID As Integer) As SqlDataReader Sp_Datasql = "WS_Get_TopLevelThreadName" SqlParam = New SqlParameter(0) {}
|
| How can I use xlst in asp.net? | 25 Feb 2006 10:42 GMT | 1 |
How can I use xlst to display a xml file in asp.net?
|
| ASP.NET 2.0 Web Site: Where is the "release" Configuration? | 25 Feb 2006 10:40 GMT | 5 |
When I create a web site (or personal web site starter kit) I don't see a "release" version in the configuation manager like a default Winforms application has. Does it not apply for Asp.net?
|
| WebResource.axd issue on W2003 server | 25 Feb 2006 10:18 GMT | 1 |
we want to go public at a customer and have a problem at their Windows 2003 server (IIS6) running a ASP.NET solution with CLR framework 2.0. In the welcome page (simple one, no logic) we use the build in menu control with one sub-menu (dropdown). Now it seems, it cannot load any ...
|
| Trying to store items in the viewstate... wont work | 25 Feb 2006 10:08 GMT | 5 |
Hi all, im attempting to use the ViewState instead of the hidden values normally used in procedural web development, however i cant seem to get anything to add into it or load correctly from it. I am trying to navigate through 4 stages of my script and saving data as i
|
| How to use ASP.NET 2.0 Web Admin tool on hosted site?? | 25 Feb 2006 09:11 GMT | 1 |
I deployed the personal web starter kit and its databases on a shared hosting site The hosting site gives me ASP.NET 2.0 and a SQL 2005 server database. Everything is working but now I would like to use the ASP.NET Web Admin tool to manage users, roles, etc...
|
| multipart message from WebRequest (asynchronous) | 25 Feb 2006 08:58 GMT | 1 |
How do you retrieve the streaming 'parts' of a multipart message from a WebRequest? Here is the situation. A WebRequest is submitted to a server (http://TheServer:80/GetMedia?ID=1).
|
| Need help with CDONTS or other object to receive mail in a specific way | 25 Feb 2006 07:29 GMT | 2 |
Is it possible to write a script using CONDTS object to read all emails from the SMTP IIS "Drop" folder without changing the username and email address in LogonSMTP? or is there completely another way to do it. Here is what I want exactly the program to do:
|
| MasterType conflicts with Theme | 25 Feb 2006 07:15 GMT | 2 |
Is there a reason for which using the MasterType directive to use the typed struct of a master page conflict with the @Page Theme directive? Thanks Andrea
|
| Datatable default values | 25 Feb 2006 04:15 GMT | 1 |
I use a dataadapter to create a datatable and retrieve/update data in SQL Server database. But the datatable does not receive the default values from a server table and the new records don't receive the defaults values. What may be wrong here?
|