Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

mgr_2k7

@mgr_2k7
About
Posts
27
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DomainController() is inaccessible due to its protection level??
    M mgr_2k7

    Try using DirectorySearcher class.

    C# question

  • Installation Failure
    M mgr_2k7

    Does your hardware configuration matches the one needed for the installation of Database Server?

    Database database sql-server sysadmin help question

  • Creation of a site collection in MOSS 2007 using C#.NET 2008 [modified]
    M mgr_2k7

    I created a site collection in a Web Application using the following code snippet in a Console Application: ============================================================================ SPWebApplication webApp = SPWebApplication.Lookup(new Uri("http://devportal.domain.local")); webApp.Sites.Add( "/", // site URL "testsite", // site title "Test Site Description", // site description 1033, // site LCID that represents the language, e.g. 1033 = en-US "STS#0", // site template, e.g. STS#0 = Team Site @"localdomain\my_alias", // site owner login "Test Owner", // site owner name "abc@def.com"); // email Console.WriteLine("Site Created"); Console.ReadLine(); ============================================================================ However, I am not able to view the same? How should I view it?

    modified on Tuesday, October 20, 2009 8:33 AM

    C# csharp com collaboration question

  • Data Retrieval
    M mgr_2k7

    I have a problem of trying to find the query for finding invalid dates in my table which does not follow the following formats. Given are the valid formats: 1. 10/1/2007 2. Thu Sep 20 06:32:10 GMT-0400 (EDT) 2007 3. 10/1/2007 5:00 Can anybody please help me regarding this? Thanks in advance. :)

    Database help database question

  • Need to show a progressbar update
    M mgr_2k7

    Tried a lot but dunno how to make the tick of the timer call once the stored procedure has started to execute? Can anybody help me? I am awfully stuck. Seems a bit foolish to ask but u can consider me a layman when it comes to AJAX.

    Web Development question database help tutorial announcement

  • Need to show a progressbar update
    M mgr_2k7

    Hi Christian, I'm a bit novice with AJAX. Can you plz guide me through it? I have no idea how to make these things work with AJAX. Gimme a snippet I can work from? Thanks a lot.

    Web Development question database help tutorial announcement

  • Need to show a progressbar update
    M mgr_2k7

    Hi Friends, My requirement is something like this. I have a button in my page which invokes a Stored Procedure in the back end. The Stored Procedure is a huge one and takes a whole 3-4 mins to run. What I want is to show that progress in a progressbar in the front end. I can calculate the percentage that has to be shown there, the question is how to make it work? I tried using a TimerControl tool and wrote codes in its Tick event, but as soon as the Stored Procedure starts running, the control is lost and the tick event is not invoked. Can anyone plz help me? In a sorry state right now, trying to find the solution. Thanx 2 all in advance.

    Web Development question database help tutorial announcement

  • How to get the last selected item from a multiple dropdownlist with javascript? [modified]
    M mgr_2k7

    --Find the object in the form var ddlObj = document.getElementById('ddlName'); --Find the selected Index alert(ddlObj.selectedIndex);

    Web Development tutorial javascript question

  • Unable to Open Office Docs from IIS
    M mgr_2k7

    This is the sample code I used..... Word.ApplicationClass oWordApp = new Word.ApplicationClass(); oWordApp.Visible = true; Word.Document oWordDoc = oWordApp.Documents.Open(ref fileName, ref missing, ref readOnly, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref isVisible, ref missing, ref missing, ref missing, ref missing, ref missing); oWordDoc.Activate(); Can u plz help me?

    Web Development help windows-admin question

  • Unable to Open Office Docs from IIS
    M mgr_2k7

    Hi All, Stuck in a weird position. I have written a code which lists the various documents in a folder. As soon as I click on the names of the documents they open up as they are. Word files in Microsoft Word, Excel in Excel etc...... The functionality works absolutely fine as long as I am debugging. As soon as I fire the same Application from IIS 5.1, the listing is proper, but on the click of the names nothing happens. I have even checked the taskmgr and can c the respective processes like WINWORD.EXE, EXCEL.EXE running, but I cannot c the docs. Can u guys help me plz?

    Web Development help windows-admin question

  • Opening Documents
    M mgr_2k7

    Hi All, Stuck in a weird position. I have written a code which lists the various documents in a folder. As soon as I click on the names of the documents they open up as they are. Word files in Microsoft Word, Excel in Excel etc...... The functionality works absolutely fine as long as I am debugging. As soon as I fire the same Application from IIS 5.1, the listing is proper, but on the click of the names nothing happens. I have even checked the taskmgr and can c the respective processes like WINWORD.EXE, EXCEL.EXE running, but I cannot c the docs. Can u guys help me plz? :(( :sigh:

    C# help windows-admin question

  • Open Powerpoint presentation
    M mgr_2k7

    Thanks a lot guys. U all were a lot of help. Finally got it. ;P

    Web Development csharp question help

  • Open Office documents
    M mgr_2k7

    Can any body post an article for opening Word, Excel, Presentations using C#. If possible include PDF as well. Thanks a lot. :laugh:

    Article Writing csharp

  • Open Powerpoint presentation
    M mgr_2k7

    How do i open a Powerpoint presentation 2003 using C#.NET 2.0. Please guys, I need the sample code. Can anybody help me?

    Web Development csharp question help

  • Textboxes not having Autocomplete feature
    M mgr_2k7

    I want the autocomplete feature on for all of them. ;)

    Web Development help question

  • Autocomplete textbox not working
    M mgr_2k7

    Hi All, Absurd problem really. We have created a web application. In some pages the autocomplete feature of the textboxes occur, while in the ones having tabstrip control the feature does not show up. What can I do to get rid of the problem? Can anybody help me. TX In Advance. Manish.

    ASP.NET help question

  • Textboxes not having Autocomplete feature
    M mgr_2k7

    Hi All, Absurd problem really. We have created a web application. In some pages the autocomplete feature of the textboxes occur, while in the ones having tabstrip control the feature does not show up. What can I do to get rid of the problem? Can anybody help me. TX In Advance. Manish. :(

    Web Development help question

  • Fetching rows in cursors
    M mgr_2k7

    I am extremely sorry if u have mistook my All Caps as being angry. I was coding the Stored Proc at that time......and as per company standards I had to keep it in All Caps. I am sorry , I forgot to switch it off while typing my problem. Anyways Guys, Cheerz. We have found a roundabout way of handling it. While checking the "select" query was imposing a big chunk, so we have decided to design a tertiary table and use it directly to fetch the records from them. This improved my time around 45%. What intially took us 2:30 hrs to implement 10 lakh records, is now taking us 1:20 hrs. Tx guys for all the help u have provided. :-D ;) Manish Ganguly.

    Database tutorial question

  • Fetching rows in cursors
    M mgr_2k7

    HI CS, I GOT WHAT U SAID. THIS IS MY SCENARIO: 1. PICK UP DATA FROM A TEMPORARY TABLE ROW BY ROW......VALIDATE WHETHER THEY FOLLOW BUSINESS LOGIC OR NOT. 2. IF THE DATA IS ERRONEOUS UPDATE A FLAG IN THE SAME TABLE TO F, ELSE UPDATE IT TO P. Manish Ganguly

    Database tutorial question

  • Fetching rows in cursors
    M mgr_2k7

    Can anybody guide me as to how do we call a cursor having rows more than 10000? :( Manish Ganguly

    Database tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups