| Thread | Last Post | Replies |
|
| Beginner's question - How do you redirect a user to another page | 27 Feb 2008 01:14 GMT | 16 |
I have a form and when the user clicks the submit button, I want the handler for that on the server side to redirect ("post") the form to a URL at another site (not my own). It should appear to the user's browser as if the form's "action" attribute were set to that site to begin ...
|
| Define number of records | 27 Feb 2008 00:53 GMT | 1 |
I am using a Numbers table to create test data: -- Categories insert into dbo.Categories (CategoryID, [Name]) select
|
| Sending email | 26 Feb 2008 23:36 GMT | 7 |
Hi, I need to send email everyday at 10PM. I've already a aspx page wich reads the database and collects some data to be sent... How can I configure the server to execute that asp page everyday? What do you suggest?
|
| Frustrated setting up write permission to a folder | 26 Feb 2008 20:49 GMT | 8 |
OK, I know this sounds stupid, but I have been playing with this for hours, and could not get a clue. In my asp.net 2.0 web application, I generate charts on the fly. I would like to save the charts png images in a particular folder. So,
|
| Problem creating web site - VS 2005 | 26 Feb 2008 16:59 GMT | 4 |
In Visual Studio 2005, I click File, then New Web Site, then in the New Web Site window, I select HTTP in the Location combo box. No matter what I do, the OK button remains grayed out. Why does this happen, and what do I have to do to fix it. I have IIS installed on my Windows ...
|
| job at home | 26 Feb 2008 16:58 GMT | 1 |
most of the people tired of going and coming back tohome from their offices where they are working. So most of their time wasting in transit as well as traffic . It is better to have a home based business.
|
| Using window.confirm | 26 Feb 2008 16:53 GMT | 2 |
I want a confirmation as such and after the user clicks the okay button go to the home page. Do I do something as such? Submit.Attributes.Add("onclick", "return window.confirm('Your entry was submitted.')")
|
| ScriptManager Navigate event clarification. | 26 Feb 2008 16:48 GMT | 1 |
I am using ASP.NET 3.5 Extension and have some questions about the ScriptManager navigation event. 1. What exactly causes the ScriptManager navigation event to fire? Is it a change of the url address (caused by adding a history point for
|
| ClientID's | 26 Feb 2008 15:30 GMT | 4 |
Is there a way to stop ASP.NET from rendering ID dynamically? In other words, to stop ctl00_ctl00_myTextbox format, and just render as 'myTextbox'? Thanks
|
| last created userID | 26 Feb 2008 15:27 GMT | 1 |
Asp.net 2.0 - coding in VB I'm trying to get the UserID of the last created user so I can use the value in another table. I'm not finding anything otu there that works for what I'm trying to do.
|
| Accessing MasterPage Properties from a usercontrol on a contentpage?? | 26 Feb 2008 13:33 GMT | 2 |
RE: Accessing MasterPage Properties from a usercontrol on a contentpage?? On my master page's codebehind I have this property: Public Property ErrorMsg() As String
|
| VS 2003 timed out | 26 Feb 2008 13:08 GMT | 1 |
I have inherited a 1.1 asp.net project, a rather large one, that gets a timeout message when I try to load it in Visual Studio 2003 on my XP Pro dev box. In the beginning it just got it sometimes then, later, all the time. I rebuilt the project and that fixed it - for a couple ...
|
| Error BC30506 trying to add even for a button | 26 Feb 2008 11:37 GMT | 5 |
I have a page in ASP.NET 2.0. I add a button in design view and the page runs fine. I then double-click the button to create the click method in the code. Then when I run the page I get the error "error BC30506: Handles clause requires a WithEvents variable defined in the
|
| AJAX ControlExtender Templates not working | 26 Feb 2008 10:40 GMT | 2 |
oops.. try this again... using VS2008 Professional on Vista Ultimate... I installed the additional ajax templates by running AjaxControlExtender.vsi but the templates are not there when I start a new website in vs2008.
|
| Work with Office Web Component OWC11. | 26 Feb 2008 10:38 GMT | 1 |
From an aspx (.net 2.0) web site, I basically want to provide my users with some data in an excel format. I found that a good way was to user the owc11 library (from Office 2003).
|