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
V

Vikram kshatriya

@Vikram kshatriya
About
Posts
9
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Can I access any Server control in Javascript function in .Net
    V Vikram kshatriya

    please do not post same questions again and again.

    Vicky

    ASP.NET csharp javascript com sysadmin announcement

  • Session variables does not increment
    V Vikram kshatriya

    HI Aransiola, If you use the Session variable rather then application as i saw in your example above then this will work fine. Use like this: Session("userscount") in place of application("userscount") and if you want to count then application variable is fine but you have to use application_start event .

    Vicky

    ASP.NET testing beta-testing help

  • Need a tools convert vb.net code to c# code
    V Vikram kshatriya

    Hi dear, For converting from VB to C# please go through the following link and that is very good tool absolutely free .... http://www.eggheadcafe.com/articles/cstovbweb/converter.aspx so enjoy it...

    Vicky

    ASP.NET csharp com tools performance

  • Asp.Net 2.0 and Sqlserver 2000
    V Vikram kshatriya

    Hi alav, Did you mean huge number of rows to be inserted in database at same time.If this is the case then you can use SqlBulkCopy class of .NET 2.0.

    Vicky

    ASP.NET csharp asp-net tutorial question

  • want some idea
    V Vikram kshatriya

    HI Imran, YOu can generate the respective service id at database level.If you are using database table then simply declare a variable and then select max id and increase by 1.See the example below - DECLARE @intMAXID INTEGER SET NOCOUNT ON --Get the Maximum ID from the Table and increment it by 1 SELECT @intMaxID = MAX([ContactId])+1 FROM TESTTABLE IF @intMaxID is NULL select @intMaxID = 1 I hope this is helpful for you as i understand the problem .If you want another then please let me know.

    Vicky

    ASP.NET csharp asp-net database visual-studio tutorial

  • Modules in ASP.NET pages
    V Vikram kshatriya

    Hi , Store the ConnectionString in web.Config's AppSetting .Add a new class(note this is not amodule) and write your functions to retrieve the data from database .IN code behind page , call the methods from the class to display the records into page.

    Vicky

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

  • Problem with Autopostback
    V Vikram kshatriya

    HI Imran, That is not the case and you can use any number of controls that have the AutoPostBack property "true".Could you explain me the exact scenario what you want to ask?

    Vicky

    ASP.NET csharp help asp-net visual-studio

  • Bulk insert from asp.net 2005 to oracle
    V Vikram kshatriya

    Hi , Please refer to SqlBulkCopy class in .NET 2.0.I have used this class to insert 1000 rows from ASP.NET to SQL SERVER 2005.I do not know whether it can be used with Oracle or not.So please find out if this class is helpful to you. Thanks, vicky

    Vicky

    ASP.NET csharp asp-net oracle sysadmin

  • How to free up memory
    V Vikram kshatriya

    HI, With the try,catch and throw you can also use "finally" and within the finally block you can release the resources that have occupied memory. thanks, vikram

    Vicky

    C# help question graphics performance tutorial
  • Login

  • Don't have an account? Register

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