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
A

astrovirgin

@astrovirgin
About
Posts
34
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Unable to Start MSSQL SERVER
    A astrovirgin

    Ya, I checked it but didn't understand. I am providing you the log.

    2010-03-25 18:55:55.53 Server Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86)
    Oct 14 2005 00:33:37
    Copyright (c) 1988-2005 Microsoft Corporation
    Developer Edition on Windows NT 5.1 (Build 2600: Service Pack 2)

    2010-03-25 18:55:55.53 Server (c) 2005 Microsoft Corporation.
    2010-03-25 18:55:55.53 Server All rights reserved.
    2010-03-25 18:55:55.53 Server Server process ID is 2772.
    2010-03-25 18:55:55.53 Server Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\LOG\ERRORLOG'.
    2010-03-25 18:55:55.53 Server This instance of SQL Server last reported using a process ID of 212 at 3/25/2010 6:40:35 PM (local) 3/25/2010 1:10:35 PM (UTC). This is an informational message only; no user action is required.
    2010-03-25 18:55:55.53 Server Registry startup parameters:
    2010-03-25 18:55:55.53 Server -d C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\DATA\master.mdf
    2010-03-25 18:55:55.53 Server -e C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\LOG\ERRORLOG
    2010-03-25 18:55:55.53 Server -l C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\DATA\mastlog.ldf
    2010-03-25 18:55:55.54 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2010-03-25 18:55:55.54 Server Detected 2 CPUs. This is an informational message; no user action is required.
    2010-03-25 18:55:55.85 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.
    2010-03-25 18:55:55.87 Server Attempting to initialize Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
    2010-03-25 18:55:56.90 Server Attempting to recover in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
    2010-03-25 18:55:56.90 Server Database Mirroring Transport is disabled in the endpoint configuration.
    2010-03-25 18:55:56.90 spid4s Starting up database 'master'.
    2010-03-25 18:55:56.90 spid4s Error: 17207, Severity: 16, State: 1.
    2010-03-25 18:55:56.90 spid4s FCB::RemoveAlternateStreams: Operating system error 6(The handle is invalid.) occurred while creating or opening file 'C:\Progr

    Database help sql-server database sysadmin performance

  • Unable to Start MSSQL SERVER
    A astrovirgin

    Hi All, I am using SQL Server 2005. My problem is that I am unable to start MSSQL Server. When I go to services.msc, i found that the state of MSSQLServer is stopped. When I click on start, it gives me this error: The SQL Server (MSSQLSERVER) service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts Service. I try all possible things, google it and atlast re-install SQL Server but nothing happen. So please help me?? Thanks

    Database help sql-server database sysadmin performance

  • Dotnetnuke Problem
    A astrovirgin

    Hi All, I am a newbie in dotnetnuke. My problem is that I have a module with download option. What I want to do is that when an unregistered user click on that link he will not be able to download the file. i really dont know how to acheive this task. Please help. Thanks in advance...

    modified on Wednesday, March 24, 2010 6:22 AM

    ASP.NET help tutorial

  • Generate Events from Controls in ModalPopupExtender [modified]
    A astrovirgin

    Hi All, I am using Ajax ModalPopupExtender in my application. The code is given below

    <asp:Panel ID="panelJobType" runat="server" CssClass="modalPopup">
    <asp:Panel ID="panelJobTypeHead" runat="server" Style="cursor: move; background-color: #DDDDDD;
    border: solid 1px Gray; color: Black">
    <div>
    <p>
    Add the Job Type</p>
    </div>
    </asp:Panel>
    <div>
    <table>
    <tr>
    <td width="28" height="17">
    </td>
    <td align="left" valign="top" class="search" width="168" height="17">
    Job Type:
    </td>
    <td align="left" valign="top" width="291" height="17">
    <asp:TextBox ID="txt_Ctitle" runat="server" CssClass="border" size="25" MaxLength="50"></asp:TextBox>
    <font class="msg">*</font>
    </td>
    </tr>
    <tr>
    <td colspan="3" height="5">
    </td>
    </tr>
    <tr>
    <td height="25" colspan="3">
    </td>
    </tr>
    <tr>
    <td colspan="3" bgcolor="074264" align="right" valign="bottom" class="heading5" height="25">
    <asp:Button ID="btnSubmitJob" CssClass="rpt_btn" runat="server" Text="Save" />
    <asp:Button ID="btnCancel" CssClass="rpt_btn" runat="server" Text="Cancel" />
    </td>
    </tr>
    </table>
    </div>
    </asp:Panel>
    <ajaxToolkit:ModalPopupExtender ID="ModalPopupExtender" runat="server" TargetControlID="LinkButton1"
    PopupControlID="panelJobType" BackgroundCssClass="modalBackground"
    OkControlID="btnSubmitJob" CancelControlID="btnCancel"
    DropShadow="true" PopupDragHandleControlID="panelJobTypeHead" />

    Now what I want is to generate events from the buttons in the Panel. For example I want to s

    ASP.NET sysadmin architecture tutorial career

  • Make the email mail as READ in gmail.
    A astrovirgin

    Hi, I created an web application that read emails from GMAIL and store it in the local database. My problem is that when I store the email in my database they should be MARK AS READ on the server because it is loading the emails again and again because the status of those mails are still unread. Please help me in this regard. Thanks in advance.

    ASP.NET help database sysadmin

  • Email Receiving in ASP.Net
    A astrovirgin

    Thanks for the all hard work you did for me. But my problem is that I don't want to use any dll or third party tool for do the same. I have to do it only by normal c# coding and if you find something like this, then please tell me.... coz i didn't find it....

    ASP.NET csharp asp-net help

  • Email Receiving in ASP.Net
    A astrovirgin

    No... I am using gmail as service provider....

    ASP.NET csharp asp-net help

  • Email Receiving in ASP.Net
    A astrovirgin

    Hi All, My problem is that I have to create an application using asp.net which can send and recieve emails. I have compelted the sending part but i am not finding any way to receive emails. I try lot of googling but didn't find any proper way to do that. Please tell me how it can be possible. Thanks in advance...

    ASP.NET csharp asp-net help

  • [Message Deleted]
    A astrovirgin

    I didn't delete the question because I got the answer. The answer I got is poor. It didn't resolve my problem and don't think it will resolve anyone's problems also. I delete the question because I want to repost it in better manner so everyone can understand what I really need.

    ASP.NET

  • [Message Deleted]
    A astrovirgin

    [Message Deleted]

    ASP.NET

  • Excel to MySQL
    A astrovirgin

    Hi, I am working in ASP.Net and I want to export data from an Excel file to the MySQL. In SQL SERVER 2005, I use SQLBULKCOPY for doing the same. Is there any alternative of doing the same for mySQL also. Thanks is Advance,

    ASP.NET csharp asp-net database mysql sql-server

  • Blocking TCP/IP Client Server
    A astrovirgin

    Hi, I am working on a blocking client/server architecture.I have a client which sends XML files to the server. It sends many XML files continuously (5 to 10 files per second) to the server using blocking communication method through TCP/IP. What I have to do is to read the XML file and store it in a queue and if the XML file is valid or invalid, give the response back to the client that the file is valid or invalid from the same communication path from where it come. Can anyone help me in this regard that how to acheive that. I am comfortable with queue, just want to know how to send the response back to the client using the same communication path from where the XML file comes. Thanks in advance.

    C# sysadmin data-structures xml architecture help

  • ISO 8583 [modified]
    A astrovirgin

    Hi, I am working on ISO 8583-1987 standard. The problem is that my client is sending an XML file and I have to parse it in ISO 8583-1987 standard. Can anyone help me in this regard coz I have only theoritical knowledge of ISO 8583 and don't know how to practically implement it. Basically I have problrem while using bitmaps. I am not able to understand how to implemnt them and how they work. Thanks in advance.

    modified on Wednesday, February 25, 2009 1:06 AM

    C# help xml tutorial

  • Store Multiple values in one Column.
    A astrovirgin

    Hi, So the problem is I have one table which contains 1 column and 3 rows. Like This::: Description ----------- HR PM Faculty Now what I want is to store these columns in another table in one row. Like:::: Staff ------ HR,PM,Faculty. Please Help me to this and Don't give any other suggestion to complete this task. I just want the same. Thanks in Advance. :doh:

    Database help

  • Problem when coming back to previous page.
    A astrovirgin

    I am not getting what you want to say. Where I use Server.Transfer??? Sorry.. But over the head answer...

    ASP.NET help csharp javascript css asp-net

  • Problem when coming back to previous page.
    A astrovirgin

    Hi, So the problem is I have created an asp.net project.There is a page contains DELETE button which deletes Grid Data from the page. When I click on Delete button, it deletes the data and show a JavaScript alert message that the Data has been deleted. After that I access some other page and when I come back to the page using back button of Browser, It show the same "The Data has been deleted" alert again. I am not getting how to stop that alert message to show agsin abd agsin on the Page. So please help me. Thanks in Advance.

    ASP.NET help csharp javascript css asp-net

  • Hide in Task Manager.
    A astrovirgin

    Hi Everyone, I have created an windows application in c#.net. Now what I want is that when I run the application, it should not be visible in Task Manager. Please help. Thanks in advance.

    C# csharp help

  • Use Javascript in Window Application
    A astrovirgin

    Hi, I want to use the javascript function in c#.net window application. Is it possible? If yes, then how?

    C# csharp javascript question

  • [Message Deleted]
    A astrovirgin

    [Message Deleted]

    C#

  • [Message Deleted]
    A astrovirgin

    [Message Deleted]

    C#
  • Login

  • Don't have an account? Register

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