| Author: Pradeep Kumar Chaudhary 29 Aug 2008 | Member Level: Gold | Rating: Points: 4 |
using Microsoft.SharePoint; using Microsoft.SharePoint.WebControls; using wsswp = Microsoft.SharePoint.WebPartPages; using System.Web.UI.WebControls.WebParts;
Import above keys helps to connect in the server,... And through the SQL server user authentication access can easily maintained, how to access file or pages etc..
|
| Author: esther 01 Sep 2008 | Member Level: Silver | Rating: Points: 4 |
hey.....
u just open the sharepoint server site in designer by clicking.... File -> open. An open file dialog will appear.In thaht select websites from right navigation bar.........now you type ur sharepoint server address in filename for.eg., http://10.123.23.45:26676 and click open.
|
| Author: Senthil vel 02 Sep 2008 | Member Level: Gold | Rating: Points: 5 |
Hi Esther,
Can you tell me that how to implement the functionality in that page which i designed in sharepoint designer.
For Example, I can Design a login page by using controls which are available in sharepoint designer.
now i want to hit the DB, and check the login users and navigate to some other page.
I can do this in aspx.cs very easily. But i dont how to do it in sharepoint designer. Should i use script for all? If So, how to use that.?
Can u clear my doubts.
Thanks in Advance.
|