Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > march 2008 > threads for monday march 24

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Ambiguous match found
Posted by aparna at 3/24/2008 11:36:15 PM
Hi, I have one project in dotnet 1.1and when I am trying to compile that project I am getting "Ambiguous match found" error in code behind file(.aspx.cs) but there is no such file in that project,how I can view that file and how to remove this error. Thanks Aparna...more >>


how to pass the value between the page and user control
Posted by rose at 3/24/2008 10:38:31 PM
Hi everyone, I have a user control on a page within a table that is by default hidden through javascript. On a button click, I set the table visibility to inline through an HtmlInputHidden control and users can see the User Control within it. When I click the Submit button within the user con...more >>

Read/Write from Excel using ASP.Net
Posted by DaveBinM at 3/24/2008 9:06:02 PM
Hi, I've got an Excel file that calculates various engineering formulas, and uses VBA to perform certain tasks essential to the calculations, and I now need to make an ASP.Net page that allows someone to input data into a web form, and be inputted into cells in excel, then return the overall re...more >>

Resources
Posted by Heinrich Moser at 3/24/2008 5:32:33 PM
Hi! What are the advantages/disadvantages of using <p><%= Resources.MyGlobalResourceFile.HelloWorld %></p> as compared to <p><asp:Localize runat="server" Text="<%$ Resources:MyGlobalResourceFile, HelloWorld %>" /></p> Both seem to do quite the same. The documentation seems to recommen...more >>

Change class of element in code
Posted by CJM at 3/24/2008 4:49:27 PM
I have a ASP.NET site with a simple, standard menu: <div id="menu"> <ul> <li><a class="selected" id="home" href="index.aspx">Home</a></li> <li><a id="about" href="/about/">About Us</a></li> <li><a id="services" href="/services/">Services</a></li> <li><a id="resourc...more >>

Handling files with & in name
Posted by David C at 3/24/2008 2:11:13 PM
I have an asp.net VB application that gets a filename and tries to display it on a web page. It seems to be truncating the name when the name contains "&" in it. Below is what I am using to grab the name. How can I get around that? Thanks. David If Not Request.Cookies("path") Is...more >>

Prompt for username/password opening PDF
Posted by David C at 3/24/2008 2:08:07 PM
We have an application that displays the content of a file based on the file name suffix, e.g. if "pdf" it uses Response.ContentType = "application/pdf" and then to display it it uses Response.WriteFile(FilePath) and it works fine for all but very large files. Fo...more >>

Event
Posted by shapper at 3/24/2008 1:25:28 PM
Hello, How can I fire an event in a custom control (composite control) sending a command value and argument? Thanks, Miguel...more >>



another spell checker question
Posted by Paul at 3/24/2008 1:11:01 PM
I was just wondering if anyone has implimented any of the free spell check tools for .net web applications and if they found it difficult? Also just wondering if anyone can recommend any good spellcheck tools that are easy to impliment and have several features that are $500 or less. Thanks....more >>

properly close crystal report object?
Posted by David Lozzi at 3/24/2008 12:31:01 PM
Howdy, in a .net 2.0 application using crystal reports for visual studio 2005, my users get the following error System.Exception: Load report failed. ---> System.Runtime.InteropServices.COMException (0x80041016): The maximum report processing jobs limit configured by your system administ...more >>

Is DropdownList's SelectedIndex useless?
Posted by bogdan at 3/24/2008 12:30:02 PM
I need to pass a dropdownlist's selected value from one page to another. I thought that handling DataBound() and SelectedIndexChanged() events of the dropdownlist is all I needed to do in order to 'capture' the currently selected value - the former handler would 'capture' the initial value an...more >>

SFTP
Posted by PJ6 at 3/24/2008 12:27:07 PM
This is slighly off-topic but can anyone recommend an SFTP (SSL) server product? Paul ...more >>

