Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Putting ASPX functionality into a component

Reply
Thread Tools

Putting ASPX functionality into a component

 
 
GaryB
Guest
Posts: n/a
 
      11-12-2004
I have an ASPX page and a vb codebehind file that takes as input a passed
web datagrid as input. My page has a CrystalReportsViewer on it. My page
produces a PDF report of the DataGrid that was passed.

I want to package this functionality into a component so that a programmer
can simply drop my control onto an aspx page, enter the name of a datagrid
on that page to enable print functionality for that grid.

Going through some books on creating components and controls I haven't seen
an example of components that produce web pages as does my program.

What is the best component template to use for this kind of thing?
Thanks,
Gary


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding main.aspx.vb & main.aspx.resx under aspx John M ASP .Net 1 05-29-2005 09:27 PM
Putting ASPX functionality into a component GaryB ASP .Net 6 11-15-2004 02:23 AM
Difference between putting code in constructor and putting code in static{} Saurabh Java 6 05-30-2004 02:44 PM
Putting functionality back into <blockquote /> Toby A Inkster Javascript 4 02-17-2004 12:41 AM
Putting functionality back into <blockquote /> Toby A Inkster HTML 4 02-17-2004 12:41 AM



Advertisments
 



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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57