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
N

Navdeep Bhardwaj

@Navdeep Bhardwaj
About
Posts
8
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Message box in asp.net
    N Navdeep Bhardwaj

    Hi, You will have to do it using Javascript. Try following code in your code behind on the button where you want this box. cmdSubmit.Attributes.Add("onclick", "return window.confirm('Are you sure!!!');"); Regards

    Nav

    .NET (Core and Framework) csharp asp-net question

  • Window problem
    N Navdeep Bhardwaj

    Basically you need to give distinct names to each window being opened. So in chat window if you click on member1 then name it member1 and if you click on member2 name it member2 and so on. You can simply pass the selected member name to the function to open a window.

    Nav

    ASP.NET help javascript lounge

  • Programming language
    N Navdeep Bhardwaj

    What I believe is that in programming more important is the logic and not language. The language differs only by syntax, If you know one language, it is not going to take much time to learn a new one. In all languages basic things are same all have classes, loops, operators just the way of writing is different. Like in C++ for not equal you use != while in VB you use <>.

    Nav

    The Lounge c++ question

  • how can i call code behind function through java script function (help plz)
    N Navdeep Bhardwaj

    You will have to put your function/procedure in a page and this page needs to be called as specified by Michael Sync. You can send any value to it using the querystring.

    Nav

    ASP.NET java tools help

  • Index was out of range.
    N Navdeep Bhardwaj

    I think you need to change condition OrElse (index > SubTabText.Count)) Then use OrElse (index >= SubTabText.Count)) Then

    Nav

    ASP.NET help css database tutorial question

  • VB and MySQL
    N Navdeep Bhardwaj

    You can use VB6 as well as VB.NET to connect to MySQL. You will be needing ODBC data source for MySQL for that. This can be downloaded from MySQL site.

    Nav

    Visual Basic csharp php database mysql

  • Cursor_sql server 2005
    N Navdeep Bhardwaj

    Hi Try something like SELECT CASE WHEN Dt < '2006-12-31' THEN 'Archived' WHEN Dt < '2007-06-30' THEN 'OLD' ELSE 'New' END AS [Status] FROM MyTable

    Nav

    Database sysadmin learning

  • SQL Server Reporting Services Excel Export [modified]
    N Navdeep Bhardwaj

    Hi I need to modify the excel export feature in Reporting Services... The issue is that client needs to have chart in excel format after exporting so that user can manually change the values in excel sheet to check the effect in the chart dynamically. Can anybody tell me how I can do that? I know it would require the creation of chart in BIFF format. But could not find out how? If someone knows any .NET library that can help me in that please let me know. I don't want to go for SoftArtisian Office Writer as it has certain limitation as it doesn't supports the grouping of data in RS. Thanks -- modified at 3:29 Saturday 17th June, 2006

    Database help csharp database sql-server sysadmin
  • Login

  • Don't have an account? Register

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