dharkangel
MIS
HI everyone,
Two things I am wondering about. Has anyone successfully passed a variable to the NewForm.aspx page? Has anyone ever been able to take that variable and insert it into a field on NewForm.aspx so that when a users clicks 'save and close', this variable would be entered into the sharepoint database.
This would be a no brainer in a traditional aspx page but I have not been able to do it in sharepoint. I am just trying to pass a URL variable into the NewForm.aspx page.
1. Capture a field value from the DispForm.aspx page
2. Pass this variable to a separate issues' list NewForm.aspx page (via a url variable i.e. NewForm.aspx?RiskID=<%=RiskID%>)
3. Pass this variable into sharepiont, via NewForm.aspx as a field value on NewForm.aspx
Thank you,
SR
Two things I am wondering about. Has anyone successfully passed a variable to the NewForm.aspx page? Has anyone ever been able to take that variable and insert it into a field on NewForm.aspx so that when a users clicks 'save and close', this variable would be entered into the sharepoint database.
This would be a no brainer in a traditional aspx page but I have not been able to do it in sharepoint. I am just trying to pass a URL variable into the NewForm.aspx page.
1. Capture a field value from the DispForm.aspx page
2. Pass this variable to a separate issues' list NewForm.aspx page (via a url variable i.e. NewForm.aspx?RiskID=<%=RiskID%>)
3. Pass this variable into sharepiont, via NewForm.aspx as a field value on NewForm.aspx
Thank you,
SR