Copy a row from Table A to position 0 in Table B
Posted by dave@softwareonline.com at 3/24/2008 12:21:51 PM
I've tried various things for the last two hours, and I give up! What I really need is ImportRowAt(), and it would solve my issue, but since that doesn't exist: I have two tables with identical schema. I run through TableB and if I find a row that matches my criteria, I want to insert it as ...more >>

populating ddl and setting selectedvalue
Posted by J at 3/24/2008 11:07:44 AM
When a button is clicked, I want to populate multiple ddl's and under certain circumstances I want to set the SelectedValue. I've tried different variations of this: protected void btnImport_Click(object sender, EventArgs e) { [snip] int tblcols = dsCsv.Tables["csv"].Columns.Count; ...more >>

SQL Server string concatenation
Posted by David at 3/24/2008 10:56:06 AM
Hi all, I have a small problem... I need to do string concatenation in sql server... i.e. select field1 + field2 + field3 as JoinedField from table This works fine IF all the fields have content, but if one of them is null, then the whole JoinedField is null. Any idea on how I ca...more >>

Serializing Object Model
Posted by Dave T at 3/24/2008 9:07:06 AM
From a web service I'm serializing out an object model. Is there a way to only include those elements of the object model which actually contain data?...more >>

using System.Web.Script; does not exist -AJAX installation
Posted by Paul at 3/24/2008 8:35:05 AM
Hi, I have downloaded the ajax tool kit for vs 2005 but when I try to run it I get many errors. I think it is missing some assemblies. The first error is system.web.script namespace does not exist. I tried adding a reference as I was looking for adding system.web.extensions or system.web.s...more >>

2005-FormsAuthentication, Httpcontext.current.user is always nothi
Posted by ns at 3/24/2008 8:15:00 AM
I am using visual studio 2005, i manually addded global.asax.vb and changed global.asax to use the code behind. When i step into the authenticate request, i get the HttpContext.current.user as nothing always. AM i missing anyhting ?, has the implementation of forms authentication changed ...more >>

Visual Web Developer 2008 (Express)
Posted by Zamdrist at 3/24/2008 8:07:06 AM
I develop basic web application for a small corporate intranet. What if anything would I miss feature wise from developing web applications via the full Visual Studio edition? Anything terribly significant? Is there a feature breakdown somewhere...this has that, this does not have this...etc? ...more >>

How Do i use this Javascript
Posted by iHavAQuestion at 3/24/2008 7:43:00 AM
How can I use this same javascript in the asp.net 2.0, where I have a master page. <html > <script language="javascript" type="text/javascript"> function functionName(cnt_id) {} function functionName2 {} </script> <form id="form1" runat="server"> <body> Date: <input runat="serve...more >>

find grid view particular item
Posted by vinodkus@gmail.com at 3/24/2008 7:32:15 AM
dear sir/madam I have displayed data in gridview. after display of data i want some particular data from gridview by using index of that data in gridview. please tell me how it is possible like by using rows or column in a table we can find what is the particular item in a paricular cells of t...more >>

Javascript error for ConfirmButtonExtender & Modal popup
Posted by Arnab das at 3/24/2008 5:01:41 AM
I am using ConfirmButtonExtender & Modal popup for validation .Though everything working fine still I am getting a javascript error- 'null in null or not an object' . Thanks, Arnab ...more >>

String handling in VB.NET
Posted by deepak at 3/24/2008 1:07:00 AM
Hi All, I have a string which can have ONLY ONE mobile number or multiple mobile numbers(seperated by semi colon). dim str as string = "+919886735837;+919820444818;+919916302180" OR in this below format dim str as string =""+919886735837" depending upon the user who is using the ...more >>

Modal pop up like window.confirm
Posted by Arnab das at 3/24/2008 12:06:10 AM
Below is the javascript code i am using function confirmDelete() { var returnValue = window.confirm("Deleting the current page. Continue?"); return returnValue; // var returnValue = $find('mdlPopUpExt').show(); // return returnValu...more >>


DevelopmentNow Blog