| Thread | Last Post | Replies |
|
| iFrame ignoring headers | 24 Jul 2005 04:44 GMT | 1 |
I have an iframe in which the source is an aspx page that retrieves a pdf and displays it. Upon page load, it clears the headers and sends the following: Content-Disposition: inline; filename={filename}.pdf ContentType: application/pdf
|
| Retrigger Postback | 24 Jul 2005 04:41 GMT | 8 |
I want to click a button and have it does something before the page reloads. I now realize the page processes the server side event after page loads. Is there any way of triggering the postback twice. I know its a hack.....
|
| Where are we up to with valid XHtml output and ASP.Net? | 24 Jul 2005 03:58 GMT | 1 |
Well thats it. Thats the question! How many employees does Microsoft have? How many billions are in its war chest? How long will we have to wait before the basics get done and get done correctly? Surely its got to be embarrassing for them? Why are they so
|
| custom functions in global.asax | 24 Jul 2005 02:16 GMT | 1 |
Is it possible to have custom function/subroutines in global.asax? e.g. DoMyWork(i as integer) etc etc. If yes, how can I access this code in my .aspx pages? I know I can put this into a seperate dll in the bin directory, but to keep it simple global.asax would be nice too..
|
| Question about <form method="post" action=http://www.site.com> | 24 Jul 2005 00:39 GMT | 3 |
I have a page with a <form method="post" action=http://www.site.com> that provides functionality for users to enter data, click on an html button, and have the entered data sent to another site. This part works fine.
|
| HttpWorkerRequest.ReadEntityBody returns 0 | 24 Jul 2005 00:09 GMT | 2 |
I have an HttpModule to intercept the BeginReguest event and then read the Request Stream as it is being sent. The GetPreloadedEntityBody reads the preloaded information from the request and after the preloaded data it calls ReadEntityBody to gather the rest of the data.
|
| Form events | 23 Jul 2005 23:58 GMT | 1 |
I have an ASP.net application that has some javascript written for the onbeforeunload event which asks the user if they want to save changes before they leave. However, there is a problem with this because if I click the Save Changes button it asks me the same question as in the ...
|
| IFrame problem | 23 Jul 2005 19:29 GMT | 3 |
I have an .aspx page that has an Iframe that embeds another .aspx page. In the "embedded" .aspx page that is loaded, I have a button. When the user clicks on the button, I do some control validation and a couple of calculations. If all is OK I need to go to another .aspx page.
|
| ASP.net + screen saver? | 23 Jul 2005 18:05 GMT | 1 |
i have a doubt related to the screen saver ability. After developing the asp.net webform, can i add screen saver ability in this webform? which means, i open the asp.net webform, after a few minutes the web form
|
| Regex -- Replace "-*?\n" with "" | 23 Jul 2005 17:04 GMT | 4 |
Take this string: "---------------------------------------- " (i.e., hyphens followed by a newline )
|
| Expression Validator | 23 Jul 2005 16:46 GMT | 2 |
Hi, I have recieved some very good feedback here so thanks. Of course something else has come up. My form is working fine, but i have to do some data validation. So i put a regular expresson validator on the page, assigned a control to it. I want numbers so i put in \d{1,6} and
|
| Problems in Cross Tab Query | 23 Jul 2005 16:45 GMT | 1 |
We are wanting to prepare a report which will show us month wise balances of ledgers. However on preparing the report only those months are showing which actually has transactions, even though I am sending a seperate table with all the months to the report. I have even selected the ...
|
| OK , my dumb question for the day | 23 Jul 2005 15:13 GMT | 2 |
i have a drop down list fill using the following code: If IsPostBack Then 'Put user code to initialize the page here ' create a sqlconnection
|
| Global Messaging (maybe Global Events?) | 23 Jul 2005 12:32 GMT | 1 |
Hi all... I'm pretty new to ASP.NET applications, but have some experience as a Windows appliation developer. In an ASP.NET solution we're coding, we'd like be able to create a user control that can intercept "messages"
|
| Need help with custom Web Controls | 23 Jul 2005 12:20 GMT | 2 |
I've got a page with a couple ascx files on it. One od the controls displays a user's picture, the other contains a datagrid where a user can upload more pictures, change their default picture, etc. When a user selects a different picture in the contorl containing the
|