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 2005 > threads for thursday march 10

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

Session variables
Posted by Gerald at 3/10/2005 11:43:27 PM
Hi, Is there any know problem using session variables ? My website won't have more than 20 simultaneous connections, and i would like to use 5 session variables containing strings... I know than with ASP, it was not really recommended, what about ASP.NET ? Thanks ! ...more >>

Congratulations, Karl Seguin!
Posted by Juan T. Llibre at 3/10/2005 11:39:34 PM
Karl's master-class article : On the Way to Mastering ASP.NET: Introducing Custom Entity Classes was published on MSDN and also at the ASP.NET Developer Center: http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/CustEntCls.asp http://msdn.microsoft.com/library/def...more >>

Newbie:please help me 'display' this on a simple .aspx page
Posted by Marlon Brown at 3/10/2005 11:33:53 PM
I understand that store procedures are the recommended way to handle SQL queries from an ASP application. However I am working on a small academic assignment and I just need to get this over with. I created the store procedure but now the teacher didn't accept that, as he is concerned he wou...more >>

dynamic generated menu canching
Posted by vikram at 3/10/2005 10:53:47 PM
I have to design a page which contains a dynamic generated menu at left side.Menu will be generated once a user log in and will remain as it is for the rest of the user session. Problem is that due to client requirement i have to avoid using frames and hence menu and the page will be a sing...more >>

Why do we like ASP.net again?
Posted by tatemononai NO[at]SPAM gmail.com at 3/10/2005 10:01:23 PM
Not to rant, but just in general, ASP.Net seems to be a lot more hassle than traditional ASP. I enjoyed lots of dynamic GUI work with traditional ASP. And I'm a desktop developer by trade, so I love OOP and thought ASP.Net was going to be a web-based version of MFC or even Visual Basic, but it...more >>

w3wp.exe High CPU Utilization
Posted by mcollier at 3/10/2005 8:58:24 PM
I am experiencing high CPU utilization with my ASP.NET application. The w3wp.exe process uses 75%-80% CPU for about 10 seconds. I notice this when the application first starts up, which I can partially understand since ASP.NET compiles the application on the first access. However, I also notice...more >>

