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 > april 2007 > threads for thursday april 12

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

asp.net and mssql
Posted by L.Peter at 4/12/2007 10:25:48 PM
Hi Group, I worked with asp.net v1 and mssql2000 about 1.5 year ago. Since then, surely, the technology has changed significantly. I am now working on a small project which will pull out data from mssql2005, do display, checking and updates records in asp.net 2 I am looking for recommended way ...more >>


HttpContext.RewritePath - Form action changed
Posted by Steven Nagy at 4/12/2007 7:36:01 PM
Hi all, I have the following file: ~/cms/page.aspx Normally, if you hit a url like http://localhost/MyApp/cms/page.aspx?PageID=32 ... this would load content dynamically. No big deal, this is common right? So now I want to do some URL rewritting. I want to map: http://localhost/MyApp/...more >>

AJAX with asp.net user control
Posted by Paras at 4/12/2007 6:15:12 PM
Hi, I have 3 ContentPlaceHolders in the MasterPage. In the 2nd content I have placed a usercontrol which has anchor link. This loads another page (without changing loading the content of ContentPlaceHolder1). But currently this is getting posted back. I have tried in a separate application...more >>

Page use by one user at a time.
Posted by Rich at 4/12/2007 6:08:59 PM
I need a bit of advice: One asp.net page allows user #1 to generate a file and download that file. At the same time, user #2 is attempting the same thing. User #2 needs to be locked out until user #1 has completed downloading the generated file. Downloading the file is an asynchronous ...more >>

Querying Active Directory Application Mode (ADAM)...
Posted by Brian McCullough at 4/12/2007 5:48:51 PM
Hello, I am trying to query ADAM using the ActiveDirectoryMembershipProvider in my ASP.NET 2.0 application, but have been unsuccessful. I have followed the steps in these blog posts, but still am not able to query ADAM. Every time I make a call to login, using the Membership.ValidateUser ...more >>

Getting a control linked to a database record - beginners question
Posted by JJ at 4/12/2007 4:36:18 PM
OK - I asked this earlier but thought I'd solved it. Clearly not. I have a control that I need to display text from an sql database. The control is being used as a web part so can be placed on a page more than once. I am trying to work out how I'd get each instance of the control to load i...more >>

How Can I Define Global Classes In Web Application ?
Posted by Sylvia A. at 4/12/2007 4:33:41 PM
How can I define global classes in web application ? Classes can be set to session variables ? Thanks ...more >>

SessionState in HttpModule problem (2.0)
Posted by Tomasz at 4/12/2007 3:26:45 PM
Hello Developers, I have an interesting problem. How, or when can I access SessionState from HttpModule? It seems that session state is only available when *.aspx page is requested. It is not available for other resource types like *.gif files etc. Is there any way I can force session sta...more >>



Sorting the Grid view by column
Posted by bbawa1 NO[at]SPAM yahoo.com at 4/12/2007 2:59:31 PM
I have a grid view and want to sort the Gridview when I click on columns. Could you please email me the code. Regards, ...more >>

Obsufactor - Web Application
Posted by Sylvia A. at 4/12/2007 12:45:30 PM
Hello, I wanna use obsufactor for my web app, as u know, my web app consists of DLL's and ASPX's, What are the steps of obsf...ing a web app ? As u know again, My ASPX files holds some information about references in code behind, such as event names, component names etc... Obsfuctor cha...more >>

Setting the cursor to the Hour Glass
Posted by Greg Smith at 4/12/2007 11:45:22 AM
How do you set the cursor to the hour glass during long processes. The equivalent of the Windows Cursor.Current = Cursors.WaitCursor. Any help is greatly appreciated. ...more >>

can aspx files become corrupted?
Posted by BillE at 4/12/2007 11:21:54 AM
VS2005, vb.net, ajax 1.0 I have a webform that used to work great. It has lots of controls. I added some Ajax update panels to it and they worked great. But when I tried to add new controls like textboxes (not in update panels), I would get error bc30456 'textbox1' is not a member of 'we...more >>

control id's - beginners question
Posted by JJ at 4/12/2007 11:06:25 AM
I have a control that can be placed on any page 1 or more times (like a web part). The control loads text from database tables. Its the first time I've done this so I just need a pointer to solve a very simple problem: How do I tell the control which record to get the text from in the data...more >>

