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 saturday april 14

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

Need Help with Select @@ Identity
Posted by PinkBishop at 4/14/2007 11:55:17 PM
I am using VS 2005 with a formview control trying to insert a record to my access db. The data is submitted to the main table no problem, but I need to carry the catID to the bridge table CatalogImage where imgID also needs to be placed. Below is my code behind to carry the catID using t...more >>

ASP.net 2
Posted by Ahmd at 4/14/2007 11:02:08 PM
I am Planning to Develop a Online purchase order system in asp.net 2. Is this kind of application can be developed in asp.net 2.. can anyone tell what is the security of the database? thanks in advance. ...more >>

2.0 Framework calling WCF service.
Posted by Greg at 4/14/2007 7:06:00 PM
I have just created a WCF service that is using WShttpbasic and all is good when another .net 3.0 application consumes it. However, I have legacy apps that must use this service and are running on .net 2.0 and are housed on Windows 2000 servers. I have been unable to find ANY info on how t...more >>

Filter second datatable
Posted by Mike at 4/14/2007 5:32:11 PM
I want to display something like this in a Repeater: Headline Abstract Date Posted Filed under: Cat1 | Cat2 | Cat3 ------------------------------------ Headline Abstract Date Posted Filed under: Cat1 | Cat2 | Cat3 ------------------------------------- I have a proc which returns a...more >>

ObjectDataSource_Load and Page_Load events - What Order?
Posted by Mikey Baby at 4/14/2007 5:14:02 PM
Greetings Hopefully, I can be clear and concise on this one, but I'm confused. I have a page with a ListBox <- ODS <- BusinessObject and a button. The Parameter Source is 'None'. The Default Value is left blank. Both are set in the Page_Load (myODS.SelectParameters[0].DefaultValue = 999) ...more >>

GridView sorting
Posted by Gerhard at 4/14/2007 4:50:04 PM
I have a vb.net 2.0 app that is loading a GridView with a DataSource that is returned from a function. The definitions in the function are: Dim ReportDS As DataSet = New DataSet Dim ReportTable As System.Data.DataTable = New System.Data.DataTable("SendTo") The ReportT...more >>

Deploying Crystal
Posted by GaryDean at 4/14/2007 2:43:05 PM
This is really a licence question.... I want to deploy the version of Crystal Reports that comes with Visual Studio 2005 to a production server. Is there another license charge if the I'm licensed on the production server to run Visual Studio? -- Regards, Gary Blakely ...more >>

Creating my own functions in global.asax.cs
Posted by David at 4/14/2007 1:45:02 PM
Hi, I have seen in some site implementations code has been entered into global.asax.cs in its own function, not any of the regular application or session functions that exist in here. What I want to be able to do is to have workflow in my project. The workflow may be extended by future p...more >>



web parts gone
Posted by cleanwire NO[at]SPAM yahoo.com at 4/14/2007 10:21:45 AM
Using ASP.Net 2.0 I've created a page with web parts. While using the page, I chose to close the web parts. Now the web parts are gone,even when I close & reopen the browser. How can I get the web parts to show up again? Thanks ...more >>

file size
Posted by Eugene Anthony at 4/14/2007 8:58:05 AM
The code bellow makes up part of my upload script build using asp.net with c#: string filename = FileUpload1.PostedFile.FileName.Substring(FileUpload1.PostedFile.FileNam e.LastIndexOf("\\") + 1); string filetype = FileUpload1.PostedFile.ContentType; int filesize = FileUpload1.PostedFile.Cont...more >>

content is not allowed between the opening and closing tags
Posted by steve NO[at]SPAM thepinksofa.com at 4/14/2007 1:02:24 AM
I get "content is not allowed between the opening and closing tags" in the visual studio 2005 IDE in relation to a Telerik RadTabstrip control, when I switch from design to source view. I cant switch back to design view from source view - I get the error "Cannot switch to Design View because of...more >>


DevelopmentNow Blog