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

Manish_Kumar_Nayak

@Manish_Kumar_Nayak
About
Posts
25
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 500 error when 100 user hiting the website simultaneously...
    M Manish_Kumar_Nayak

    I have a windows server 2008 with IIS7 and hosted a website. When 100 user hitting the website simultaneously it throws 500 error... There is no problem when less than 50 users hitting the webpage... What type of configuration I must do to resolve this problem...?

    Hosting and Servers help css sysadmin windows-admin question

  • How to get value from Reorder List Ajax control?
    M Manish_Kumar_Nayak

    pls some body help.......

    C# help tutorial question

  • How to get value from Reorder List Ajax control?
    M Manish_Kumar_Nayak

    How to get value from Reorder List Ajax control? I am using link Button to Bind and display ID field and wants to get that ID when I m going to click on link Button. It doesn't give any response by clicking on it. please help me..... :( :confused:

    C# help tutorial question

  • How to create xml file in disk location using SQL Server 2005 & C#...?
    M Manish_Kumar_Nayak

    I have created an XML using sql in SQL Server 2005. I like to Save that XML as a File in a particular location on the disk. I want only C# to make it done... It would not be possible to create that file on the disk using SQL Server becoz, I haven't administrator permission for the Sql Server. if i use DataReader to get field value, than it's not return complete xml... what i have to do...?

    C# csharp database sql-server sysadmin xml

  • How to get CheckBox Control from Datagridview in Windows form...?
    M Manish_Kumar_Nayak

    I m using DataGridView. It has a checkbox column, i want to check - uncheck this CheckBox control.. In asp.net FindControls() is used to get control, is there any methon like FindControls() for Windows ?

    C# csharp asp-net tutorial question

  • how to fire form_activated event in MDI Child Form...
    M Manish_Kumar_Nayak

    hi, I have a MDI Parent From, MDI Child Form & a third Dialog Form. I call a third Form by clicking a button using ShowDialog() placed in MDI Child. I like to refresh MDI Child after closing that third Form... but after closing of third Form, MDI Parent fired Activated event instead of MDI Child ...! Give the solution...

    C# tutorial

  • How to get Column Value From a Statement if Table Name passes dynamically through a variable....?
    M Manish_Kumar_Nayak

    Declare one more variable and assign first column value and Print this value....... Okay..........

    Database database sql-server sysadmin tutorial question

  • How to get Column Value From a Statement if Table Name passes dynamically through a variable....?
    M Manish_Kumar_Nayak

    In SQL Server 2005... How to get Column Value From a Statement if Table Name passes dynamically through a variable....?

    Database database sql-server sysadmin tutorial question

  • How to Get Value from Exec(Sql) in SQL Server 2005 if possible...? help me....
    M Manish_Kumar_Nayak

    How to Get Value from Exec(Sql) in SQL Server 2005 if possible...? help me....

    Database database sql-server sysadmin help tutorial

  • How do I Compare Thumb Image by the Select Statement in SQL Server 2005....?
    M Manish_Kumar_Nayak

    Convert Image field in Varbinary(Max) Ex: Select * From E_CH16APPLICANTS Where (Convert(VARBINARY(MAX), FP1) In (Select Convert(VARBINARY(MAX), Photo) From Tmp)

    Database database help question sql-server sysadmin

  • How do I Compare Thumb Image by the Select Statement in SQL Server 2005....?
    M Manish_Kumar_Nayak

    Exactly I want to know... Can I Compare two Images stored in the Table...?????

    Database database help question sql-server sysadmin

  • How do I Compare Thumb Image by the Select Statement in SQL Server 2005....?
    M Manish_Kumar_Nayak

    hi, I am using SQL Server 2005 database. I stored Thumb Image on two tables to the Image data type field. When I compare these two images from both table is gives error... "The data types image and image are incompatible in the equal to operator" Statement : "Select FP1 From E_CH16APPLICANTS Where FP1 In (Select Photo From Tmp)" I just like to verify that this Thumb Image is exist or not... by using SQL Statement... Pls help me...

    Database database help question sql-server sysadmin

  • how to store & retrive Thumb Impression in Database through device...?
    M Manish_Kumar_Nayak

    AA503 is the model Number of the device, thx...

    C# tutorial database question

  • how to store & retrive Thumb Impression in Database through device...?
    M Manish_Kumar_Nayak

    I have a small device to take thumb impression... I like to store & retrive impression from database... give me an Example Code...

    C# tutorial database question

  • I Used BulkCopy to transfer data One to another DB, moreover i like to know any other mathods...
    M Manish_Kumar_Nayak

    Is there any mathod to transfer bulky data One to another DB as like BulkCopy.....?

    C# database question

  • Task to SQL Server 2005
    M Manish_Kumar_Nayak

    I have 55000 of member records in the database, I have a procedure in Sql Server 2005 to calculate all members commission. I Execute this procedure on first date of every month. This is a MLM Project, Commission of every Member depends on Member Hierarchi, So in the way to calculate commission consider all members in the Hierarchi, it takes 24 hrs to generation commission. In this process I has to execture procedure for 24 hrs in my local machine. So, I need to assign task to server from client and disconnect from server. Is it posible ? pls suggest me a solution....

    Database database sql-server sysadmin question

  • Use of Temperory Table in SQL Server 2005
    M Manish_Kumar_Nayak

    I used Temp Table in my procedure, If I like to get values from temp table in a procedure it shows error.

    Database database sql-server sysadmin help

  • My System Hangs when I double click on aspx or cs page.
    M Manish_Kumar_Nayak

    My System Hangs when I double click on aspx or cs page, What I do?

    ASP.NET question

  • How to refresh content place holder only without refreshing whole master page?
    M Manish_Kumar_Nayak

    I fixed UpdateMode Conditional in all content page and written code on Load event of Master Page as - ((UpdatePanel)ContentPlaceHolder1.FindControl("UpdatePanel1")).Update(); But it still refreshing content pages. Is there any problem with by code?

    ASP.NET tutorial question

  • How to refresh content place holder only without refreshing whole master page?
    M Manish_Kumar_Nayak

    How to refresh content place holder only without refreshing whole master page? I already used UpdatePanel in Content Page.

    ASP.NET 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