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
D

deepankarbhatnagar

@deepankarbhatnagar
About
Posts
26
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I have thousands of user who are accessing my site, How should I handle a load ?
    D deepankarbhatnagar

    Here is your answer, please see by clicking the link below: Configure Load Balanced Sites with SSL offloading using IIS[^]

    hi

    ASP.NET question

  • I have thousands of user who are accessing my site, How should I handle a load ?
    D deepankarbhatnagar

    Please check these points in the link by which you can handle the load. 10 Ways to Speed Up Your Website – and Improve Conversion by 7%[^]

    hi

    ASP.NET question

  • dgv printer
    D deepankarbhatnagar

    What is this ?

    hi

    .NET (Core and Framework) tutorial

  • String was not recognized as a valid DateTime.
    D deepankarbhatnagar

    This is not the correct place to write this content.

    hi

    .NET (Core and Framework) com

  • Playing with .. an e-motor ?
    D deepankarbhatnagar

    Great thinking... It would be around $100

    hi

    The Lounge hardware com adobe json question

  • MVC Razor, back to Date and Times, List of Items, separated by Today, Tomorrow, etc. More efficient way of writing this
    D deepankarbhatnagar

    Helpful, thanks ...

    hi

    ASP.NET asp-net architecture help question

  • MVC5 Identity Stuff
    D deepankarbhatnagar

    Nice reply, +5 ...

    hi

    ASP.NET visual-studio csharp asp-net architecture question

  • net chat in ASP
    D deepankarbhatnagar

    Check this link & download a sample chat module for your help. C# Corner : Error Display[^]

    hi

    ASP.NET csharp asp-net lounge

  • A namespace cannot directly contain members such as fields or methods
    D deepankarbhatnagar

    See this link, here is your answer: [Resolved] A namespace does not directly contain members such as fields or methods - DotNetFunda.com[^]

    hi

    ASP.NET help csharp

  • Saving the Values entering dynamically created Textbox into database
    D deepankarbhatnagar

    Where do you stuck. Error comes in which line number. or What is the error

    hi

    ASP.NET css database question announcement

  • FILL HTML.EDITFOR FIELDS ON BUTTON CLICK IN ASP.NET MVC
    D deepankarbhatnagar

    Nice answer +5

    hi

    ASP.NET asp-net csharp javascript html tools

  • linq to sql
    D deepankarbhatnagar

    Hi, through this link which contains code as well as data to explain. hope this will help. Simple LINQ to SQL in C#[^]

    hi

    LINQ csharp database visual-studio linq help

  • IsPostBack
    D deepankarbhatnagar

    HI, I

    Quote:

    IsPostBack is a Page level property, that can be used to determine whether the page is being loaded in response to a client postback, or if it is being loaded and accessed for the first time.

    example. if(!ispostback){ } else { } When page response very first time then it go into if condition, after that your else statement will call always.

    hi

    ASP.NET question csharp asp-net help

  • calculate the weighted average
    D deepankarbhatnagar

    Hi, you can get the average by doing this: m_avgMarkup += sCIR(idx).FMARGIN_PERCENT /idx below is the whole code,

    If (sCIR.Length > 0) Then
    For idx As Integer = 0 To sCIR.Length - 1

                        rs\_DataRow = rs\_Table.NewRow()
                        rs\_DataRow(0) = sCIR(idx).FITEMNO
                        rs\_DataRow(1) = sCIR(idx).FDESCRIPT
                        rs\_DataRow(2) = sCIR(idx).FSHIPQTY
                        rs\_DataRow(3) = sCIR(idx).FCOST
                        rs\_DataRow(4) = sCIR(idx).FPRICE
                        rs\_DataRow(5) = sCIR(idx).FAMOUNT
                        rs\_DataRow(6) = sCIR(idx).FMARGIN\_PERCENT
                        rs\_DataRow(7) = sCIR(idx).FMARGIN\_PROFIT
    
                        'Add up the total cost value
                        m\_totalCost += sCIR(idx).FCOST \* sCIR(idx).FSHIPQTY
    
                        'Add up the total price value
                        m\_totalPrice += sCIR(idx).FPRICE \* sCIR(idx).FSHIPQTY
    
                        'Calculate the average margin of all the items
                        'm\_avgMarkup +=  sCIR(idx).FMARGIN\_PERCENT /idx
    
                        'Add up the total margin value
                        m\_totalMargin += sCIR(idx).FMARGIN\_PROFIT
    
                        rs\_Table.Rows.Add(rs\_DataRow)
    
                    Next
    
                End If
    

    hi

    ASP.NET tutorial html com help

  • Can any one help me to post content on linked in asp.net?
    D deepankarbhatnagar

    Hi, you have to use Auth of linkedin by using APIs see this link for help: https://developer.linkedin.com/docs/oauth2[^]

    hi

    ASP.NET csharp asp-net help tutorial question

  • Spam in QA
    D deepankarbhatnagar

    dont try to be oversmart, such a cheap guy.

    hi

    Spam and Abuse Watch com beta-testing tools question

  • Good vs Bad
    D deepankarbhatnagar

    In catch, continue will automatically work so no need to add the keyword there.

    hi

    C# question visual-studio

  • Multiple Queries in one Stored procedure
    D deepankarbhatnagar

    Try to use cross join with the tables & select recpective column which you require.

    hi

    Database database sharepoint help question

  • Manually Coding an Edit, Update, Cancel Button in Gridview Asp.net
    D deepankarbhatnagar

    Hi, please use instead of please see the link for help ASP.NET GridView: CRUD Operations[^]

    hi

    ASP.NET database csharp asp-net announcement

  • Can we force to make button click event happen without actually clicking?
    D deepankarbhatnagar

    Yes it is possible. suppose your button name is btnAdd and you want btnAdd_click() event fire automatically on page load (suppose) , so on pageload call btnAdd_Click() like this: btnAdd_Click(this, null); This will fire the event of btnAdd_Click() without actually clicked.

    hi

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