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 > february 2005 > threads for sunday february 20

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

MSMQ Install ????
Posted by Alex Nitulescu at 2/20/2005 11:47:58 PM
Hi. I'm trying to make MSMQ work, so I go to Control Panel, Windows Components, I select MSMQ (Message Queuing Client Setup, actually) and about half-way through I get a nice message box saying The MSMQ service cannot be started. Error code: 0x42C The Dependency service or group failed to s...more >>


get ID attribute from HTML buttons?
Posted by RN at 2/20/2005 11:31:48 PM
I am dynamically adding a number of HTML buttons to a page... <input type="submit" name="alwaysthesame" id="different1" value="alwaysthesame"> <input type="submit" name="alwaysthesame" id="different2" value="alwaysthesame"> <input type="submit" name="alwaysthesame" id="different3" value="alw...more >>

Reload Parent page
Posted by chuayl at 2/20/2005 10:45:02 PM
i have a page, "parent.aspx" , which will open a new Child Window "child.aspx" . user will enter some text on the child window. Would like to know how to refresh the parent page at the same parent window, after the user click on "OK" button. when press on "OK " button, the child window wil...more >>

Mapping paths to aspx pages
Posted by Samuel Kim at 2/20/2005 10:03:49 PM
Hi, Is there any way that we can map a path to a aspx file at a different location? In essence, I need to make different http addresses to point ot he same aspx file - for example, http://server/webprj/abc/index.aspx http://server/webprj/def/index.aspx to point ot the same aspx file (say ...more >>

Adding Items in a datagrid
Posted by Srinivasa Rao at 2/20/2005 9:17:02 PM
I have binded the two datagrids from database from two different tables. In both datagrids, the first column contains checkbox. In between the datagrid, i have "Add -->" and "Remove -->" buttons in between the datagrids. When i select some items in the first datagrdi and click on "Add -->" but...more >>

What do you make of this error message ?
Posted by Alex Nitulescu at 2/20/2005 8:28:29 PM
_______________________________________________________________________________________ System.IO.FileNotFoundException: File or assembly name biypfduw.dll, or one of its dependencies, was not found. File name: "biypfduw.dll" at System.Reflection.Assembly.nLoad(AssemblyName fileName, String cod...more >>

run .exe from IE using ASP.NET
Posted by Loane Sharp at 2/20/2005 8:20:29 PM
Hi there I have a module writen in VB.NET compiled using vbc as sync.exe. If I point IE to http://localhost/sync.exe the Windows Form loads perfectly. But I don't get the same if, from within ASP.NET code, I run the following ~ Dim ass As Assembly = Assembly.LoadFrom("C:\Inetpub\wwwroot\...more >>

datagrid templates and deletion
Posted by Dan at 2/20/2005 7:10:24 PM
Hi all, I have a question about datagrid: let's say I have a datagrid which shows the categories for some items; each category has an ID field and a description. I use an ASP.NET page with a datagrid bound to this table to show, edit or delete any row in this table. I have made a template of t...more >>



IP address of request.
Posted by Shimon Sim at 2/20/2005 7:07:02 PM
How to find out IP address of request? If I sent request via HttpWebRequest can I set IP or it is added automatically? Thanks, Shimon. ...more >>

denotes a class which is not valid in the current context
Posted by Jim Heavey at 2/20/2005 7:05:02 PM
I create a class which would hold my static methods (methods I want to call without having to instantiate the class). I then attempted to use it in another class and I get the following error "GenericDataBase.DataUtilities(cmd, "Stuff") denotes a class which is not valid in the current cont...more >>

VB.NET DLL Decompiler
Posted by Schultz at 2/20/2005 6:47:16 PM
Does anyone know of an (ASP.NET) VB DLL Decompiler? (a free one) Thanks! ...more >>

WHAT IS A BLOG?
Posted by Chance Hopkins at 2/20/2005 3:22:55 PM
This is driving me nuts. As far as I can tell, a blog is a website with an RSS feed. Some seem to have a calendar of events and some support user authentication and forms. Am I missing anything? I guess I just don't get it. Is that all it is. THEY Won"T STOP SAYING IT ON TV...BLOG BLOG BLOG...more >>

Test If HttpContext.Current.Application("var") exists (vb.net)
Posted by gn NO[at]SPAM dana.ucc.nau.edu at 2/20/2005 2:22:19 PM
I am a VB.Net newbie and have tried to search for this answer without success - What is the exact syntax to test if HttpContext.Current.Application("var") exists in vb.net I have tried: If (HttpContext.Current.Application("var").ToString) <> "" Then That gives me System.NullReferenceExcep...more >>

Persisting user login credentials across pages
Posted by Siobhan at 2/20/2005 1:13:02 PM
Hi What is the recommended way to store a user's database credentials across the pages of a web application so that each time the database is accessed the system doesn't have to ask them for their username and password again We have previously stored these in a session variable (encrypted) and...more >>

Paste from clipboard in asp.net
Posted by fs at 2/20/2005 12:35:04 PM
Hi all, I have a page that i need to implement a button that says "Paste to textbox1", which will paste the text content in clipboard to a textbox control on postback. How can I get values from the windows clipboard in asp.net? Please help, thanks in advance!...more >>

Required Field Validator
Posted by Sparky Arbuckle at 2/20/2005 10:38:12 AM
<asp:RequiredFieldValidator id="rfvMenuSearch" ControlToValidate="tbSearch" Display="static" ErrorMessage="Enter Search String" runat="SERVER" /> How ca...more >>

C# Control Structure with Session
Posted by Frank Bishop at 2/20/2005 10:07:30 AM
I am having a problem with this control sturcture. I want to hide a button if the session object is equal to "Staff". I am not getting an error, the code simply does not work. Help appreciated. <code> void Page_Load(object sender, System.EventArgs e) { if (Session["WebUser"] == "Staff") ...more >>

Download
Posted by sara at 2/20/2005 3:59:03 AM
Hi to all how can i get the file size when i download it ...more >>

Color Dialog
Posted by WhoopDing at 2/20/2005 1:11:27 AM
How do I display a Color Dialog in the client browser? I want the Color Dialog to be displayed when the user clicks a button. ...more >>

News section of the website
Posted by ALI-R at 2/20/2005 12:24:21 AM
We have a news section in our website ,which we hardly know how to fill it up with news material,we'd like to have some microsoft related news in that section besides our own news which are not enough to make that page stuffed.I just wondered if there is a webservice or something we can use ...more >>

Debug problem with references project
Posted by caldera at 2/20/2005 12:07:55 AM
hi, I have a debug problem. I divide my web project into two part actually two project. One part is include the all of the logic class and other part web application part. These are two different projects. I add the dll of the first part to web part as a references. But then I can't debug the fi...more >>

Binding to deserialized objects in an arraylist !?
Posted by Alex Nitulescu at 2/20/2005 12:06:47 AM
Hi. I'm fighting the following code: __________________________________________________________________________ a. I have a class UserInfo.vb: <Serializable()> Public Class UserInfo Public Username As String Public Password As String Public Email As String End Class b. I have...more >>


DevelopmentNow Blog