Checkboxlist
Posted by suma kn via .NET 247 at 3/10/2005 8:04:30 PM
(Type your message here) hi, im using checkboxlist control in my aspx page, and my code is as follows /********* int i as integer For i = 0 To CheckBoxList2.Items.Count - 1 If CheckBoxList2.Items(i).Selected Then ' List the selected items s = s & ...more >>

When is Response.Flush honoured?
Posted by Shardul Kulkarni at 3/10/2005 7:52:55 PM
Hi, I would like to know the pre-requisite conditions for Response.Flush to be honoured. Can you override the default semantics of this in any way? Thanks. Shardul ...more >>



Stored Procedures and DataSets
Posted by Sandy at 3/10/2005 7:51:11 PM
Hello - I am used to retrieving data with stored procedures. DataSets have me baffled inasmuch as it exposes Sql statements directly in the code, however, I think I need to be working with Datasets for what I'm doing because I can't be continually posting back to the server. Is there a ...more >>

Adding HeaderText and HeaderImageUrl to Colums in DataGrid
Posted by Patrick Olurotimi Ige at 3/10/2005 7:06:55 PM
I want to add a HeaderText="Subject" and HeaderImageUrl="" to a Datagrid but it seems it doesn't work! It seems If i specify both header text and a header image, the header image takes precedence!!! Any ideas how i could dislpay both at the same time Sample below!! <Columns> ...more >>

gluing events from one user control to another
Posted by King Kong at 3/10/2005 6:41:38 PM
Hi All, We need a mechanism that can glue events from one user control to another user control is there any way to achieve this mechanism. Regards Moid Iqbal ...more >>

Knowledge Base: Generating e-mails in ASP.NET
Posted by Blue Streak at 3/10/2005 6:21:22 PM
Hello, I am trying to develop an interface to view an internal knowledge = base. One feature I would like to add is a "Generate E-Mail" button = which would automatically open an e-mail message a populate it with the = title and the article from the knowledge base. Each KBase item = co...more >>

Can you dynamically change an attribute for an EditItemTemplate?
Posted by phillip at 3/10/2005 5:51:03 PM
Hello, Does anyone know if you can programattically change the attribute of an EditItemTemplate's html element? My template contains a textbox that I would like to set to read-only when the user is updating. But switch it back to not read-only when the user is adding a new record. I've s...more >>

Value and Reference Parameters
Posted by Graham at 3/10/2005 4:59:20 PM
Hi, I was wondering if there was any difference in performance and/or overhead between using a value or reference parameter when calling a method. Thanks ...more >>

stateless or not?
Posted by tatemononai NO[at]SPAM gmail.com at 3/10/2005 4:43:58 PM
The old ASP was stateless. Every single time you hit the server it was starting from scratch. Even though HTTP is still stateless, it is my understanding that ASP.Net solves this problem by hiding a unique code inside the form of the client, associating each client with their little block in m...more >>

asp:button does not fire event when placed inside asp:table
Posted by tatemononai NO[at]SPAM gmail.com at 3/10/2005 4:39:32 PM
I had a beautiful script that was running, well, just beautifully. But then I decided to take a button that fired an event and place it inside a <asp:table. The event WILL NOT FIRE INSIDE THE TABLE!?! When I move the button outside the table, it works just fine. Inside the table, it doesn't....more >>

move to windows 2k3..buttons not working
Posted by SoCalGuy at 3/10/2005 4:21:30 PM
Hi all, I have a .net web app written in C# (.net 1.1). It has worked just great being served from xp pro (dev) and Win2k (prod), for the last 6 months. We have recently moved it to a brand new install of Win2k3. All I did was create a new web on my Win2k3 server and copy my directory over ...more >>

Resetting Validation Controls via Reset Button
Posted by NancyASAP at 3/10/2005 4:16:09 PM
Thought I'd share this since it took me a long time to get it working. Thanks to a bunch of contributers in Google Groups who shared javascript, etc. The question was: How can I put a reset button on my ASP.NET web page, and have an HTML reset button click clear 1) all validator text display ...more >>

RegisterHiddenField question.
Posted by ashish at 3/10/2005 4:08:34 PM
If i want to add a hidden field on the page, how can i check whether that hidden field exists ? for example if i do If Page.FindControl("myhiddenfield") Is Nothing Then Page.RegisterHiddenField("myhiddenfield", "hidden") End If Dim myHiddenField As HtmlInputHidden = Page.FindC...more >>

Clasic ASP Connection String
Posted by Prabhat Nath at 3/10/2005 4:08:17 PM
Hi All, I have BIG Problem in ASP. I have a ADO Connection that I Want to Connect to DBASE IV. The DBASE Database is located in anothe system then the IIS System in the Network. When I Try the Connection String: ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = \\raddb\dbase\; ...more >>

What is IBuySpy Modules
Posted by ad at 3/10/2005 3:56:09 PM
I find some IBuySpy Modules in http://www.asp.net/ControlGallery/default.aspx?Category=48&tabindex=0 What is IBuySpy meaning? ...more >>

ASP & SQL tables
Posted by Jamie Sutherland at 3/10/2005 3:41:51 PM
Hi, I have a table in SQL Server which contains three fields ID, Name, Colour. on my aspx page I need to show theses results but as buttons and the backcolour to match what is in the table. ie record 1 could be: ID: 1 Name: John Colour: Purple so my output to either a button or shoul...more >>

Multiple Logins in Forms Authentication??
Posted by Nicolas Bottarini at 3/10/2005 3:40:21 PM
Hi!! I have a site with a backend subdirectory with the backend of the site. I need that the site to have one login and the backend directory another one. Is this possible with Forms Authentication?? What can i do?? Thanks Nicolas ...more >>

Need snipit of code for downloading datagrid to a CSV file.
Posted by G Stark at 3/10/2005 3:34:53 PM
Hi, Anyone done this before? I need a snippet of code that will download a datagrid to be saved as a CSV file. I snippet found one to do excel, but I need CSV. -- G. Stark MIS Electro Rent Corp. ...more >>

How to build this portal ?
Posted by ad at 3/10/2005 3:27:57 PM
I find a personalized protal sample applications http://www.dotnetjunkies.com/quickstart/aspplus/doc/portalapp.aspx There are various modules on a web form. How to make these modules? ...more >>

Dynamically created DropDownList not firing events or persisting viewstate
Posted by bryanp10 NO[at]SPAM hotmail.com at 3/10/2005 3:18:27 PM
I have a page that is almost entirely dynamically created. Textboxes and checkbox are working fine, firing events, and persistent their state. DropDownList is giving me a major headache. All my controls are created in CreateChildControls() for my custom control. Here's a snippet of code: ...more >>

Crossbrowser Colors for Input-Fields
Posted by Matthias S. at 3/10/2005 3:10:14 PM
Hi, is there a way to color an Input-field (Background, Border and BorderStyle) so that the colors/options are available in all common browsers? When I use the Properties Window in VS2003, colors and options are displayed correctly in IE, but screw up in Firefox. Can this be done usin...more >>

How to run EXE in webserver on different user other than ASPNET a/
Posted by Spsk at 3/10/2005 2:15:06 PM
How to run EXE in webserver on different user credential other than ASPNET. I'm trying to execute EXE in webserver and its runns under ASPNET NT account but I want to run the EXE in different user creadential how do i achive.... Thanks in advace... -Senthil...more >>

Machine.Config Schema Doubt!!
Posted by Vai2000 at 3/10/2005 2:07:32 PM
What's the use of executionTimeOut on httpRunTime element in the machine.config? How is it related to sessionTimeOut or Timeout on the proxy for a webService? In other words we can set Timeout property on Proxy generated by adding a web svc to an ASPX Application, does that override the executio...more >>

System.Reflection
Posted by JV at 3/10/2005 1:43:43 PM
Is there a way to determine that an assembly is running under an ASP.NET web application as opposed to a Windows application? For example, in an ASP.NET application if I call Assembly.GetExecutingAssembly(), can I determine that the current assembly is a web application? ...more >>

Front Controller working version
Posted by Matt at 3/10/2005 1:39:13 PM
Can someone please provide me working version of front controller framework so i can start project. Any link would be great. the one on microsoft site is complecated ...more >>

ASP.NET and Frontpage questions
Posted by David at 3/10/2005 1:38:33 PM
The web developer environment under VS is a pain! I want to use Frontpage, but will Frontpage handle the code portion of asp.net or just the HTML? Also, if you develop ASP.NET apps with Frontpage, do you need the VS installed on the same machine? Also, are there other 3rd party IDEs that w...more >>

Web Calendar to Access Database
Posted by Hutty at 3/10/2005 1:21:02 PM
I'm trying create a calendar control that updates an access database with events. I have some code I managed to piece together. First error I'm running into is the Mycommand.ExecuteNonQuery(). I get an error on this line as it looks for the query. Here's the first piece of the code where I...more >>

"SQL Server does not exist or access denied"
Posted by Shaker at 3/10/2005 1:15:03 PM
Is there any resolution to this problem, When I connect to a Remote SQL server, over the Internet, with an opened port throgh the firewall. Using the "workstation id="ASPSERVERNAME";packet size=4096;user id=UUUU;data source="x.x.x.x,pp";persist security info=True;initial catalog=RBS;passw...more >>

DataGrid must be Bound before Editing
Posted by MrMike at 3/10/2005 1:13:07 PM
I have a sub named Bind("") which binds my a datagrid on my webform. In order to enter edit mode and edit records on this datagrid, I must make a call to Bind("") either before or after I place the DataGrid into edit mode. For example, DataGrid.EditCommand looks like this ... DataGrid1.Ed...more >>

Panel Array User Control
Posted by Timo at 3/10/2005 1:11:06 PM
It occurred to me there might be another way to approach the problem (I'd asked about a 'large "virtual canvas" in VS designer for aspx pages' in another posting). I'm using multiple panels (DIVs) to simulate a tabbed interface. It's difficult to work in the designer with many panels when each...more >>

response object assistance with returning xml.
Posted by Martin Dew at 3/10/2005 12:53:10 PM
I have a page which upon opening gets information from a database, the field it returns has structured xml stored in it. private void Page_Load(object sender, System.EventArgs e) { if (!IsPostBack) { GetRecordFromServer(this.Request.QueryString[0].ToString()); } } private void...more >>

Parent - Child back to parent javascript thingybob
Posted by mark at 3/10/2005 12:37:54 PM
I have a page that has a button that opens a child window with a search function. The search funtion contains a datagrid with a button column - this all works fine, the bit thats giving me a headache is onclick I need to close the child and reopen the parent with a passed variable. i can ge...more >>

IIS Version
Posted by Gianluca at 3/10/2005 12:29:02 PM
I am developing a simple asp.net application with vs 2003 on my PC (win XP) The company server is a Windows 2000 Server SP4. Can I host my application on IIS installed on Windows 2000 Server or I need a Windows 2003 server and IIS 6? If I will pass to VS.NET 2005 I'll need windows 2003 Server ...more >>

Trouble starting process from IIS
Posted by Mike at 3/10/2005 12:27:43 PM
Inside a HttpHandler I'm trying to spawn an EXE (console app). Although it shows up in the process list, it doesn't seem to do anything. (And even if I specify ProcessWindowStyle.Normal, it doesn't show the cmd.exe box.) I've tried with and without UseShellExecute, and even using "cmd.exe /c myp...more >>

Adding a web cam to a page?
Posted by Steve Caliendo at 3/10/2005 12:17:43 PM
Hi, Is there a way to do this? I have a local usb camera, and I would like to plop it on a page and serve it. Thanks for any help, Steve ...more >>

Force a radio button selection
Posted by Bill via DotNetMonster.com at 3/10/2005 12:07:51 PM
Hi I have a RadioButtonList and the value of each radio button is an image. How can I arrange it so that clicking on an image selects the corresponding radio button? Thanks Bill <asp:RadioButtonList id="payment" runat="server" RepeatDirection="Horizontal"> <asp:ListI...more >>

ActiveX Controls
Posted by David at 3/10/2005 11:55:03 AM
I'm looking to be able to write something not too dissimilar to the windows update website. I would like to be able to have an activex control or something that I can create a windows and show the status of a download and potentially upload. I'm not sure how this can be done but I've found ...more >>

Codebehind?
Posted by Arsalan at 3/10/2005 11:53:06 AM
Where is Codebehind usually uploaded? Suppose I have aspx pages containing codebehind in different directories for e.g myweb/aaa myweb/bbb Where do i store the compiled codebehind? ...more >>

loading XML data into an ArrayList
Posted by kaczmar2 NO[at]SPAM hotmail.com at 3/10/2005 11:37:49 AM
I have the following code which is working: *** XML FILE *** <?xml version="1.0" encoding="utf-8" ?> <FileTypes> <FileType name="index.html" /> <FileType name="index.asp" /> <FileType name="default.htm" /> <FileType name="default.html" /> <FileType name="default.asp" /> ...more >>

Prompting to Save Solution
Posted by Richard at 3/10/2005 11:37:09 AM
I'll open an existing ASP.Net app, and when I close it I'm always prompted to save the solution, even though I've saved the solution a million times (slight exaggeration). But the .sln file never appears in the folder. In addition, when I reopen the project, at least one of my web forms has t...more >>

Problem getting HEIGHT property of a dynamic table!
Posted by Steve Bottoms at 3/10/2005 11:29:58 AM
Hi, all! Using VB as code-behind in asp.net page... I have a TABLE control which I'm building dynamically. After the table is built, I'm trying to retrieve the HEIGHT property of that table (table.height.value) to be able to dynamically position the next elements on the form. However, th...more >>

I WANT to do a Partial File Upload
Posted by jhanzl NO[at]SPAM mindspring.com at 3/10/2005 11:29:27 AM
All - I am looking into a way of uploading just the first portion of a large (> 100M) .csv (text) file to the server. Ultimately what I want to do is read the first line of the .csv file, which has the column headers for the file for field mapping to a server-side database WITHOUT actually ha...more >>

Getting to the footer in Datalist
Posted by tshad at 3/10/2005 11:11:47 AM
I need to get to a status label I have on my footer section of my datalist. There is no event happening that would go to the footer. I am just doing some processing and want to update the label on the footer. At the moment, I go through the dataListItems like so: for each oItem as Data...more >>

How to prevent duplicate posting on a form w/ refresh?
Posted by D. Shane Fowlkes at 3/10/2005 11:00:53 AM
This may be a very simple question but I'm stumped none the less. I have a form where a user provides comments. There's a Grid below this form which displays all comments in the table so far. On the Page_Load sub, this grid is loaded. When they submit the form, a SaveComments Sub will in...more >>

Tip::Paging on Demand.....
Posted by Jignesh Desai at 3/10/2005 10:53:44 AM
Most of you must have worked on paging feature of DataGrid. its works fine as long as you have more no of records to show, but if you have configured 20 records per page and no of records you retrieved is less then 20 then also pager gets rendered at the bottom of the grid showing "1". most of us...more >>

Got Forms Authentication working, now what?
Posted by Buddy Robbins at 3/10/2005 10:32:06 AM
Hey folks, I've been assigned to a Website project that has been designed by a former employee. I don't know if he overlooked something or I'm not understanding something. The client wants a private section in their site that is protected by forms authentication, with the username/passw...more >>

Integrating a login page with a domain
Posted by Jon Westmore at 3/10/2005 10:26:57 AM
I would like to use an ADS group as the authentication method for a login page. Any tips to get me going in the right direction would be appreciated. Thanks, Jon ...more >>

seesion cookie question.
Posted by ashish at 3/10/2005 10:25:23 AM
We are having a web application which spans across multiple domains. Iam trying to synchronize session information between the two domains. If I know the value of ASP.NET_SessionId cookie, can I use a HttpWebRequest class to send a request to the other domain with the ASP.NET_SessionId cook...more >>

How to stop a panel scrolling back to top
Posted by Craig G at 3/10/2005 10:23:43 AM
i have a datagrid within a panel so that the user can scroll (vertically) the datagrid rather than page it the problem is that when i select (using select button within the datagrid) a record the panel refreshes and goes back to the top again. is there a way to prevent this occuring and some...more >>

Microsoft photo album
Posted by Mike Chan at 3/10/2005 10:21:40 AM
How to make a photo album like this? Is it used Windows API? http://spaces.msn.com/members/peterty/PersonalSpace.aspx?_c01_photoalbum=showdefault&_c=photoalbum ...more >>

How to build ActiveX controls
Posted by mareal at 3/10/2005 10:09:02 AM
I would like to learn how to build ActiveX control to be used in our ASP.NET application. Where I can find information about this? Thanks in advance....more >>

Adobe SDK
Posted by Diffident at 3/10/2005 9:53:04 AM
Hello All, Our development environment is Visual C#.NET and we develop applications based on client/server model. We have installed Adobe's SDK, Acrobat Professional 7.0 and Adobe Designer 7.0 Some of our requirements are 1) To create PDF templates, pre-fill them with data and send t...more >>

Speech-to-Text
Posted by ACaunter at 3/10/2005 9:45:06 AM
Hi there, I was wondering if anyone had any good ideas on how to do a asp.net program to turn the user's voice into text. Any code or links would be great! I really wanted to have the user record audio from the website, not with something that is not apart of the page, and have them save th...more >>

Help needed on using buttoncolumn in datagrid
Posted by Lenin Sakthees via .NET 247 at 3/10/2005 8:54:36 AM
Hi all, I am using a datagrid to show values from a SQL table. My problem is, I want to show the details of the each row when the user clicks the 'View details' buttoncolumn. I am able to fire a event when the user clicks the button column here is my html for the datagrid ********************...more >>

Datagrid with button
Posted by Sam at 3/10/2005 8:33:48 AM
Please advise where could I find datagrid with button information / article. ...more >>

Distribution of files among web farm servers
Posted by Petr PALAS at 3/10/2005 8:32:23 AM
Hello, when somebody uploads a file to our CMS, we need to distribute it across all servers in the web farm. Is there any simple solution how to check the file system and distribute the files automatically? I know that Microsoft AppCenter can do that automatically, but in this case, we c...more >>

help please on insert statement into Access from webpage !
Posted by Lee Holsenbeck at 3/10/2005 8:31:08 AM
hi, i am trying to write records from an ASPX page to a access database, but get an error on my insert statement, but not on a select statement. please let me know if you can see what i'm doing wrong, code is below: strFirstName = Request.Form("FirstName") strLastName = Request.Form("Las...more >>

How to embed image or javascript file into custom server control dll
Posted by Big Dave at 3/10/2005 7:37:05 AM
Good morning, does anyone know of a good tutorial, or have insight into how to embed an image or javascript file into a custom server control for asp.net? Thanks for your help!!! Big Dave *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get r...more >>

Stateful Session
Posted by kapil singhal via DotNetMonster.com at 3/10/2005 7:16:20 AM
I have a created a Client in C# and my Web Service is in Java. I am able to connect to the service but i am not able to get the events from the service since it instantites the service every time i call the method for getting events. I think it is stateless and i need stateful connection for cal...more >>

Events fired on localhost, not on remote machine
Posted by b_gul_t at 3/10/2005 7:13:09 AM
Hi, I have a asp.net application in which there is a listbox and a button. When the user selects an item and presses a button, I want to get the selectedindex of the item. This application works fine when built and run on localhost. I copy the same project on a remote machine, open the ...more >>

UrlEncode() Bug?
Posted by in10se at 3/10/2005 7:13:04 AM
I have noticed that System.Web.HttpUtility.UrlEncode() encodes spaces as plus signs (+) rather than the hex encoded "%20". Why? In most cases, this is not a problem, but it breaks fragments. For example, if you created the following on a page <a name="example fragment">example</a>: "http:...more >>

download a file in a background without Save As
Posted by sunilj20 NO[at]SPAM msn.com at 3/10/2005 6:53:57 AM
Hello, I have a requirement wherein, a user clicks on a file name in an ASP.NET web application, and the file should automatically be downloaded (Without showing the "Open", "Save As") in the local machine at a pre defined path (path defined in the registry), and launch the file in its associ...more >>

Q: login for employees in internet
Posted by JIM.H. at 3/10/2005 6:51:05 AM
Hello, If I want to create a secure site to our employees to login the network through our internet, how should I do this? Thanks, Jim. ...more >>

Java SSO - Is this a standard?
Posted by Lucas Tam at 3/10/2005 6:16:42 AM
Hi all, This may not be the best group to ask, but is Java SSO (single sign on) a standard? I'm looking to incorporate Java SSO with ASP.NET. Has anyone done anything similar and is it fesible to do? Thanks! -- Lucas Tam (REMOVEnntp@rogers.com) Please delete "REMOVE" from the e-ma...more >>

Help: Input string not in correct format
Posted by easyboy52 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 3/10/2005 5:37:01 AM
Input string not in correct format -------------------------------------------------------------------------------- I am trying to view a picture from a table. I am getting this error Input string not in the correct format. Input string was not in a correct format. Description: An unhandle...more >>

keeping a session after going off site to purchase
Posted by rgparkins NO[at]SPAM hotmail.com at 3/10/2005 4:21:17 AM
Hi there, I have a problem that is probably very simple but I need a solution quite quickly.. usual stuff... new to .net etc but would appreciate a heads up... I have a user logged in to my site and they can go off to world pay to purchase their items.. Worldpay have a callback procedure wh...more >>

Configuration System
Posted by Dinesh at 3/10/2005 3:57:02 AM
Hi, I Know that if there is any change to web.config file there is no need to restart the application but how does aspnet tracks this information i understand that aspnet caches the web.config file during the first request and uses it for high performance so this tracking of web.config is po...more >>

Datagrid - Template or hyperlink Column?
Posted by LmcE at 3/10/2005 2:49:02 AM
Hi, I have created a datagrid with a template column containing a datalist. However, I need the text within the datalist to display as a hyperlink. Eack of the links will point to another form with 2 parameters passed in. Has anyone any ideas how to add the hyperlink? Many Thanks ...more >>

Combining 2 field into one column
Posted by Red at 3/10/2005 2:14:42 AM
Hi all, I would like to ask how to combine 2 field into one column. For example I have field first name and last name. When I show it to the datagrid I want to show it as one column, for example first name: Jack, lastname: sun become Jack sun. Thanks...more >>

Hyperlink in new IE does not get new SessionID
Posted by Arka at 3/10/2005 12:11:27 AM
Hi, I have an asp.net application and I need to have a link on one page that starts another "instance" of my app. I tried with Javascript windows.open and with hyperlinks target=_blank but both opens a new IE on my App but with the same sessionID... Ths only solution I see is to open a se...more >>


DevelopmentNow Blog