| Thread | Last Post | Replies |
|
| Ajax Postback From JavaScript | 28 May 2008 03:50 GMT | 4 |
ASP.NET I have an application which use ASP.NET Autocomplete extender which works great. But I have a question how to update all the fields on the screen using Ajax.
|
| Reverse engineering? | 28 May 2008 03:34 GMT | 2 |
Can be restored the asp.net C# 2.0 VS 2005 project source code by doing something on bin\project.dll ??? Many thanks!
|
| Error 403.1 - Forbidden | 28 May 2008 03:27 GMT | 1 |
HTTP Error 403.1 - Forbidden: Execute access is denied. Internet Information Services (IIS) Why am I getting this error on deploy asp.net on IIS 6 w2k3 server machine? on my Xp works well...
|
| Global.asax Application_Start and Application Pool Recycling Problem | 28 May 2008 03:15 GMT | 1 |
I have a problem that just appeared to my application. I have some initialization code in Application_Start function in global.asax but it is not being called when the application pool is recycled. Could you guys give me a clue what can cause this?
|
| What is the correct MIME type for DOCX, XLSX, & PPTX? | 27 May 2008 22:46 GMT | 4 |
We need this both for what we set in IIS and for the HttpContext.Reponse.ContentType property. We've tried a bunch of different things and none seem to work. thanks - dave
|
| VS2008 SP1 | 27 May 2008 20:56 GMT | 9 |
Anyone know when the final, non-beta version will be available for download?
:) |
| Cannot convert type 'object[]' to 'System.Data.DataRow' | 27 May 2008 20:24 GMT | 2 |
DataRow dr = (DataRow)ds.Tables[0].Rows[1].ItemArray; Error 1 Cannot convert type 'object[]' to 'System.Data.DataRow' C:\Documents and Settings\Fabio\Meus documentos\Visual Studio 2005\Projects\CodBarraPalm\CodBarraPalm\Default.aspx.cs 35 26 CodBarraPalm
|
| How do I get rid of a usercontrol when I want to replace it with another. | 27 May 2008 18:01 GMT | 1 |
I have some code like this: Dim control As Control control = Page.LoadControl("../usercontrols/ AlertsForQA.ascx")
|
| automatically copy data file to root directory, asp.net | 27 May 2008 16:54 GMT | 7 |
this might be a simple one to them who know: i'm developing an asp.net project and use the debug mode. i have a xml file which contains data, that shall be read, if a specific page is run. when i build the project the file is correctly copied to the
|
| Repeater Problem | 27 May 2008 16:27 GMT | 4 |
I have a Repeater to which a sitemap is bound, i want to remove or hide any node while form load <asp:Repeater runat="server" ID="menu" DataSourceID="SiteMapDataSource1" EnableViewState="False">
|
| Autocomplete Extender: Issue with hyphen symbol on the textbox | 27 May 2008 15:44 GMT | 1 |
I have a textbox and linked that with the autocomplete extender I have created the webservice and the WebMethod and returns a ToArray to the textbox. Everything works when I type normal string characters but there is a glitch when I type an hyphen character the autocomplete list ...
|
| Very extrange behavior of ASP.NET | 27 May 2008 15:35 GMT | 1 |
We are near the ending stage of an ASP.NET + IIS project, and started doing stress testing on the servers. We find ourselves with a very strange behavior, that can’t figure out since several days ago. Hitting the websites with 500 user clicks every 1 second, in ANY of the ...
|
| problem getting user via ProviderUserKey | 27 May 2008 15:07 GMT | 3 |
asp.net 3.5 I'm trying to develop a asp.net site which when user registers his profile is not activated. He will receive a email containing a link he need to click on to activate his profile
|
| A way to prove that StateServer is working? | 27 May 2008 14:29 GMT | 2 |
Hi... I have an asp.net 2.0 application running on iis6 in it's own pool. The app is set to use a State Server for out of process session handling. I'm only storing one session variable -- the user's ID code after a successful login.
|
| RangeValidator not accept currency? | 27 May 2008 13:44 GMT | 1 |
I have a rangevalidator as follows... <asp:RangeValidator ID="RangeValidator4" runat="server" ControlToValidate="InvoicePriceTextBox" ErrorMessage="0-999999"
|