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 2006 > threads for sunday march 26

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

How to make connection strings identical
Posted by ad at 3/26/2006 10:48:27 PM
I have a web application which refer a class library project. The web application have a web.config and the class library project have a app.config. They all have connection string defined in them. I set both connection strings identical in VS2005. But after publish it to web site, I can ...more >>

DataList + FindControl()
Posted by christof at 3/26/2006 10:14:58 PM
How to do it: My page: <asp:DataList ID="dataListRoleMembers" ...> .... <FooterTemplate> <asp:LinkButton ID="btnAddMember" runat="server" OnClick="btnAddMember_Click">Add...</asp:LinkButton> <asp:TextBox ID="txtAddMember" runat="server"></asp:TextBox> </FooterTemplate> </asp:DataList> ...more >>

What about setup.exe and .msi
Posted by ad at 3/26/2006 9:43:41 PM
I use WebSetup project to create the deployment file for my web application. The WebSetup project always create two file xxxx.msi and setup.exe. What is the difference between? ...more >>

ASP.NET 2.0: requestPriority to "Critical"
Posted by Development Tray at 3/26/2006 9:33:51 PM
Hello. How can I to set requestPriority to "Critical" for an specific page in ASP.NET 2.0? Thank you. ...more >>

The XML page cannot be displayed
Posted by Bernard Piette at 3/26/2006 9:16:01 PM
Help.. Newbi in ASP 2.0 on iis6.0 on win 2003 server. I must have not set something up correctly... I create a test solution in visual studio and it displays correctly in my browser when I ask to preview in browser. When I actually copy the Published soluiton to a directory in my website ...more >>

regex replace
Posted by AVL at 3/26/2006 8:55:02 PM
Hi. I've a requirement in regular exp.. I need to replace a pattern...can anyone help me out,... My input string is as below <img src="c:\windows\images\bluehills.jpg"><a heref="sfjs"> <img src="c:\vij\granny.bmp">......... My output string should be like <img src="D:\images\bluehills.jp...more >>

Is 2.0 AdRotator Stable?
Posted by clintonG at 3/26/2006 8:46:57 PM
After months of stable operation the AdRotator has become unstable. Maybe its the Themes or the MasterPage who knows? The AdRotator is showing the images from Theme 1 when Theme 2 is selected and loaded. I have a very simple implementation... // Declared in MasterPage <div id="LogoCube...more >>

Where can I download free VS.NET 2005 ?
Posted by CamThach at 3/26/2006 8:26:01 PM
Hi all, Where can I download free VS.NET 2005 ? If you know where pls email for me at : natuan@tma.com.vn hqtien@tma.com.vn lttuan@tma.com.vn ...more >>



emit raw html
Posted by bill tie at 3/26/2006 6:13:01 PM
I have HTML markup in a database table, e.g. <h1>text text</h1> When I read the data into a DataGrid, GridView or some such, I want the HTML to be emitted as is. This means that if I view the source of the page, I will see, e.g. ....<td><h1>text text</h1></td>... I don't what the HTML...more >>

asp.net repeater control additional item
Posted by Howard at 3/26/2006 4:38:57 PM
i have this repeater control <asp:Repeater runat="server" ID="Repeater1"> <ItemTemplate> <span><%# Eval("text")%></span>< br/> </ItemTemplate> </asp:Repeater> it generates something like this <span>text1</span>< br/> <span>text2</span>< br/> <span>text3</span>< br/> and so on i would...more >>

Make some dropdown items in a GridView Column Bold
Posted by Nick Zdunic at 3/26/2006 3:56:04 PM
I have a grid view with a column of dropdowns. Some of the items displayed in this dropdown need to be displayed in bold. Other are left as is. Is the GridView the best control for this or is there a way to achieve this within the control. In addition to this the bold items should not be...more >>

Playing audio n video files
Posted by AVL at 3/26/2006 3:07:18 PM
Hi, I want to play audio n video files in my web application... How can I do this? Are there any samples.....more >>

Best way to wrap an existing asp application
Posted by SM at 3/26/2006 2:57:13 PM
Hi , I have a requirement to wrap a 3rd party asp.net application. This is to be done to implement Single Sign On (SSO) feature , users will be authentiacted and authorzed before they could see the vendor application. The issue is that we, don't have the source code. Any suggestions are we...more >>

Custom MembershipProvider, unable to load type
Posted by Iulian at 3/26/2006 2:53:39 PM
I have created my own MemberShipProvider/RoleProvider/MembershipUser classes extending the base ones. I managed to install everything but I have a problem. When I run the Application Configuration and go to the Security tab I get this error: "There is a problem with your selected data store...more >>

SQL Date Problem
Posted by clickon at 3/26/2006 2:49:07 PM
Hi I have an ASP aplication that is used for colecting consumer complaint information. THe info is stored in an SQL Server database. All seems to be working OK apart from one thing. To record the date that the complaint came in there is a field in the complaints table called DateReceived c...more >>

Crystal Report and Inline code
Posted by John at 3/26/2006 2:48:15 PM
I'm trying to develop a crystal report page using inline code (no code behind page). Here is my code: <%@ Page language="c#" %> <%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=652fbea5521e...more >>

Question on adding an assembly to GAC
Posted by Diffident at 3/26/2006 2:46:35 PM
Hello All, I am trying to add an assembly to GAC but having difficult time figuring out the concept of GAC. This is what I am trying to do.... 1. Installed NUnit framework whose DLL ("nunit.framework.dll") I need to add to the GAC so that I can use it from multiple applications. 2. Used...more >>

Javascript and Masterpages
Posted by Mori at 3/26/2006 2:45:33 PM
I am using a popup Calendar to populate a textbox. When the textbox is on a form without content control, it works fine. the script is:<script>window.opener.document.forms(0).txtDate.value ='3/20/2006';self.close()</script> However, when the textbox is within a content control, it does no...more >>

how do I change the href property to the web anchor element
Posted by eswanson at 3/26/2006 2:44:10 PM
In jscript, I would like to be able to set the href attribute of the anchor element. I have a aspnet:hyperlink button on the page, but I would like to be able to set the href attribute of this element via jscript. How do I do this? I am attempting to prevent extra trips to the server. ...more >>

Webcam Streaming
Posted by duzinga at 3/26/2006 2:43:12 PM
How can I stream the video input from a webcam in a ASP.NET webpage. It's done by using the "form.handle" in windows.forms. But ASP.NET does not have that option. Any help would be appreciated....more >>

JavaScript vs runat=server problem
Posted by Tina at 3/26/2006 2:09:19 PM
I have been running a javascript function called from <body onload="setcursor" .... But recently I had to add id="mybody" and runat="server to that body tag for other reasons. Now it won't run my javascript because it apparently thinks I'm calling a server side function. How can I execu...more >>

referencing a user control: ASP.NET 2.0
Posted by Jimi at 3/26/2006 12:00:00 AM
Hi, I have a user control on my page and all I would like to do is call one of its public methods. in 1.1 I would just go... ((MyUserControlType)(NamedInstanceOfControl)).PublicMethod(); e.g. as a trivial example ((string)(_myStringInstance)).ToLower(); However in 2.0 I cannot seem ...more >>


DevelopmentNow Blog