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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22827704.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22842587.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22851307.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22880374.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22928114.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22936936.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22938348.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22951586.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22962255.html
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
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22962659.html