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 > june 2004 > threads for saturday june 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

Display Memo Text
Posted by Gmansky at 6/26/2004 10:43:34 PM
I have a dataItem that is a text memo field. When I use <%#container.DataItem('memoText')%>, it displays it with no line breaks. Is there a function to convert the line breaks on the memo field? Thanks, George ...more >>


hyperlinking to a new page
Posted by Gmansky at 6/26/2004 10:27:06 PM
Hi, I have the following code. Basically, I just want to create a way to show the detail of the record to a new page. I knew it is relatively simple but I am a little bit lost. It doesn't seem to send the 'recID' to the new page hyperlink. What am I missing? <asp:Repeater id="BookRepea...more >>

asp.net combo in datagrid
Posted by Ziv Riezman at 6/26/2004 10:20:01 PM
Hi All I Have a datagrid on asp.net. i need to add a combo box column that chages it's data according to a spefiiec row in a datagrid. Please help me ?? Thnaks Ziv Riezman...more >>

Watermark in background for Debug build
Posted by David Slinn at 6/26/2004 9:47:21 PM
I was wondering what the best way to acheive the following would be: What I would like is for the background of every page in my ASP.NET web project to contain a soft red GIF containing the word "TEST" when the version being viewed has been compiled using the DEBUG build. Once we build a rele...more >>

mouse over event
Posted by Andreas Aschauer at 6/26/2004 6:03:58 PM
Hi! I'm creating an ASP.NET app that displays can be used to post events. Calendar controls display dates that are marked for an event. Days that have an event associated are marked red in the Calendar. My Problem is : Is it possible to display a little box (ToolTip like) whenever the mouse c...more >>

getting id of the record you just added
Posted by Richard at 6/26/2004 6:02:57 PM
In normal asp i used --------- objRS.Open "tbl_Nieuws", objConn, 1, 3 objRS.AddNew objRS.Fields("N_Datum") = FormatDateTime(Now(),2) objRS.Fields("N_Title") = ReplaceHTML(Upload.Form("title")) objRS.Fields("N_Intro") = ReplaceHTML(Upload.Form("intro")) objRS.Fields("N_Body") = Repla...more >>

Pop-Up Window - Return data
Posted by Jeremy at 6/26/2004 5:54:05 PM
What would it take to create a pop-up window that displays some graphics (each with a bit of text). Ideally it would behave such that when a user clicks on a graphic, the pop-up window disappears and some data (e.g., some ID value of the graphich clicked) is then returned to the window from which...more >>

ASP.NET Web Matrix or VS.NET?
Posted by Don Wash at 6/26/2004 5:21:16 PM
Hi All! I'll be doing my first ASP.NET web project and I would like you to recommand me whether I should use ASP.NET Web Matrix or Visual Studio.NET? My ASP.NET application will have following features - Requires connnection to DB (So I probably need to use ADO.NET for it?) - Requires Web C...more >>



ASP.NET 2.0
Posted by Brett Baisley at 6/26/2004 4:56:32 PM
I see on Microsoft's site how to make master pages but they require ASP.NET 2.0. Where do you download that, or can you yet? Thanks. ...more >>

BreadCrumb Trail
Posted by Simon Harris at 6/26/2004 4:03:19 PM
Hi All, Anyone done a bread crumb trail in asp.net? I mean the type of navigation you can see above - 'Viewing: bla > bla2 > bla3' I need to develop one for a site i'm working on, just not sure where to start. I've found plenty that work by tracking the directories, e.g. if the user was at ...more >>

Sharing DLLs among multiple ASP.NET Apps
Posted by xinli11 NO[at]SPAM gmail.com at 6/26/2004 3:56:10 PM
Hi, I'm fairly new to using ASP.NET, so please bare with me. I'm writing some classes that provide a business layer functions. But these functions need to be accessed from a series of websites hosted on IIS. I know normally you would put the DLL inside the web app's /bin directory. But th...more >>

KeyBoard Accelerator (AccessKey)?
Posted by WJ at 6/26/2004 3:10:43 PM
How do I set the AccessKey property of a Web Label control on my Asp.Net ? Ex: Lebel Text Name is "Name", I like to see letter "N" underlined so that I can use ALT+N to force the system focus on the Name field instead of using the mouse pointer. This is the same as "Short cut" for Menu drop down ...more >>

textbox control properties?
Posted by sean at 6/26/2004 2:51:28 PM
Hi There, I am trying to make my textbox control look like a <textarea> html form object, can someone tell me how to do this? Sean - thanks in advance for your answer <asp:TextBox id="txtModelDescription1" width="250" maxlength= "250" runat="server" /> ...more >>

Drop Down List That Includes Thumbnails?
Posted by Jeremy at 6/26/2004 2:51:02 PM
I would like to implement a Drop-Down list that can show a thumbnail graphic next to the text in each row. Is this possible with anything that ships with VS.NET 2003? Or do I have to use a 3rd party control (if so, any recommendations?). Thank you. ...more >>

Problem with session time out
Posted by Alex at 6/26/2004 1:41:51 PM
Hi I am currently working on a project and i happened to encountered a problem which is very pricky. I have used formsAuthentication in my project. Manually codes an authenticationTicket. And now i realise a problem which has something to do with session expiry. My project includes popups ...more >>

