Software Development Network Logo
  • Game Technologies
  • Smart Devicet
  • Visual Basic
  • SQL Server
  • Visual C#
  • IE Development
  • .NET Development
  • Windows Forms
  • Visual Studio
  • Visual C++
  • Microsoft ISV
  • SharePoint Products
  • Visual FoxPro
  • Audio and Video
  • VS Team System

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Writing custom webservice for sharepoint using vb
Microsoft Architect Insight Conference - UK EVENT
Creating DataBase
Office Automation in .NET
Multilanguage Forms
Custom Field Type Properties
Can we delete a document object from MOSS document library using VB/ C# code ?
Security Trimming Bug ? WSS3.0
N-tiers and common Bussiness entities ---- cross reference between assemblies
Drag and drop controls/shapes using Forms/Asp.net.

Top Answerers

Back2Escape
sureshv
QWERTYtech
Christopher Lusardi
pricejoel
hazz
mnice
Rattlerr
mehdi61e
venablc
DataDirect XQuery
Only Title

Answer Questions

  • dima_ua Call Logging/Statistics System

    Hello, I come to these forums hoping that somebody will be able to point me in the right direction of how I might go about solving my particular problem. I have very little knowledge of the related technologies (although I do have plenty of programming experience), and so I am looking for a starting point to build on. My company has a small call centre which uses a Splicecom maximiser phone system. We would like to implement some sort of call management call logging system, which will access the logging information which is available from a telnet port and transfer this into a database. Obviously this will require me being able to manipulate the data and have a way of accessing it from the port on the splicecom hardware. My first que ...Show All

  • Novelle setting the default page

    Hello, I've read a post or two that says under site settings - look and feel - there should be a section for the welcome page. I do not see this. I logged onto two SS2007 sites, one of which i installed myself and made myself the admin so i should have access to everything and i dont see it on there either. I tried renaming default.aspx to default2.aspx and then renaming my page to default.aspx but that had no effect, it just bounces you to default2.aspx now. So how can i make another page the default welcome page thanks When you are logged in as an Administrator, click the "Site Actions" menu bar, select "Site Settings" and then click on "Modify All Site Settings". Under t ...Show All

  • hapazlam What is the most valuable principle in design?

    In looking at SOA, earlier component based design, separation of concerns, etc. It seems to me that architecturally they can all be lumped in to various flavors of abstraction. So, it occurs to me and seems to hold true in my designs that the most valuable principle in software design is abstraction. Does anyone feel that a different principle is more critical Are there different schools of thought (SOA, SOC, Interface based design, etc.) that are contradictory when dealing with abstraction New to the forum, but have been wanting to talk with people that make an effort to further their design knowledge. To me the most valuable design principle is practicality - you need to design something that can be ...Show All

  • Insignals ssl for share point

    Do i have to install ssl in order to access share point services admin and frontpage extensions admin No, it is not a requirement if you did not choose to use SSL during installation ... But if you did choose it, then you would need to install an SSL key, or do an IIS trick to map it differently using a different IP/PORT/HostHeader combination without SSL.. hope it helps Thanks for your response, but when i want to use front page extensions in iis, i dont get prompted with a user logon diaglog box, and get an http error that my user name and password is incorrect, try using the back space button to try and logon again, front page extensions wont even allow me to log into my home site or ...Show All

  • yem optimistic concurrency with daab 2.0

    is there any best practice to implement concurrency with daab 2.0 as i see it don't expose the rowchanged event, but returns rowsaffected. Shall I compare the ds.getchanges().count with rowaffected or there is something better out there I would like to return rows to the user for selecting if he wants servers or clients rows. Thanks Well, this is all that i have found. I will do it but with a set of rows instead of row by row. The part of concurrency is at the end. http://www.codeproject.com/smartclient/SmartClientSOA.asp Did you ever find any guidance or best practices ...Show All

  • sureshramayah Disable "connect when this network is in range"

    I need to be able to disable this when a new network is created. By default this is checked in the wireless network pane. Any ideas simonshort wrote: I need to be able to disable this when a new network is created. By default this is checked in the wireless network pane. Any ideas has any one been able to achive this Simon i believe u have posted the query to the wrong forum. http://DotNetWithMe.blogspot.com vikas goyal ...Show All

  • ::BulletMagneT:: Application State in Web Farm Scenario

    I have a web farm scenario wherein I need to store data say a dataset into the application cache/state. My backend is not SQL Server. The challenge is that, I know application state is ASP.Net Worker process specific. So whenever the process gets recycled so would the data. In short Application state is not durable. Now in a Web farm or a Web garden scenario there is no way I can access the Application variable from other server because of the above behavior. Is there any way to address this requirement. Would appreciate some thoughts on the same. -Sai While we always encourage using SQL Server for your session state store, you can also implement your own state store on the database of your choic ...Show All

  • Anthony Fine DataSet Performance issue

    HI We are using a oracle stored procedure which returns a refcursor. For queries with like search which returns large number records the dataadapter.fill() is really takes time. For a case whcih returns 14000 records it took 3000 ms to perform the fill method, eventhou gh we are filtering by 99 recodrs using fill(ds, start, maxrecords). As the number of records increasing the time varies even if the filtering happens only for 99 records. Any idea how we can improve the performance. Or any other we can call the SP which gives any improvement We cannot modify the SP. And the DAL used by many diffrerent componenets. Thanks in advance Sharmila Sharmila, All the 3000 ms may no ...Show All

  • markse Creating DataBase

    I am re-writing a single-user, local application that supports MS-Access to a multiple concurrent user application that will support MS-Access, SQL Server, Oracle, DB2, and XML. In the current application, a Microsoft Access Database (*.mdb) file (with structure but no data) is distributed with the application. When the user wants a new database, the distributed file is copied. With a move to SQL Server, etc. most users will likely not have the ability to create databases on the fly (I assume most companies keep that in the hands of IT). What is the best or at least accepted method of distributing the database structure with an application This depends on the users having permissions on the DB to create databases which they ma ...Show All

  • karfast Why need Form Server 2007? Thought WSS/MOSS covers that kind of funcationalities

    This is probably not the ideal place to ask this question but I'm just not sure what Form Server 2007 is for. I admit that I have not spent any significant amount of time looking into it. My very limited knowledge about it says it's built on top of WSS 3.0. I'm not sure what that means. I guess I'm trying to find out what "additional" functionalities Form Server provides that the OOB WSS/MOSS don't already provide, and the compelling reasons why it's useful in the business world. Form server is basically a MOSS component (for the enterprise MOSS version) that allows you to publish infopath forms so that users will be able to view them as web forms instead of installing the infopath client. It ...Show All

  • Mateusz Rajca Customize Master Page in WSS3

    I follows this page to customize master page of WSS3. http://msdn2.microsoft.com/en-us/sharepoint/aa830818.aspx#Office2007SSBrandingWCMPart1_CustomizingMasterPage But I cannot find the Site Master Page setting in Look and feel section. Does this options avaliable in WSS3 Thanks in advance. Jason No - this is a MOSS feature which is enabled as part of the Publishing features. ...Show All

  • Scott Allen - OdeToCode.com MOSS 2007 farm installation issue

    We have installed MOSS 2007 Farm setup having 4 servers in total as follows. 1. SRV1 - Acting as SQLServer 2. SRV2 - Acting as SSP Server and hosting Admin site, search and indexing services 3. WEBFRONT01 - Web frontend server running 'Web Application Service' 4. WEBFRONT02 - Web frontend server running 'Web Application Service' When I create a web application and site collection through Admin site, the site gets created on both the web frontend servers, which is fine. But only one of the web frontend servers is able to serve incoming request. i.e. If I try http://WEBFRONT01 I get to the page, but when I try http://WEBFRONT02 I automatically get redirected to http://WEBFRONT01 and I get to see the page. If I swi ...Show All

  • jobo5432 CSF 3.0 installation trouble

    Hello, all During CSF 3.0 installation I have the next warning message on "UDDI registration" stage: "Warning: Please make sure Publish URL is valid or you have permitions to Publish UDDI". After that it is not possible to continue installation. I have FULL permitions (Domain Administrator). Hey Mikhail, Did you install uddi soap service and which version of sql server do u have. If its 2005 then it was an issue. I think now there are UDDI services available for 2005 too. Venu Hi Mikhail and Venu, UDDI 2.0 is not yet supported on SQL Server 2005 - still only SQL Server 2000. Hopefully that will change at somepoint - we are working with the UDDI team ...Show All

  • A.Kahn Forms Server 2007 - RTM Availability

    I am currently using the Beta2-TR version of the Forms Server and would like to more to the RTM version of the server. I could not find any links to the Forms Server 2007 RTM trial version download. Can anyone help me please Anandan Same here. I searched all over and can't find it. I even clicked "how to buy Office Forms Server" on Microsoft's site, but I was linked to SharePoint Server 2007. As far as I know it is no longer a seperate install like it was in beta, but part of the enterprise version. However, I don't have MSDN, so I wouldn't know if it can come seperately or not. ...Show All

  • JayaC Client/Server Application with Database

    I'm going to be building a client/server type of application and would like to use .NET technology - but am a little unsure about the architecture/which technologies to use. Let me describe the application for you: The server side program must be able to parse web pages for certain data and store this data into a website. The server must do this every sunday night at 2am to archive that week's data. From what I understand, I will able to do this using HttpWebRequest and WebResponse and have found a tutorial on this. I would also like to archive the data using a SQLServer 2005 database, which will run on the same server as the parsing application. The client side program must be able to connect to the server and run querie ...Show All

808182838485868788899091929394959697

©2008 Software Development Network

powered by phorum