Home All Groups Group Topic Search About

Score Using Page.RegisterClientsideScript with arguments
Dave - 9 Oct 2010 10:01 AM - 4 messages
I need to use a javascript and set a couple arguments in it from the vb.net code behind. I can get this working (sb is a stringbuilder) Page.RegisterClientsideScript("testscript()", sb.ToString()); but what I need is... Page.RegisterClientsideScript("testscript", sb.ToString("string1", ...
Score .aspx displays totally blank page?
. - 6 Oct 2010 12:54 AM - 4 messages
Hello, trying to bring up one of our .aspx pages and it displays a totally blank page in the IE browser.  Our app was working like a month ago but now a total blank page, does anyone know what this could be?  Thanks in advance. ...
Score How to launch a Windows application from a ASP.Net web application
JB - 26 Aug 2010 11:09 PM - 7 messages
Hello Community     I have successfully created a C# Windows application with SQL Server in the back end.     I have also successfully created an ASP.NET web application using C# and SQL Server in th back end. ...
Score dbnull int32 -please help
Miro - 5 Oct 2010 1:56 AM - 5 messages
Hi, I have been struggling with this for a long time now and I cant seem to find a solution. I have a typed dataset with an int32 column ( that I just added to an access database ). So now within the database I have dbnull's in all the old records that did ...
Score 2 C# Class's Questions
deepak - 12 Sep 2010 7:08 PM - 6 messages
Hi, There are 2 Questions on C# Classes :-> Quest 1. What will be result of below program.               Class A {                ...
Score ASP.Net 4.0 - Events firing twice.
L . Lee Saunders - 5 Aug 2010 2:54 PM - 3 messages
HELP! Any time a control that posts using DoPostback (ie, via javascript) the event is fired twice on the server.  Example: Regular asp:Buttons do not fire twice but autopostback dropdownlists do as well as <Button runat="server" OnServerClick="asdf"> ...
Score Load operation failed for query GetUser
Gerhard - 25 Mar 2010 4:53 PM - 7 messages
I have a Silverlight Business Application that runs fine in my development environment, but in IIS I get a Load operation failed for query GetUser error with details:    at System.Windows.Ria.OperationBase.InvokeCompleteAction()    at System.Windows.Ria.OperationBase.Complete(Exception error) ...
Score basic tutor
Chen - 20 Sep 2010 6:18 PM - 5 messages
I am new to ASP. I find there are tags: <% @    %> <% !    %> <% #    %> Where could I find the reference to tell the meaning of charcter follows <% such as @, !, # ,... ...
Score Where are all the newgroups?????
tshad - 21 Sep 2010 8:54 AM - 10 messages
Where all the newsgroups???? This is about the only newsgroup on msnews.microsoft.com. All the newsgroups I used to use seem to have disappeared.  I used to use newsgroups for sqlserver, vc for asp.net, vb for asp.net and xp general. ...
Score Questions on migration from VS2005 to VS2010
Chris S - 16 Sep 2010 3:02 PM - 3 messages
Hi folks, As is the case every couple of years, I go through a nerve-wracking transition to a new development environment.  The thing is, I've become really comfortable with VS2005, and our small team has a very simple and ...
Score Make ZIP files from ASP.NET with VB
Marcos G. - 17 Sep 2010 6:14 PM - 4 messages
Hi somebody have an example or an idea to how to make ZIP files from a folder? Thanks a lot ...
Score enable/disable question
Dave - 15 Sep 2010 12:07 AM - 4 messages
Is it possible to disable the something like below?  I dont see an enabled property... //////////////////////////////////////////////// <a id="FurtherActionHyperlink" href="#" onclick="window.open('SORFollup.aspx?SORID=<%# Eval("SORID") %>', '', 'toolbar=0, height=320,width=375,resizable=0,scrollbars=0');return ...
Score RE: Response.ContentType = "application/vnd.ms-excel" IGNORED!
Trapulo - 30 Mar 2010 1:41 PM - 4 messages
Where is MS "two business days" support?! ...
Score Creating an XBRL compliant document
JemmimmaP - 9 Sep 2010 10:40 AM - 6 messages
I've got to write an app to allow someone to enter financial information, which will then be stored in SQL and then produce an XBRL compliant document. I have the taxonomy from the company it has to be submitted to - but ...
Score Scalability question
Mark B - 1 Sep 2010 11:58 PM - 3 messages
I have a website (WebsiteA) ASP.NET (VB) and its webservice (WsAddNewTransaction) hosted on a shared server at [link] SQL 2005 backend database there too. I have another website (WebsiteB) hosted there as well which I have been ...
Score How to get the button ID in GridView
Peter Afonin - 7 Sep 2010 11:27 PM - 8 messages
Hello, My GridView has several buttons in defferent columns. When the button is clicked, is there a way to get a clicked button ID in the GridView_RowCommand event? Thank you, Peter ...
Score Mystery Threads - How do you find out where they come from?
Mark Moeykens - 3 Sep 2010 2:22 PM - 4 messages
In this web app I’m working on there is this place that logs some information about Thread.CurrentThread. This logging is supposed to only happen on threads that the application spawns. The application assigns Thread.CurrentThread.Name a name and then later logs that name into a SQL ...
Score Will running Windows .exe from ASP.NET web page cause memory prob
JB - 3 Sep 2010 2:00 AM - 4 messages
Hello Community     IIS is how we deploy an ASP.NET web application.     The reason I ask that question is because I was told that .exe files take up alot of memory when they run and the more times it is ...
Score Redirecting request
schoenfeld1 - 6 Aug 2006 3:11 PM - 11 messages
I have a broken link on my site for an "INSTALL.MSI". How can I redirect all requests for "INSTALL.MSI" to "INSTALL.EXE" by modifying the web.config? Any help appreciated... ...
Score Procedure timeout when executing from the ASP.NET application
Peter Afonin - 1 Sep 2010 4:22 PM - 3 messages
Hello, I'm working with ASP.NET 3.5 and SQL Server 2008. I have a very weird problem. When I execute the procedure from my ASP.NET application (either from my PC or the Web server), it's timing out. At the ...
Score setting a column value in code for an updatable ViewGrid
Ray Porter - 1 Sep 2010 11:04 AM - 3 messages
Is there a way to set the value for a column in code when a ViewGrid row is edited?  I have a row-last-updated date that is a required audit field in all our systems (required by data management).  I don't really want the user ...
Score how to prevent simultaneous access to a table?
Luc - 14 Aug 2010 1:48 PM - 25 messages
Hi, Students can subscribe for any project via a webform. Table 'project ' contains all the proposed project and table 'student' contain the name of the student and the project-id. Now, suppose there is a limit of 4 students for project 'A' and there are ...
Score CrystalReport won't scroll thru all records in ASP.NET appl datase
JB - 25 Aug 2010 1:44 AM - 8 messages
Hello Community    Using CrystalReports embedded reporting in an ASP.NET application I create a table named reportDT.  The table usually contains more than 10 rows which takes creates about 7 pages of reports.  However after creating the report using CrystalReports it shows the first page ...
Score LINQ related query
Jackson420 - 20 Aug 2010 12:10 PM - 8 messages
Hi I have a question regarding joining xml files on a key which is present in all file, following is my code docFTR is of type XDocument xdList is List(Of XDocument) Dim doc = From x In docFTR.Descendants("Data") From i In xdList.GetRange(0, ...
Score Column count / Access GridView Column after DataBind
Finn Stampe Mikkelsen - 19 Aug 2010 12:44 PM - 5 messages
Hi I have below GridView, which i in codebehind page databind with a dynamicly created datatable. This all works fine, but after the databind i still only have a column count of 1 although the datatable adds another 4 columns to the gridview. This ...
Score Silverlight and AMD processors
Henry Stock - 27 Jul 2010 11:52 AM - 4 messages
Can anyone tell me why Silverlight will not work with AMD processors? Silverlight can't be loaded with my AMD Athalon CPU and I asked about some of the newer AMD CPUs.  The retailer told me not to expect to be ...
Score losing sessions when running in StateServer mode
JK - 20 Jul 2010 7:15 AM - 55 messages
Hi All, We have problem with the session timeout. It is supposed to be 1 hour but the sessions variable are lost before that. I did some testings and the sessions are lost after a random number of minutes (35, 41, 44, 54, ....). ...
Score style 'bold' doesn't work in code
Luc - 14 Aug 2010 10:34 AM - 7 messages
Hi, i want the first item in the dropdownlist to be red and bold (VB.net). Red works, but not bold. An suggestion is welcome. Thanks Luc z1 = New ListItem("choose an item", 0) z1.Attributes.Add("style", "font-bold:true;background-color:red") ...
Score Including and Executing JS and CSS from an ASPX within a Master Pa
Alex Maghen - 3 Aug 2010 2:48 PM - 4 messages
I am running into all kinds of difficulties LINKing/Inserting JavaScript and CSS on an ASPX that is inside a MasterPage. I'm not sure what the rules or even what the life-cycle is. Here are the actual issues: ...
Score MVC question
Alan T - 9 Aug 2010 7:22 AM - 3 messages
I have a page have 2 dropdown list on it. eg. employee (John, Peter, Mary, ...) offices (eg. New York, Chicago, ...) These will be fetched from database to populate it. I have defined data access object and business object for these 2 classes. ...
Score default webpage with iis7 and web.config
Chuck - 23 Jul 2010 9:28 PM - 4 messages
Can I set a default webpage for a subdirectory within a website. In a subdirectory I tried using     <system.webServer>         <defaultDocument>             <files> ...
Score vs 2010 Premium
Betty - 5 Aug 2010 4:43 AM - 3 messages
Hi all, Our original system is developed using ".Net Framework, version=v2.0" and I used vs 2005 Team Suite as development tool. About one month ago, one of our developers upgraded the development tool to vs 2010. But the project in the system is still targeting ".Net Framework, ...
Score MVC
Alan T - 19 Jul 2010 6:34 AM - 5 messages
VWD 2010 Express I am starting to develope a web application, so to get it start with very simple one first: Main page: - 2 radio buttons (laballed as Employee and Orders) - button labelled as 'GO' - click 'GO' will go to Employee or Orders page ...
Score How to print label on network shared printer in ASP.Net
peng - 9 Mar 2006 6:17 PM - 22 messages
Hi, I am development a project using C#.Net. Inside application, it needs to print labels on different Zebra label printers on the network. I used a shell script, but it only worked on the server machine locally. Anybody knows how ...
Score ASP.NET C# code behind call javascript alert then execute next lin
JB - 1 Aug 2010 8:53 PM - 4 messages
Hello Community     Using ASP.NET, C# and SQLServer code behind checks whether data is entered into textbox.      If data was entered into a textbox then the next line of code executes.      If data was not entered into a textbox then I want to call a javascript ...
Score Lock xml file writes through multiple aspx pages
vani - 30 Jul 2010 8:23 AM - 5 messages
What is the best way to lock an xml file if there are multiple aspx pages and/or ascx controls trying to write to it at the same time? I already got a suggestion to use FileShare.None on a filestream that is ...
Score Best method to call a long stored proc with WCF
Cindy Lee - 29 Jul 2010 7:24 PM - 5 messages
Say have a stored procedure that takes about 10min to 1 hour to run and I need to call it with WCF (silverlight). I'd basically want to fire off the query, have the wcf service fire off the query in a thread or something.  Then have the wcf return to ...
Score How to make Asp.net access Crystal Report from IIS website?
JB - 28 Jul 2010 12:11 AM - 7 messages
Hello Community I developed a  web site using ASP.Net, C# and Sql Server. I used Windows Installer to deploy the application. Under virtual directory tab in IIS it states: C:\inetpub\wwwroot\NetAppl\ The applications runs but the reports don’t work now that the application is ...
Score Error form control XXXcontrol is not a member of form
Jennifer Mathews - 26 Jul 2010 1:22 PM - 5 messages
Visual Studio 2008  vb.Net   .net 3.5 I have a solution in a directory called   c:\HereIam\webSiteName\websiteName It compiles and publishes perfectly. I created a new solution in   c:\mySrc\websiteName\websiteName ...
Score disable a button until a link is clicked
Betty - 26 Jul 2010 7:05 PM - 4 messages
Hi, If I want a button non-clickable until a link above the button is clicked(i.e., an legal informational page is viewed then a user can go on to the next page by clicking the button), how can I implement it? ...
Score Cache not working as expected when using list(of integer)
mick0987b - 26 Jul 2010 8:05 PM - 5 messages
Hi, Please can someone explain what is happeing here. I'm caching a list of integers but they appear to dissapear when the original values are changed even though there is no dependencies set up. Example code below. Why does the cache dissapear? ...
Score Help About URL Rewriting
esad - 24 Jul 2010 7:53 AM - 3 messages
Hi, I have a asp.net 2.0 website. I want the links to look user friendly, search engine friendly and easy to track. I tried intelligencia.UrlRewriter and could invert links to what I want them to look like. However I couldn't accomplished to map them(I think the ...
Score (OFF TOPIC) - where did the C#, VB, and winforms newgroups go?
PJ6 - 13 Jul 2010 2:36 PM - 13 messages
I'm sorry to ask here, but google isn't giving me anything on this and I thought this might be a good place to find out. Paul ...
Score Maintaining the selected row after sorting an ASP.NET DataGridView
SeePee - 20 Jul 2010 4:28 PM - 5 messages
How can I maintain the same selected row even after a sort on a DataGridView with multiple pages? I have been looking for an example for weeks and still no luck, so help would be appreciated. Thanks ...
Score Delay AutoPostback?
Brian Cryer - 15 Jul 2010 10:59 AM - 4 messages
I'm making considerable use of auto-postback and the page is responsive so this works fine. I have found though there were I have a number of check boxes even a 1 second postback "turn-around" can be annoying because it ...
Score Delay Page Request Load
MCM14 - 20 Jul 2010 7:58 PM - 6 messages
I need to simply delay the loading of a requested page by 5 seconds. I'm not that that familiar with threading, so I just want to confirm that what I am doing is correct please. In the Load Sub for the page, I have the line: ...
Score IIS logs, time taken, substatus and ASP.Net
Mark - 1 Jul 2010 3:02 PM - 7 messages
Hi... I've been doing some log analysis from one of our websites and I'm seeing some peculiar things. Specifically, I'm seeing that the time-taken column for some requests is running into multiple minutes, sometimes as high as 20 minutes - obviously ...
Score export to PDF problem
Sze - 8 Jul 2010 4:57 AM - 3 messages
I got a method to export the report to PDF directly, However, it sometimes work (export the pdf in 5 secs) but sometimes. (there is dialog box prompt out and said downloading.........) , and the doc can't export as pdf ...
Score Web Deployment Project Directories
Chuck - 30 Jun 2010 9:13 PM - 6 messages
Does a Web Deployment Project in vs10 delete the current website and then install the new one.  I noticed if I created a directory on the IIS website it did not get deleted. However, if I created a file on the IIS website it did get deleted. ...
Score Looking for a NNTP server that discuss csharp/.net
Tony Johansson - 20 Jul 2010 9:26 AM - 7 messages
Hello! I hope there might be some NNTP server left that has groups such as microsoft.public.dotnet.language.csharp because I prefer NNTP server before using Forum. //Tony ...
Score SqlConnection problem - MySQL
Alan T - 19 Jul 2010 7:21 AM - 7 messages
I have installed ODBC driver for MySQL. This is my Web.Config: <add name="spotitConnectionString" connectionString="DSN=MySQL_server;UID=spotit;description=Connection to remote MySQL;server=access;database=spotit;port=3306;pwd=traffic54" providerName="System.Data.Odbc"/> I had an exception of the connection string of the DSN unrecognized. ...
Score System.Web.IHttpHandler, System.Web.SessionState.IRequiresSessionS
MCM14 - 7 Jul 2010 1:44 PM - 4 messages
I am building a web service handler that implements: System.Web.IHttpHandler and System.Web.SessionState.IRequiresSessionState It works well, except for 1 problem with Session State. When the Session mode is set to InProc, everything works correctly. When I change the Session ...
Score Application_AuthorizeRequest
MCM14 - 29 Jun 2010 5:43 PM - 5 messages
I use the Sub Application_AuthorizeRequest in the application pipeline to do some custom page authorization. Basically I check the page requested and redirect to the Login page if needed. The problem is, every single request gets sent through here, including static files like .css. Is there a way for ...
Score Auto redirect http to https
John Kotuby - 19 Jul 2010 1:11 PM - 3 messages
Hi all, I hope this is the right forum for this question as I am having difficulty with SSL and an ASP.NET 3.5 website. I could not seem to find an appropriate forum on Social MSDN either. I have deployed an ASP.NET 3.5 application to a Windows 2003 IIS6 server. ...
Score Multi-Threading
Alan T - 13 Jul 2010 12:36 AM - 7 messages
Just wanted to know if I can do this: 1) User click a button on a page 2) It creates a thread 3) The thread will generate a report 4) This process may take up to a couple of minutes. eg. 5 minutes ...
Score Visual Studio 2010 - removing colspan from td
dp - 24 Jun 2010 4:53 PM - 7 messages
Hi all, I have a table in the source view of an aspx.  When i save the aspx, visual studio immediately marks it all as changed and has removed all occurances of colspan from my td tags.  Anyone got any ideas? ...
Score How do I fix this error: "The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write ac
TheBurgerMan - 17 Oct 2005 12:33 PM - 13 messages
Hi all.  I am using W2K3, .NET2 on a machine running AD and Exchange.  I started getting the message below last week.  I googled the error and not much was returned, but I did find this; [link] ...
Score Config Transforms with Web Deployment Projects
Chuck - 25 Jun 2010 10:25 PM - 8 messages
Can you use Config Transforms with Web Deployment Projects. I couldn't get it to work in VS2010.  Nothing happened.  Other than the  transform files got copied over. I turned off the web.config files section replacement option in the web ...
Score SqlTransaction problem
pers - 12 Jul 2010 9:27 AM - 5 messages
Hi all In my web application  I have following code: SqlConnection con = new SqlConnection("Data Source=.;Connect Timeout=15; Initial Catalog=SaamicAcc1;Integrated Security=True"); SqlCommand com = new SqlCommand("",con); com.Parameters.AddWithValue("@A", "somevalue"); com.CommandText = "Insert into Test (Name) values (@A)"; ...
Score 2010 WebDeployment after build don't execute
Chuck - 25 Jun 2010 9:48 PM - 5 messages
I converted a solution from 08 to 10. All my after build tasks don't run.  This is the first one.   <Target Name="AfterBuild">     <RemoveDir Directories="$(OutputPath)/ConfigFiles" />   </Target> ...
Score AJAX Control Toolkit
SeePee - 18 May 2010 4:23 PM - 4 messages
Hi, I have Microsoft Visual Studio 2008 and having problems with the AJAX Control Toolkit I have downloaded and installed ASPAJAXExtSetup.msi and ASPNETAJAXVS2008.msi. I also downloaded the AJAX Control Toolkit, unblocked it, extracted it following the instructions on [link] ...
Score asp.net, windows 7, and a return of the BSOD
PJ6 - 27 Jun 2010 3:14 PM - 4 messages
I spent years and years using Windows XP without *ever* seeing a BSOD. I honestly thought these things were a thing of the past. Now I see one, or have my machine simply lock up hard, nearly every day and it only happens ...
Score I got an error
redbull - 2 Jul 2010 10:42 AM - 8 messages
Hi guys, I've created a simple webpage with a datagridview, my business object. If i try to modify a record i get an error on date value: Dettagli eccezione: System.InvalidOperationException: Impossible to convert the value of parameter 'DataNascita' from 'System.String' to ...
Score Saving database data collects from few pages
Mario - 28 Jun 2010 7:41 AM - 8 messages
I need an advice for a most common and memory efficient method. I collect data on a three pages (1,2,3 step) and  need to save data to database. Is it ok to open connection and insert data on every page, or to somehow save to ...
Score SilverLight
Cal Who - 22 Jun 2010 1:01 PM - 9 messages
I've been reading about SilverLight and have run some of the sample kits. I'm sure I'll eventually find out what I want to know but I'd like a head's up now. I have a asp.net website (not the application version) and I wonder if I'm ...
Score How to pass value from one form to another form.
Jay - 28 Jun 2010 6:21 AM - 6 messages
I have the following code in BookList.aspx:     <form id="form1" runat="server">     <div>         <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" ...
Score Combo box in form
Jason - 11 Jun 2010 1:56 PM - 4 messages
Hi, How do I rerefence my combobox in my VB code behind. It's sitting in an ASP formview. When it is outside the formview my code behind works like this:     Private Sub cboCurrency_DataBound(ByVal sender As Object, ByVal e As ...
Score One button to know which button got clicked?
bthumber - 21 May 2010 5:24 PM - 5 messages
I have two buttons on a messaging form. A "To" (who's going to get the message) and "Cc" (who's going to get a copy). The user choose the names from a listbox that popup when the "To" button is clicked. When the user click the ...
Score o I need both VS@010 and MS Visual Developer 2010 Express
Cal Who - 23 Jun 2010 8:40 PM - 7 messages
I have vs2010 Ultimate and just noticed I also have installed MS Visual Developer 2010 Express. I think that may have been downloaded by MS Web Platform when I downloaded something else - but I'm not sure! I definetly do not want to mess up my VS2010 but would like to delete the MS ...
Score ASP.NET Chart and Graph
SeePee - 16 Jun 2010 9:36 AM - 6 messages
I am using Microsoft Visual Studio 2008 and need to know the most popular method of creating charts and graphs. Also if you could supply an example. Many thanks ...
Score Why does refactoring generate private static method?
csharper - 16 Jun 2010 1:25 PM - 4 messages
I am using Visual Studio 2010 for my web application in C# 4. When I refactor my code to create a method, Visual Studio always generates private static method such as private static void MyMethod(blah blah blah){...} instead of non-static protected method such as ...
Score Data sotrage design question
kpg - 16 Jun 2010 3:22 PM - 3 messages
Hi all, I have a general design question about a data storing asp.net website I'm contemplating. The site will allow users (businesses) to log in and manipulate client records; add, edit, delete.  My design question is this: Should the data ...
Score Object reference not set to an instance of an object.
. - 14 Jun 2010 6:23 PM - 4 messages
Hello, we were given a compiled asp.net app which is running on our iis 5.0 (.net v2.0.50727.1873) server in which appears to be functioning fine for the most part but one of the pages displays this subject's error and was ...
Score I don't see the file sitemap.axd anyplace but it's referenced in robots.txt
Cal Who - 11 Jun 2010 12:59 PM - 9 messages
I'm looking at someone elses code and they have the following in robots.txt. But I don't see the file sitemap.axd anyplace. What is going on here? User-agent: * Disallow: /login.aspx Disallow: /search.aspx Disallow: /error404.aspx ...
Score How to encrypt SSN in querystring?
Jeff - 9 Jun 2010 5:07 PM - 5 messages
Hi asp.net 4.0 visual studio 2010 I'm developing a website which will have ssn included in the querystring. Are looking for ways to encrypt it. Have thought about using System.Security.Cryptography namespace. But haven't decided on which class to use. Considering X509Certificate. Also I think the ...
Score Best way to merge a blog engine into my website
Cal Who - 8 Jun 2010 12:44 PM - 6 messages
I want to add a blog to my existing site. I see that there are quite a few free complete blog software kits available. I'd like to try to install one along side my existing  website. I'm guessing one way is to combine the Global.asax, default.aspx and ...
Score Enter behaviour on textbox
Eric - 8 Jun 2010 2:10 PM - 3 messages
Hi, I have a multiview view with a panel on it and in that panel a table with several controls (2 dropdown,3 textbox, 2 button, 1 gridview). When data is entered in one textbox and button1 is pressed, it puts the data ...
Score DataBind Repeater to string[] in ViewData without code behind. MVC 2
Roger Frost - 23 May 2010 8:56 AM - 5 messages
Greetings, I'm coming from a WinForms background and diving into ASP.Net. I'm using: C#, VS2010, .Net 4.0, ASP.Net, MVC 2. What I want to do is get a string[] of roles in the controller with: ...
Score From Desktop to Web base application
Jorge Vera - 8 Jun 2010 2:38 PM - 2 messages
Hi there! We are thinking on moving our desktop applications to web based. I am sending this message to collect some experience, know issues, and anything that will help us to move forward. we are planning to use Asp.net 4, Sql 2005 or 2008 on windows 2008 ...
Score Firefox not performing client-side validation
Nathan Sokalski - 24 Mar 2010 7:39 PM - 13 messages
When I write a custom validator (by inheriting from the BaseValidator class) and add a JavaScript function for client-side validation, Firefox does not use it. All my validators work perfectly fine in Internet Explorer, and I'm not using any browser-specific JavaScript or getting any JavaScript errors, ...
Score My onload gives message that the function is not a member
Cal Who - 3 Jun 2010 12:38 AM - 3 messages
<%@ Page Language="VB" MasterPageFile="~/Main.master" AutoEventWireup="false" CodeFile="SecondChurchDedication.aspx.vb" Inherits="History_SecondChurchDedication" title="Untitled Page" %> <asp:Content ID="Content8" ContentPlaceHolderID="BottomImageCPH" Runat="Server"> <center> <iframe id="DocumentsFrame" runat="server" src="SecondChurchDedication.pdf" ...
Score Enable emailing?
. - 4 Jun 2010 5:56 PM - 6 messages
Hello, currently our W2K server is able to email using CDONTS on an app via some classic .asp pages.  In running a different .aspx app via .net on the same webserver would anyone know how to details (web.config, IIS settings, ...
Score Force client refresh after site update. How to?
bob - 2 Jun 2010 2:21 AM - 5 messages
Hi, Can someone please suggest a reliable way of forcing refresh of a site that has been updated?  I'm running into problems with java script and some images (e.g. menu backgrounds, buttons, etc.) which do not always get sent ...
Score Visual studio 2008
Lee Atkinson - 28 May 2010 2:12 PM - 3 messages
Hi guys, Ive just made the switch from vb to c# ... And in visual studio code behind on a asp page im not getting the drop down of page controls in the top left down down list ... How comes? Lee ...
Score dropdownlist problem
JohnE - 31 May 2010 4:32 AM - 7 messages
Hello.  I have a "unique" situation (thanks to the prior owner of the project) in a webpage.  I have dropdownlist inside an InsertItemTemplate of a Listview (which is inside a formview's EditItemTemplate).  A quick change is ...
Score What's wrong with this file write code
Cal Who - 25 May 2010 12:52 PM - 6 messages
This code works OK if the file is small but if the "do" loop has to iterate a second time the file is NG. When I open the zip the file is there but if I try to copy it or open it the ...
Score How can I make my site fill the browser height
Cal Who - 30 May 2010 10:59 PM - 4 messages
How can I make my site fill the browser height. As it is now it fills the browser's width. I repeat a 1-pixel vertical line to fill-in the sides. I put a border about the html and the body and I see they both end at the ...
Score need to click twice on pager to navigate
goldenrate - 28 May 2010 2:06 AM - 4 messages
Hey Everyone, I recently added the ASP:Pager to a ListView. Everything is working fine with the pager except that it takes 2 clicks to navigate between the pages. Any ideas? thanks, David ...
Score Pass a URL as a QueryString
Dave - 27 May 2010 1:21 PM - 6 messages
Is it possible to pass a URL as a querystring, and if so, what are the restrictions/limitations? ...
Score Copy and paste from Excel to GridView
Luigi - 21 May 2010 2:29 PM - 6 messages
Hello, is it possible to copy and paste values taken from an Excel spreedsheet into the grid of a GridView in a ASP.NET page? Luigi ...

Developed using NextGeneration, the .NET Code Generator Try AdSense Reporter, the charting tool for AdSense publishers