Page.LoadControl and CSS
Posted by Ben Fidge at 6/26/2004 1:05:13 PM
I've got a page that dynamically loads web UserControls at run-time. The problem is that CSS styles applied to the UserControl's controls and page elements aren't being applied. Any ideas? Thanks Ben ...more >>

ASP.net
Posted by subair ka via .NET 247 at 6/26/2004 12:58:02 PM
(Type your message here)how can i send mail automatically using ASP.net daily in a web application? -------------------------------- From: subair ka ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>oypQGESSDk2CECPsv5JIGw==</Id>...more >>

Remove row from datagrid dynamicly
Posted by moondaddy at 6/26/2004 12:38:24 PM
I have a datagrid where a user can edit a number in one of the columns for a quantity value. On the postback I loop through all of the datagrid items and if the quantity has changed, then I update the value of the extended price cell for that datagrid item. Also, the datagrid has a checkbox i...more >>

Best Practices for System.Net Classes what?
Posted by Janus Knudsen at 6/26/2004 12:36:15 PM
Hello... Need a little explanation! Snippet from MSDN: "The following recommendations will help you use the classes contained in System.Net to their best advantage: Use WebRequest and WebResponse whenever possible instead of type casting to descendant classes. Applications that use WebRe...more >>

Deploying webservice
Posted by John at 6/26/2004 12:27:10 PM
Hi I have created my first web service on my local server. I now need to deploy the ws to www.mydomian.com/MyApp/webservice/ site. What are the steps to do that? Is there a way to use only compiled version so the source code is not exposed? Also, how would my client apps be able to add referen...more >>

accessing session variables in a asp.net module
Posted by subrahmanya raju via .NET 247 at 6/26/2004 12:13:58 PM
(Type your message here) I want to access the session variables in a module of my asp.net project. I want to use the session variables in the global functions written in the module -------------------------------- From: subrahmanya raju ----------------------- Posted by a user from .NET ...more >>

Using the Treeview Webcontrol
Posted by Irishmaninusa at 6/26/2004 12:08:28 PM
Hello, I am a newbie to asp.net and I am trying to do sample code using the treeview code, and for some reason it is not displaying the way I would expect it to display. HEre is the code in question <%@ Import Namespace="Microsoft.Web.UI.WebControls" %> <%@ Register TagPrefix="IE" ...more >>

Yahoo-Type Directory Structure?
Posted by clintonG at 6/26/2004 12:07:00 PM
I'm hoping to get some references to articles or documentation to get some insight into how to develop a 'directory' like this example [1]. -- <%= Clinton Gallagher A/E/C Consulting, Web Design, e-Commerce Software Development Wauwatosa, Milwaukee County, Wisconsin USA ...more >>

Class Design and Re-use
Posted by krs at 6/26/2004 11:40:01 AM
Hi, I'm using the MS timetracker app as a basis for an application I am building. I have at present two classes, Site and SitesCollection, similar to the timeentry and timeentrycollection classes. These classes use the ms sqlhelper class as a data access layer. I've now created a web form t...more >>

user authentication
Posted by Agus Ayala at 6/26/2004 10:27:01 AM
Hi, all I have a page called "default.htm" which has 4 frames. When somebody wants to access this page, if the user didn't log on in the system then it must appears the "login.aspx" page. I'm trying to do something in the Global.asax but I'm having some troubles. Any ideas would be great. Che...more >>

Datagrid link button click event in clientside
Posted by Niclas Lindblom at 6/26/2004 10:12:03 AM
Hi, I have a datagrid with linkbuttons. I would like to catch the click event when a link button has been clicked and use the string from the text value of the link button in a clientside Java script. Is this possible or should I look for other ways of achieving this ? Regards Niclas ...more >>

Deploying ASP.NET Application
Posted by rlthurston at 6/26/2004 10:07:01 AM
I am in the process of moving our asp.net application from staging environment to our production environment. Our security in staging is quite a bit more lax then in production and when we deployed it - the application keeps returning errors when trying to connect to SQL Server (2000). We have ope...more >>

dynamically creating textboxes based on sql records
Posted by Tony at 6/26/2004 9:39:17 AM
Is there a recommended way to have a form that is a list of textboxes from a sql table based on a username that then puts the captured data back into the db? I have a table |userid|skill|level|. I need to display the list to the user, have them update the level and then store this data back in...more >>

Use VS.NET from another domain
Posted by Grey at 6/26/2004 9:36:42 AM
I need to use one VS.NET from one domain, DomainA, to connecting the IIS web server in another domain, DomainB. However, I got an error when I try to run the project. Error Message "Error while trying to run project: Unable to start debugging on the web server. Access denied. Verify that you a...more >>

ASP.NET Page Variables Persistence
Posted by Mark Anthony Spiteri at 6/26/2004 8:08:01 AM
Hi, I am designing an ASP.NET application in which particular pages require global variables that need to be persisted during postbacks. What is the best practice to do this? Is it to use the viewstate object or is declaring the variables as static sufficient (I am currently using this method...more >>

app licensing
Posted by rasta at 6/26/2004 1:04:04 AM
does vb.net allow for locking the vb app? i.e., similar to leasing the sw where the user has to contact the developer on fixed intervals for a licensing code to unlock the software? also is there a dll for web sites to release the license code via web page or even directly from the vb app? ...more >>


DevelopmentNow Blog