473,387 Members | 1,700 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Embedding aspx page in a webcontrol library.

hI all , i have developed a webcontrol library for a custom data grid. now i want to embed a aspx page for the Searching database .in to this dll. now how should i embed a aspx page with controls in a webcontrol library.


thanx in advance. its urgent.


Neel.
Apr 6 '09 #1
3 2257
Frinavale
9,735 Expert Mod 8TB
I'm not sure what you're trying to do.


You can't really embed an "aspx" page into a DLL.

You can precompile your web application so that all your pages are not compiled every time a user visits your website. When you do this, all of your VB or C# code for the website is compiled into a single DLL that the web application accesses in order to process the web page requests. Your actual ASPX pages are not embedded into the DLL, they are required in order for the user to make a request to the web pages in your website.

Could you please explain what you are trying to do in more details?

Thanks,

-Frinny
Apr 6 '09 #2
Dear Frinny,
the dll which i have developed can be used with any web applications. by using a XML file for its configuration. as i have mentioned it is for custom DataGrid. now i want to add more functionality to this dll, by adding search functionality to it. the dll has the searching functionality also. i want that when i will click a button on the grid it will open a page for accepting advamce searching options.. and depending on the Specific web aplications database.it can search. but the advance searching Page will be the part of the dll . notthe part of Web application.

thats. all. if anything is not clear to you. then pls reply me.

than u again.

Neel.
Apr 7 '09 #3
Frinavale
9,735 Expert Mod 8TB
Honestly I have no idea how to accomplish what you are trying to do. I'm not even sure it's possible.

You could create a method in your DLL that outputs and saves HTML/ASPX file....
Apr 7 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Victor Fees | last post by:
I have an XML string in a database that I would like to display using XSLT. All of that works like a champ, but I can't figure out how to embed the XML inside an ASPX page. For example, I have...
3
by: Dan | last post by:
Hi, I have a problem using an aspx page with a Control on it. I get the following error message Compiler Error Message: CS1595: 'Test.Class2' is defined in multiple places; using definition...
4
by: Marc Pelletier | last post by:
Hello, I have a class (TideClass) which creates a bitmap image as one of its functions. I want to create a page which has this image embedded amongst some text. I know that I have to stream the...
3
by: spmm# | last post by:
Hi! Could someone please help me with the following; I have a WebControl that basically looks like this: public class LeftMenu : System.Web.UI.WebControls.WebControl { private string...
6
by: Skeptical | last post by:
Hello, I am trying to embed html output into my webform but could not figure out how to so far. The form will execute a Perl script with some parameters, and script will output some html...
1
by: Lloyd Dupont | last post by:
I want to create an image chooser popup window. The popup window/frame is easier to define as an .aspx but I don't know how to compile this .aspx. Create a whole Page by code is quite cumbersome,...
3
by: Praveen | last post by:
Hi, I have a control that currently embeds it's images and script files as resources (by marking them as 2.0's WebResourceAttribute) and lets the runtime handle the streaming of the files to the...
3
by: Ollie Riches | last post by:
How do I embed a *.flv file (Flash Video) into an aspx page similar to embedding windows media player active x control? Cheers Ollie Riches
3
by: JJ | last post by:
How do I embed a swf (flash) file as a resource in my custom web control? And, if thats possible, how would I access it when I am (presumably) overriding the RenderContents method? Thanks in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.