Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vbkris
  • Content: Threads
  • Order by date
  1. vbkris

    SharePoint 2010 & MOSS 2007 VHD

    Guys, Can you provide me with the links for downloading the VHDs of both SharePoint 2010 and MOSS 2007? Thanks in advance... Known is handfull, Unknown is worldfull
  2. vbkris

    Applying Pre Formatted Styling to Charting Series

    Hi All, I am doing some chart generation in excel 2007. I am populating a chart at run time using VBA. The chart is a stacked bar chart and can contain multiple series added via code. i want to set one of the serie's "shape style" (that comes by default in the Format ribbon) to one of the...
  3. vbkris

    Encryption Data - Table Design

    Hi All, I am in the process of designing the table structure for storing encrypted data. Encryption will happen on the application side (ASP.NET). We are using AES-256 to encrypt the data. Have the following queries: 1. Should I use Varbinary or Varchar for storing encrypted columns? Am I...
  4. vbkris

    Open an Excel File using OLEDB with Formatting

    Hi Guys, I am currently working on a "Bulk Upload" page that will read data from a manually prepared Excel file. I was using the OLEDB approach till now for this. However a new requirement has come up that will involve having an extra column in the excel sheet that has "HTML links" as its...
  5. vbkris

    Site Colletion not coming in search results

    Hi, We have 1 web application with 3 site collections on our production server. In the search page the data added in 2 of the site collections come out in the results. However one site collection’s data is not coming out in the search results. We have checked the following: -> Search Settings...
  6. vbkris

    Automatic Login Issue - IE6

    Hi Guys, I have set the User Authentication in my IE 6 to "Automatic logon only in intranet zone". However it is still asking for username and password everytime i try to access a local sharepoint website (windows authentication). It was working fine some time back (before i changed my...
  7. vbkris

    Previewing Office Documents - ASP.NET

    Hi, My requirement is to show users a preview of Office documents (sitting on our server). I need to show a preview of the following: - Word 2003 / 2007 - Excel 2003 / 2007 - PPT 2003 / 2007 The preview must be in such a way that the end users need not have office installed in their systems...
  8. vbkris

    AJAX and System.InvalidOperationException

    Hi Guys, The info is as follows: I have a web page that does a very heavy operation. In order to make it a bit more interactive i implemented AJAX on that page (have not used the inbuilt AJAX controls). The page psuedo code is as follows: In Page_Load ------------ If CallBy is AJAX then 'I...
  9. vbkris

    Identify who dropped a database

    Hi Guys, Is there any way to identify when a database was dropped and by whom??? Known is handfull, Unknown is worldfull
  10. vbkris

    Get Table Name

    Hi, Is there any command to get the table name from page infromation? e.g.: Page Info: PAG: 7:1:1420172 I got this page info from the SQL Server log. I would like to know which table this page belongs to... Known is handfull, Unknown is worldfull
  11. vbkris

    SqlCommandBuilder.DeriveParameters() for different user schemas

    Hi, In my current SQL Server database we have multiple DB users (who could have SPs in the same name). e.g.: User1.SP1 Param1,Param2 User2.SP1 Param1,Param2 We use a version of EntLib that uses the SqlCommandBuilder.DeriveParameters() method that will retrieve the parameter count for an SP...
  12. vbkris

    Best Query

    Hi guys, the query topic may not be helpful, however this is my problem. Table1: Master Table Table2: Child table. No relationships defined between these two tables :(. The child table has around 1 million records. I have a simple request. Find out all the values in the master table that...
  13. vbkris

    Access Indexing Services on a different machine

    Hi, I would like to access in my SQL Server an indexing service that runs on a different system using Linked Servers. What are the steps i need to take to achieve this? The idea is to search through files for keywords on a different system using queries (this result will later be linked to a...
  14. vbkris

    Acceptable IO Cost Guidelines

    Hi Guys, I currently have a table that has around 177000 rows. When i do a simple select * from the table, it gives me an IO cost of 11.6 The table has around 50 columns and is VERY frequently used. Currently the DB is there on ONE file system. Is this cost acceptable??? Known is handfull...
  15. vbkris

    Query Plan

    Hi Guys, I have a table with the following columns: Column1 Column2 Column3 Column Description: Column 1 is an identity column with a primary key Column 2 is a foreign key (bigint) Column 3 is a varchar field Indexes: Column1 being the primary key has the Clustered index Cloumn 2 AND Column...
  16. vbkris

    Validator Bug???

    hi guys, there seems to be a strange problem with validator controls. :( steps to make it behave strangely (Code given below): 1. Enter a value in the first text box. 2. Move focus to second text box. 3. Delete the text in the first text box. 4. Use the MOUSE to give focus to the second text...
  17. vbkris

    Disable View Source???

    guys, am starting this age old topic again cause i noticed that yahoo has disabled the view source (atleast in IE). i disabled javascript and tried again, but to no avail :( Any ideas how they did it??? Known is handfull, Unknown is worldfull
  18. vbkris

    Free organisation chart component (ASP.NET 1.1)

    Hi guys, Do any of you know FREE ASP.NET 1.1 charting component that can create organisation charts??? Known is handfull, Unknown is worldfull
  19. vbkris

    Private Constructors

    Hi Guys, I have posted a question in the OOAD forum, but thought this forum will also be a suitable one for asking this question (thread678-1298722). Thanks for your help... Known is handfull, Unknown is worldfull
  20. vbkris

    Private Constructors

    Hi guys, When should we implement a private constructor? MSDN states that we should use one when a class is declared as static. However the SqlDataReader class seems to have a "Private" constructor. And to top it the SqlCommand object is able to instantiate it! (ExecuteReader is returning an...

Part and Inventory Search

Back
Top