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 > november 2003 > threads for sunday november 2

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

BoundColumn Visibility
Posted by Jim Heavey at 11/2/2003 11:25:26 PM
Hello, I have set the visibility property of a BoundColumn in a datagrid to false. At some point in the program I make a determination that I want to set the property of this column to "True", but I am not sure how to do this. I am guessing that I would use the ItemCreated Event of the datagri...more >>

ShellExecute and Process
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/2/2003 9:04:30 PM
Hello Guys, I am trying to execute a .exe file from a web application using shell command. But somehow I am not able to make it work. The strange thing is when I use the same code and transform it into a windows application, it works fine. My question is: Are "Shell", "ShellExecute" an...more >>

DataGrid ButtonColumn/BoundColumn problem
Posted by John at 11/2/2003 7:55:04 PM
The ItemCommand event not getting fired when I add both a BoundColumn and a ButtonColumn to a datagrid. When I add a ButtonColumn by itself, everything works fine, but as soon as I add a BoundColumn, the ItemCommand event doesn't seem to get called. I've been struggling with this for too long...more >>

client-side versus server-side code in ASP.NET
Posted by Matt at 11/2/2003 7:41:39 PM
I guess the principal differences between client-side and server-side code is that client-side code is processed in web browser, and server-side code is processed in web server. In ASP.NET web controls, since it has the attribute runat="server", so the controls will be processed in web server?? ...more >>

application level variables
Posted by RP at 11/2/2003 6:43:22 PM
Hi all, I wanted to know if there are any limitations to storing some custom objects I have written at application level to avoid having to create/destroy with every request. These are not ado objects, just some custom ones I have written with basically functions and method that do some basic st...more >>

Dropdownlist object ??
Posted by Thomas at 11/2/2003 6:09:23 PM
Hello all, How do i set one asp:dropdownlist euqal another? ex: ------------------------------------------------- protected d1 as dropdownlist protected d2 as dropdownlist Sub Page_load if not page.ispostback d1 = <initialice function> end if d2 = d1 end sub ...more >>

Recommend a book for ASP.net class?
Posted by Tyro at 11/2/2003 4:32:10 PM
Can someone suggest possible books for a 9-week (2 semester unit) course in ASP.net. The audience would be someone who doesn't know anything about asp.net ...more >>

Newbie Question about DropList and Page Load
Posted by Meir Rotfleisch at 11/2/2003 2:36:09 PM
Hi I am trying to populate the Droplist with Items during the page load event however the Droplist remains blank.. The code is Dim I As Integer if not page.ispostback then For I = 1 To 31 Me.DropDownList1.Items.Add(I.ToString()) Next End if Suggestions? Reg...more >>



c# string problem
Posted by Blue Man at 11/2/2003 1:50:09 PM
hello I am trying to generate a JavaScript code with asp.net pages. the generated code contains special characters like "/" "<" and so , but when i get the code it is changed to somthing else like : &lt;a string temp = "<a href="+link[0]+" \"a>" + "Link</a>"; writer.WriteString(" document.w...more >>

Making my SQL-Server based app MS Access compatible
Posted by Bucko at 11/2/2003 1:19:05 PM
Hi guys, I have an app that, right now, uses a SQL Server database and very simple, universal SQL commands. I use SqlCommand, SqlDataReader and SqlDataAdapter objects. I use web.config to store my database connection string. I want to make this MS-Access compatible. Please let me know ...more >>

Any gd example for MVC Design in ASP.NET ?
Posted by winglite at 11/2/2003 12:31:01 PM
Any gd example for MVC Design in ASP.NET ? i am working on a asp.net project , but after i started it , i found that it isn't easy to make it to more reusable & OO concept any gd example & guide for me to follow? thx * 100 ...more >>

Globalization and Satellite Assemblies
Posted by Michael at 11/2/2003 11:00:17 AM
Hi, I'm developing an ASP.NET application that uses globalization. The language information is stored in .resx-files. For development I use VS.NET 2003, IIS v5.1, Framework v1.1, Windows XP Pro. During the build the resources are correctly compiled into satellite assemblies and stored in the...more >>

Possible to include an href within label.text ???
Posted by Kathy Burke at 11/2/2003 10:23:52 AM
Sorry, tired brain today. I have a label and in one instance I want to include an href link to another page. Usually this label is for user messages and I'd prefer not to redesign, hence not just using a link control, etc. Thanks for any replies. I truly appreciate the help. Kathy *** Se...more >>

asp.net domain alias.. redirectors
Posted by Maziar Aflatoun at 11/2/2003 8:59:06 AM
Hi, Does anyone know if it's possible to do the following in IIS using ASP.NET. For example to setup aliases user1, user2, and user3 http://www.mydomain.com/user1 http://www.mydomain.com/user2 http://www.mydomain.com/user3 all calling http://www.mydomain.com/default.aspx and extrac...more >>

excel usage
Posted by nikedog NO[at]SPAM msu.edu at 11/2/2003 8:11:25 AM
I wanted to import legacy data from users in excel in my asp.net application to my sql server. I can import the file to the web but when i try to instantiate Excel w/ CreateObject i get a error "can't create Active X Component". I tested my logic w/ a Windows App and it works. Is offi...more >>

error handling in database in asp.net
Posted by basha at 11/2/2003 6:21:18 AM
hi can u help me how to write code to handle errors in dabase in asp.net pls,very urgent bye basha...more >>

collection list count (CollectionBase) list.add - problems
Posted by jason NO[at]SPAM cyberpine.com at 11/2/2003 5:16:39 AM
Hello. I've got this simple collection populate code I downloaded from the net (sorry can't find source now) I'm trying to test, but I can't seem to get it to work. Any help would be greatly appreciated. I've compiled the following VB.NET into a DLL: Imports System Imports System.Data Imp...more >>

session objects vs.custom httpcontext obj
Posted by Chance Hopkins at 11/2/2003 12:28:26 AM
which if faster? which has less overhead? I'm guessing the custom httpcontext obj on both, if I'm wrong could someone fill me in. Thx ...more >>

Blob
Posted by ichor at 11/2/2003 12:23:41 AM
hi i have a blob field in my database and am able to display it on my asp.net page i would like to know how can i position the Blob on the page or can i use an image object? byte[] Picture; Picture = (byte[])dr["logo"]; Response.Buffer=true; Response.ContentType = "Image/JPEG"; //after...more >>

How to secure web application???
Posted by Daniel Walzenbach at 11/2/2003 12:21:49 AM
Hi, =20 Imagine the following: I want to secure an intranet web site (with all = users having windows domain accounts) in a way that only users of the = domain should be allowed to log in. I therefore set <authentication mode=3D"Windows" /> in the web.config. This point done :-)=20 ...more >>


DevelopmentNow Blog