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

amit sahu20

@amit sahu20
About
Posts
68
Topics
41
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ajax calendar control only render sundays
    A amit sahu20

    I have a ajax calendar control , i want that calendar render with only past Sundays else date should be disable

    ASP.NET

  • Automatically Sychronize TFS workitems update with custom tool
    A amit sahu20

    Hi We have a custom tool (a simple web based application) which is created in .NET, as a business requirement we are planning to integrate this tool with TFS such that whenever a workitem is created it gets exported to our tool and whenever any update is made to workitem in TFS same changes get applied to workitem created in our tool. Any Ideas, on how this can be achieved ??

    ASP.NET csharp business question announcement

  • How to identify Event handling in TFS 2012 for Bug work item onlt
    A amit sahu20

    I have created an event handling class library to handle TFS2012 event lag it is working fine. But i have to handle such event only in case of Bug work Item type change. how i identify work item type in event handling code. Summary of code as

    public EventNotificationStatus ProcessEvent(TeamFoundationRequestContext requestContext, NotificationType notificationType, object notificationEventArgs,
    out int statusCode, out string statusMessage, out ExceptionPropertyCollection properties)
    {
    string str = requestContext.ServiceHost.Name;
    statusCode = 0;
    properties = null;
    statusMessage = String.Empty;

            if (notificationType == NotificationType.Notification && notificationEventArgs is WorkItemChangedEvent)
            {
                WorkItemChangedEvent ev = notificationEventArgs as WorkItemChangedEvent;
                string asw = ev.Title;
                // EventLog.WriteEntry("WorkItemChangedEventHandler", "WorkItem " + ev.WorkItemTitle + " was modified");
               
                System.IO.StreamWriter objWriter = new System.IO.StreamWriter(@"C:\\Amit\\ClassLibrary1\\AssignedToHandler.txt");
                objWriter.WriteLine("Received WorkItemChangedEvent");
                objWriter.Close();
    
            }
    
    
            return EventNotificationStatus.ActionPermitted;
        }
    
    ASP.NET help tutorial

  • dynamically change column name
    A amit sahu20

    Hi, Is it possible to dynamically change column name in sql select statement eg:

    DECLARE @Currency NVARCHAR(50)
    SET @Currency ='USD'

    Select Col1 as Currency+@Currency ,col2 from tbl_Emp

    Database database

  • implement mp3 player in site in asp.net 3.5
    A amit sahu20

    hi, I've to play a mp3 file on my web page how can i implement it

    ASP.NET csharp asp-net question

  • social submitter
    A amit sahu20

    then how i can implement this to our project code behind this logic

    ASP.NET csharp asp-net help lounge

  • social submitter
    A amit sahu20

    please check out this link: http://socialposter.com/generator.php[^]

    ASP.NET csharp asp-net help lounge

  • social submitter
    A amit sahu20

    Hey, any one can help to give me idea of social submitter project in asp.net

    ASP.NET csharp asp-net help lounge

  • multi file assembly in .net C# 3.5
    A amit sahu20

    hi, how create a multi file assembly in .net 3.5

    C# csharp

  • Inherit an internal class to a public class
    A amit sahu20

    thanx

    C# csharp

  • Inherit an internal class to a public class
    A amit sahu20

    thanx, yup, i tried and got error msg. Then pls let me know, what will be the use of internal class in class library(any real time eg) mean signification reason of using internal class in class library

    C# csharp

  • Inherit an internal class to a public class
    A amit sahu20

    Is it possible Inherit an internal class to a public class in C# class library

    C# csharp

  • restart remote desktop
    A amit sahu20

    my remote desktop on window server 2008 it is on hange stage and my local desktop is Windows 7 . how can i restart my remote server from my local computer

    System Admin sysadmin question

  • ASP.NET 3.5 MVC Architecture
    A amit sahu20

    hello, I'm novice in design pattern and want to know how to implement MVC Architecture in my new asp.net 3.5 application any one plz let me know any simple tutorial or site link from where i'm able to start.

    ASP.NET architecture asp-net tutorial csharp design

  • Validation of viewstate MAC failed.
    A amit sahu20

    I got this error on postback the form after 20 minutes , i am using asp.net 3.5 Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [CryptographicException: Padding is invalid and cannot be removed.] .... ...... [ViewStateException: Invalid viewstate. Client IP: 122.162.81.11 Port: 50254 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 ViewState: O8yx/NB6OwGsouM4ow3..... please any one suggest?

    ASP.NET csharp asp-net agentic-ai data-structures debugging

  • How rollback tran in while loop
    A amit sahu20

    ALTER procedure Villas_proc_Insert_EnquiryBookingDetail
    (@BId int ,@VId int,@FromDate datetime,@Todate datetime)
    As
    BEGIN TRAN AAA123
    WHILE (@FromDate < @Todate)
    BEGIN
    insert into Villas_EnquiryBookingDetail(BId,VId,BookedDate)
    values(@BId,@VId,@FromDate)
    SET @FromDate = dateadd(day,1,@FromDate)
    END
    update Villas_Enquiry set status= 'Confirm' where BId= @BId
    if @@error =0
    BEGIN
    COMMIT TRAN AAA123
    END
    ELSE
    BEGIN
    ROLLBACK TRAN AAA123
    END

    here VId +BookedDate are unique key in Villas_EnquiryBookingDetail table

    exe Villas_proc_Insert_EnquiryBookingDetail 5,2,'03/02/2010','03/07/2010';
    exe Villas_proc_Insert_EnquiryBookingDetail 5,2,'03/07/2010','03/10/2010'

    how to roll back whole tran if Violation of UNIQUE KEY constraint hep pend in my procedure

    Database help tutorial announcement

  • cristal Report
    A amit sahu20

    Hi i am novice(know nothing) in Cristal report application. Could any one suggest any helping tutorial link that cover full tutorial from beginning on version .net 3.5

    ASP.NET csharp tutorial announcement

  • could i change the culture of gridView
    A amit sahu20

    could i change the culture of any server control in asp.net 3.5 From en to es

    ASP.NET csharp asp-net sysadmin

  • From View in ASP&gt;NET 3.5 for edit and update
    A amit sahu20

    ant tutorial on FormView in asp.net 3.5

    ASP.NET csharp asp-net tutorial announcement

  • Translate text from English to spainsh
    A amit sahu20

    hi i have to make a method that take a string of text of English to return a string of Spanish in ASP.NET 3.5 C# please suggest.

    ASP.NET csharp asp-net
  • Login

  • Don't have an account? Register

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