1
vote
0answers
12 views

Connect form web part to DVWP to allow searching

Have an .aspx page with a DVWP that is connected to a list containing 700+ records. I would like to drop a search on this page (HTML Form webpart?) to allow keyword/freeform search criteria that would ...
0
votes
0answers
43 views

Updating Webpart programmatically

I have a custom EDIT/NEW/View forms for a content type. i need to change the properties programmatically since i have over 1000sites using these forms static void Main(string[] args) { ...
0
votes
0answers
116 views

When using a SQL database connection with stored procedures is it possible to use an output parameter

I'm kind of new to attempting this sort of thing and I have some unique restrictions, so please bear with me. I am attempting to connect to data in a SQL database through stored procedures in my ...
0
votes
1answer
281 views

How to implement a cascading lookup on a dataview new form connected to an external database

I have a requirement to develop a new entry form for a database that drives a reporting services report. I set up SSO and created a new item dataview webpart with a table on the database as the ...