Advertisement

1 - 10 of 1187 containing alltags:("asp.net,c#") (0.002 seconds)
How do I create a back button to navigate back to the page from which I came from. There are multiple ways of getting to the page in question and I would like the user to return to the page they c...
Zones: ASP.Net Programming, C#, .NET...Date Answered: 09/13/2007 Grade: A Views: 0
Hello: I have a working connection string in my web.config file. I want to make a whole bunch of calls to it to connect instead of going: // the parenthesis containg the blah blah part is in ...
Zones: ASP.Net Programming, C#, Visual StudioDate Answered: 09/20/2007 Grade: A Views: 0
I "inherited" a website that includes account forms for prospective customers to apply with online. After the user completes the forms and clicks "Submit" an email is automatically generated and se...
Zones: ASP.Net Programming, Web Development, C...Date Answered: 10/03/2007 Grade: A Views: 0
Dear all, I'd just have the toughest OO ASP.NET(c#) interview which includes not so familiar alien wording: operator, virtual, static, abstract, override. the code example is a twisted maze which ...
Zones: C#, ASP.Net Programming, .NET...Date Answered: 11/04/2007 Grade: A Views: 8
I have developed an asp.net website where I am using the dom from mshtml.dll  - everything is working fine on my integrated vs2005 server but when deployed to IIS 2003 server i get an error saying ...
Zones: C#, .NET, ASP.Net ProgrammingDate Answered: 10/31/2007 Grade: A Views: 13
How would i delete a file for a Directory with a button click event? Im working with ASP.Net 2.0 and C#. The name of the file to be deleted is in txtBox1. How would I start to write the c...
Zones: ASP.Net Programming, MS Visual C#, WebApplicat...Date Answered: 11/03/2007 Grade: A Views: 0
I have a FormView control that allows a person to page through a their images. I also have a Label (Label2) that through the findcontrol displays some data form the FormView imageNLabel in Label...
Zones: ASP.Net Programming, C#, MS Visual C#Date Answered: 02/17/2008 Grade: A Views: 0
Im looking for some sample code on how to generate and email response on a button click event.  I have a form that the user fills out and when the submit the form I want it to email them and myself...
Zones: ASP.Net Programming, C#, MS Visual C#Date Answered: 11/09/2007 Grade: A Views: 0
Public Function postSSL(ByRef oMPI As MPIData, ByRef oMerchant As Merchant, ByRef oBTA As BillToAddress, ByRef oSTA As ShipToAddress) As Object         'Call CheckVerbose()        Dim oPGRespon...
Zones: C#, ASP.Net ProgrammingDate Answered: 11/18/2007 Grade: B Views: 0
Public Function URLEncode(PlainText As String) As String Dim pLen pLen = Len(PlainText)         Dim HexPart As String         Dim z As Long         Dim OK As Boolean         Dim i As Long   ...
Zones: C#, ASP.Net ProgrammingDate Answered: 11/18/2007 Grade: A Views: 0