Newbie Question !!! Datagrid event problem
Posted by AlecL at 4/12/2007 10:27:24 AM
I have a dtagrid with two TemplateColumns one contains a textbox and the other a imagebutton. To capture the value in the textbox when the imagebutton is clicked I am using the itemcommand event of the datagrid which is defined as : <asp:DataGrid ID="dgproducts1" runat="server" AutoGenerateC...more >>

Cross page postback
Posted by jazzart NO[at]SPAM mail.com at 4/12/2007 9:50:32 AM
Hi all, I have been trying to implement cross page postback with a Repeater, to no avail.. I have a Repeater on search.aspx which lists items from a database. In each item template is a linkbutton that performs a cross page postback to details.aspx. On details.aspx I need to find the ite...more >>

calling functions in a global module
Posted by frozensnow at 4/12/2007 8:55:58 AM
Hello Group, I am using asp.net 2005 to build a website. I have a global module in my project with functions in it.I am trying to call that function in my code and it says the function could not be found. I put that module in app_code folder . Is there any other change I need to do? One mo...more >>

Testing Web Service Interaction
Posted by Daniel.Benedek NO[at]SPAM gmail.com at 4/12/2007 8:49:14 AM
Hey there, I have a number of web services that interact with each other ( send requests to each other etc ). I would like to test the interaction between them ? Does anyone have any ideas as to how I would go about doing that ? Some thing along the lines of having them running and be able to...more >>

VirtualItemCount in datagrid.
Posted by archana at 4/12/2007 8:22:55 AM
Hi all, Can anyone tell me what exactly VirtualItemCount in datagrid. I read on msdn but not clear about it. Any help will be truely appreciared. thanks in advance ...more >>

Difference between aspx and asp
Posted by pshvarts at 4/12/2007 7:44:01 AM
Very often it happens in our center that asp call works but aspx timeout. It happen couple times per day for about 30 min period. Both are very simple pages - just return current time. What can be reason for this? (I doubt there is big activity from running .NET sites or services because it ...more >>

Contractor Needed!!
Posted by Embedded Larry at 4/12/2007 6:48:01 AM
I am looking of an ASP skilled individual to help us improve and extend our website, currently based on Snitz froums and ASP. If you would like to work with us please contact me webmaster_AT_applieddata.net (day job ;-) 301-490-4007x125 Lawrence Ricci MVP Windows Embedded...more >>

ASP.NET Application using Virtual path provider Deployement Problem on IIS windows Server 2003
Posted by Ibrahim at 4/12/2007 6:08:32 AM
I have made an Aplication use VPP and make deploy for it on IIS on windows 2003 Server 1- built the web Application with Asp.net2 2- Implement the Virtual path provider (Virtual path , virtual Directory , Virtual File) in this Application to call Virtual file or virtual directory 3 - I f...more >>

Good enough tree view
Posted by per at 4/12/2007 5:26:02 AM
I wonder if there is a standard tree view component that has support for drag-and-drop and right-click popup menus. I have begun implementing such a component myself and have seen that it is possible, but I would much rather use a standard component....more >>

Wrong page loaded into IFrame object (strange problem)
Posted by Benny Shoham at 4/12/2007 4:46:58 AM
Hi, I have a very strange problem, please help if you have ANY idea about it. I have a page on our site, http://www.5min.com/Upload.aspx This page has an IFrame inside, with it's source set to another aspx page in the site. When we are testing this page locally it works fine. On the hosting ...more >>

Headerstyle's borderstyle not working in datagrid.
Posted by archana at 4/12/2007 3:28:21 AM
Hi all, i am having one datagrid in which i am displaying contentn of one table. i want to set borderstyle property of headerstyle to double. I tried setting it to double but it is not applying double as borderstyle for header. can anyone tell me why this is happeing? Ay help will be ...more >>

Looking for a Wiki-engine for ASP.net
Posted by Alexey Smirnov at 4/12/2007 1:52:02 AM
Can someone suggest me a good light-weight free Wiki-engine? A source on C# is a plus :-) Any is help appreciated. ...more >>

using RegisterOnSubmitStatement prevent submit button handler firing
Posted by APA at 4/12/2007 12:00:00 AM
Why does adding code to the form submit function using the RegisterOnSubmitStatement method prevent the server side event handler for the submit button from firing? This is completely useless. I need some custom javascript validation on form submit but why does is kill the submit button event ...more >>


DevelopmentNow Blog