| Thread | Last Post | Replies |
|
| Closing a window from code behind | 22 Nov 2007 03:31 GMT | 4 |
Looks like this is either too obvious for anyone to address, or it just isn't done by anyone. There was a question in early sep this year that no one replied to, and I don't find any other references. So here goes again: I want to close my popup from an asp codebehind event ...
|
| how to deploy .net 2.0 website? | 22 Nov 2007 00:10 GMT | 5 |
I am new at .net 2.0 deployment so can any one recommend me a good way or article to follow? What I want to do is (1)to deploy the website on the server2003 with IIS6
|
| C# Form Processing: If Exists | 21 Nov 2007 23:53 GMT | 2 |
I have several different variations of the same form. Some include an asp Radio Button list option called rb_monthly. If that option exists I need to do some extra processing on the form. The following works on the pages with the option :
|
| System.Net.Mail to address | 21 Nov 2007 22:51 GMT | 4 |
I would like to have an email go to 2 email addresses but when I try it by separating with semicolon or comma it fails. Can anyone help? below is my code (see ToAddress string). Thanks. David
|
| SqlMembershipProvider database reusage | 21 Nov 2007 21:58 GMT | 3 |
Is it possible to reuse existing SQLSERVER database containing membership information for different application? Basically this is a situation. 1. Created application App1 where with a help of standard Login
|
| Confusion when opening VS 2005 project in VS 2008 | 21 Nov 2007 21:56 GMT | 7 |
I installed the RTM version of Visual Studio 2008 today. Initially when I would open any of my 2005 projects (.NET 2.0) it would simply open them. Now the Visual Studio Conversion Wizard is showing up everytime. Why is this and how can I bypass this?
|
| Best way to add to DDL | 21 Nov 2007 21:56 GMT | 2 |
Can someone help me figure out how to add entries to a DropDownList control "on-the-fly"? I have a FormView with several DropDownList controls that are bound to differnt lookup table in a SQL Server database. I have no problem with code to add a record to the bound table but am ...
|
| localization and prefixname page | 21 Nov 2007 21:11 GMT | 1 |
i ve two aspx page, and i want use just one resx (App_LocalResources). I use the implecit method (meta:resourcekey) and i don't find the c# command to define the localresource file name. it s possible ?
|
| Traditional ASP | 21 Nov 2007 20:35 GMT | 8 |
I have a site developed in traditional ASP that need significant work. I got a copy of VS2005 because I was told it supported traditional ASP, but I am having a good deal of trouble setting it up to debug .asp files Any suggestions? (other than moving it to dot net)
|
| Animated gif works in FireFox but not IE | 21 Nov 2007 20:07 GMT | 1 |
I have a search screen that when submitted displays a previously hidden absolutely positioned DIV with an included animated gif picture. In FireFox while the search is happenning on the server (before the server sends a response) the animation of the gif works just fine.
|
| Setting DropDownList SelectedValue | 21 Nov 2007 20:05 GMT | 9 |
I have an ASP.Net page that has a FormView with multiple controls. One of those controls is a DropDownList that is bound to a SQL table which is the DataSource. I added an option to the DropDownList to choose <<Add>> with a value of -1. I have a VB class function that inserts a ...
|
| Unicode to HTML converter/cleaner | 21 Nov 2007 19:32 GMT | 9 |
Is there a handy .NET call to convert a Unicode string to valid HTML so sticking in an <p> inner HTML? Kind of thing converts "<" to < and multiple spaces to   etc. I need to display unicode text from a database on the web page.
|
| Dropdown List help | 21 Nov 2007 18:56 GMT | 4 |
I have a drop down list nested in a datagrid. It works fine. When there is no data in he DDL I change the list to visible = false and show a label with the word "none". That works fine. What I need to do now is list the word "none" in the database if there is no value in
|
| using response.redirect with a hash part | 21 Nov 2007 17:29 GMT | 2 |
if I do this: Response.Redirect("mypage.aspx?some-url-params#bookmark") it seems that the bookmark gets lost - the address bar doesn't show it and the browser stays at the top of the page
|
| Export Datagrids to Excel | 21 Nov 2007 16:53 GMT | 1 |
Hi, I am using the code below to export a webpage to Excel. The webpage has three datagrids on it and they are all exported to Excel properly and everything looks very nice, but we would really only like two of the three datagrids to be exported. Is there a way to exclude ...
|