| Thread | Last Post | Replies |
|
| Getting a huge number of paramters from nowhere | 03 May 2008 14:01 GMT | 5 |
I discovered that when requested http://localhost:52698/ws3/page.aspx and issued a call Response.Write(Request.Params.Count);
|
| set selected index of gridview on load | 03 May 2008 13:12 GMT | 1 |
I have the datakey for the gridview passed to the page using cross postback. How can i set the selected index of the page using this value, but only on load where a previous page (cross post back) exists?
|
| using a form in an UpdatePanel | 03 May 2008 10:15 GMT | 2 |
is it possible to use a html style form inside an UpdatePanel ? Like that; <%-- Page: Default.aspx --%> <body>
|
| Retrieve Value as it's Strong Type from Application or Session State | 03 May 2008 01:15 GMT | 2 |
Using ASP.NET 3.5... As far as I know, any time we store a value in application or session state, it is stored as a humble 'object' type rather than it's "real" type. For example, if we want to store an integer value in Application state:
|
| "The XML page cannot be displayed" Error | 03 May 2008 00:18 GMT | 6 |
Hey All, I'm receiving a weird error in IE now: "The XML page cannot be displayed" This is even with the simplest of pages that I previously could view.
|
| Creating a dynamic file link | 02 May 2008 21:50 GMT | 1 |
This is probably fairly simple but I've looked at so much code an the last few days that my brain is fried. In the past I had an HTML page that contained a lot of code items and each item was contained in it's own hidden <div>. The div was displayed by
|
| How get the key of a grid? | 02 May 2008 20:42 GMT | 1 |
I have a gridview, and it has select buttons. when the user clicks on these buttons, an event fires. I would like to know the primary key column of the row selected, but I also want that primary key row to be invisible. When I make it invisible, it doesn't show up in
|
| Open Word document through Iframe | 02 May 2008 20:24 GMT | 7 |
I have the following code which is executed from a modal web page - it works fine on most, but on some computers the Word loads into memory but never displays. This occurs with IE6 and IE7, but always works on FireFox. When I close the modal web page Word disappears from Memory.
|
| Open Word Document from a Dialog Web Page | 02 May 2008 20:22 GMT | 7 |
ASP.NET 2.0 I am trying to open a Word document and Excel document from a dialog web page, what's the best way to do that? I have tried the following:
|
| gridview appears only after forced postback - why? | 02 May 2008 20:08 GMT | 3 |
I have a sqldatasource control that uses 3 parameters. I have a gridview that depends on the sqldatasource control The 3 parameters are session variables. So in my code, I set the values of those 3 session variables, and then do a 'gridview.databind' and hope that
|
| How avoid spammers? | 02 May 2008 19:02 GMT | 4 |
Building an ASP.NET community site where people can post ads, messages, etc... Based on your experience do you have any suggestions on how to avoid spammers (at least deter them)?
|
| Replace vbCrLf | 02 May 2008 18:36 GMT | 7 |
We have an asp.net page that displays data from a SQL table that is updated from a VB application. That application uses vbCrLf to denote line breaks. How can I replace them with "<br />" before they get displayed in my GridView? Thanks.
|
| Redirect during Async Postback causing an error | 02 May 2008 17:08 GMT | 2 |
The error that pops up in a JS alert box is: Sys.WebForms.PageRequestManagerParserErrorException: The message from the server could not be parsed. ... "<DOCTYPE ..." I have three update panels and a couple of AJAX toolkit extenders on
|
| Custome Service Account - Problem connecting to SQL Server (Timeou | 02 May 2008 14:58 GMT | 4 |
Hi, My webserver is in DMZ zone, not in domain. I created a local user on it and an application pool for assigning it to my web site (ASP.NET 2005 - IIS 6.0). The application pool has a configurable identity (Test_User) for connection to SQL server 2005. In SQL Server I created a ...
|
| Update Query for Grid | 02 May 2008 14:26 GMT | 2 |
I am new to ASP.NET, but have been working with JavaScript, and Classic ASP. I am just playing around with ASP.NET and I have a table that I would like to edit the data but it is not working. I am not getting an error or anything. When I click update the page reloads but the data ...
|