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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|