| Thread | Last Post | Replies |
|
| how to filter xml tags from a website in asp.net | 05 Dec 2006 17:25 GMT | 1 |
i have problem in how to filter xml tags from a website in asp.net if u have any idea let me know on any url resources Thanks
|
| query string in asp.net 2.0 | 05 Dec 2006 17:24 GMT | 2 |
I would like to send parameters to my aspx page: e.g. www.x.com/mypage.aspx?thisparameter=thatvalue How do I know what is that value from page_load event?
|
| GridView page changing doesn't work (Non SQL Source) | 05 Dec 2006 17:01 GMT | 2 |
I have a GridView that I built to show the files in a directory. The problem that I am having is that when I click on the second page (2), the GridView disappears. Also, I can't sort by any of the columns. Below is the code that I am using. Any help would be appreciated.
|
| Web Page Question | 05 Dec 2006 16:51 GMT | 4 |
I have a web page that a user enters in information and selects some products. On submit the page the info is saved to a db, connects to third party web apps and retrieves data, and third party data is saved. I want to be able on submit is redirect the user to a loading page ...
|
| IE Privacy Setting causes weird issue | 05 Dec 2006 16:41 GMT | 1 |
We have multiple sites with different products that redirect (using response.redirect) to a single SSL checkout site. When redirecting, it passes the CartID across the address line and the Gridview binds to that cart for the rest of the checkout process. For some reason when ...
|
| posting radiobuttons inside a gridview do not persist selection after postback.. | 05 Dec 2006 16:36 GMT | 10 |
I have a form with an input radio control in a template field. When the user selects an option, and press a button the selection disappears.. I would like the selection to persist after the button makes the postback,
|
| Whjat file i should put in real server ? | 05 Dec 2006 16:27 GMT | 3 |
i'am a newbie in asp .net, and i don´t know what files i should put in server ? Simply the "default.aspx" and "default.aspx.vb" ?? More files ? I use "Visual Web Developer 2005 Express".
|
| Render with Div Tag | 05 Dec 2006 16:00 GMT | 1 |
I am creating a custom control using CreateChildControls: 1 Protected Overrides Sub CreateChildControls() 2 lContent.SkinID = Me.SkinID 3 MyBase.Controls.Add(lContent)
|
| Defaultbutton inside detailsview- best practise? | 05 Dec 2006 15:53 GMT | 1 |
I've been trying different ways of getting an insert button within a detailsview control to be the default button when the return key is pressed. Using a panel and itemtemplates I get the exception "{"The DefaultButton of '' must be the ID of a control of type IButtonControl."} - ...
|
| Mixed Server Version Session State problem | 05 Dec 2006 15:50 GMT | 2 |
I am experiencing session timeouts in an IIS 6 load balanced web farm. Some of the servers have Standard Edition and others have Enterprise Edition. Could this be the culprit? It is an Asp.net application (Site identifiers are the same for the IIS website and the machine key has ...
|
| Ability to change ASP.NET version is disabled | 05 Dec 2006 15:43 GMT | 1 |
Sorry for the cross-posting, but I thought this was a better forum to get the answer. I posted it in the Sharepoint forum as well. I've upgraded to WSS3 but I'm getting a "Server Application Unavailable" error when I click on any of the header links : "Documents
|
| Content Placeholder | 05 Dec 2006 15:13 GMT | 1 |
I am trying to make a web page using a master page and some content placeholders using Visual Web Developer 2005. I would like to content placeholders to be a specific size and not be able to be changed, is this possible?
|
| Help with javascript (again) | 05 Dec 2006 15:01 GMT | 5 |
I'm not that great at reading javascripts. Instead of doing nothing I'd like to return a Tab-character, if Enter occurs: <script language="javascript" type="text/javascript" >
|
| Send stream but not end app? | 05 Dec 2006 14:54 GMT | 3 |
This code sends a PDF but ends the application. How can I send the stream but keep the session running? Thanks. Dim ms As New system.io.memorystream Dim document As New iTextSharp.text.Document
|
| FireFox vs IE7 | 05 Dec 2006 14:44 GMT | 2 |
I am using a MasterPage where the middle column - in a table of 3 columns - contains the ContentPlaceholder. Within this ContentPlacehoder, on a different page, I use tables to layout sections of my form.
|