Is it possible to code a custom event into a asp.net webservice and have a calling app listen for that event?
On my WebService, I have:
Public Event OrderComplete(ByVal Sender As Object, ByVal e As OrderCompleteEventArgs)
Public Class OrderCompleteEventArgs
Inherits...
Hi all!
In ASP.Net,, when using a webform that does a postback, is there a way to modify the postback to include querystrings originally passed into the page?
Currently, I have web forms that allow for QueryStrings to be passed to alter results. Those pages allow paging functions, etc...
I'm relatively new to ADO.net. In my VB 6 days I would use ADO to write back to my data source directly and my VB code usually contained my select/update statements. Given that I am partial (though, not entirely biased) to generating my data code from scratch as opposed to having the...
I've been working in asp.net for a month or so implementing .net whenever possible as apps at our company come up for upgrade. Part of my move to .net I had hoped to try to loose a little of the prejudices I had built up against grids in my vb days and it seemed that MS wishes the world to...
Hi All! I'm a little new to implementing Classes that emulate business objects and I wanted to see if I could get some advice. I'm working on a barcoding app. Barcode input comes from a keyboard wedge and is essentially interpreted as keyboard input.
I was hoping to have the form...
I have a report that uses the Report Designer Component to preview a report. I give the user an option to export the report to a PDF file and automate the responses to the answers, so that I can manipulate the file once it's created. Here's the problem - one of the subreports in the report...
I've read lots of other threads regarding this topic, been to the Cyrystal Support Site and read those entries and even looked over a FAQ or two, but I'm still stumped...
I have a VB6 App Using Crystal Reports 8.5 into a SQL Server 2000 DB. When I kickoff the ViewReport method of the report...
I would appreciate anyone's help with this: I'm sure it's just me being stupid.
I have a subreport that needs to do a subquery.
Select * from psl.dbo.ipoxmitpobreakdown where bponum = (select distinct bponum from psl.dbo.ipoxmitPObreakdown where bponum=@ponum or ponum=@ponum)
i haven't...
Hiya all. My business uses an AS/400 for all of it's data storage and for some terminal apps. I want to replicate data from the 400 to my SQL Server 2000 Database so that some of our PC and Web Apps can be exposed more tightly with the data for generating reports, viewing data, etc. I'd...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.