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:
http://www.dotnet247.com/247reference/a.aspx?u=http://www.dotnetjunkies.com/Tutorial/7DA11F1D-2621-4A97-BB64-B46284E27DC3.dcik
Is it possible to achieve this, can someone acknowledge that?
Greetings Simon