Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Part communicate/fill an aspx/aspx.cs file??

Status
Not open for further replies.

Biobak

Programmer
Apr 24, 2006
4
NL
Hi,

Can I call (and fill) a WebForm.aspx and WebForm.aspx.cs by the use of a web part from within my sharepoint portal site?

I created a webpart that fills and shows a datagrid in columns, now I try to connect that webpart to a webform.aspx /aspx.cs file.
With a simple javascript line I accomplished to open and popup an aspx page,
(HyperLinkColumn…….javascript:void window.open('_layouts/customforms/WebForm1.aspx?contact_id={0}')


Basically I’m trying what u can see on the following URL, but I replaced the WebForm1.aspx/aspx.cs for a Web Part:

Is it possible to achieve this, can someone acknowledge that?

Greetings Simon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top