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
S

sathesh pandian

@sathesh pandian
About
Posts
93
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Session Management
    S sathesh pandian

    session object contains the user information. it will be created in the server side and it has some methods and properties. you can set the session values programmatically and you can delete the session through the session.abandon method. every session has individual unique id to identify the session.

    All The Best Sathesh Pandian

    ASP.NET question csharp asp-net help career

  • getting values in main page from popup window
    S sathesh pandian

    you can use session object to save the search value. this session value can be used in the main page.

    All The Best Sathesh Pandian

    ASP.NET help tutorial

  • Ajax AutoComplete with On Hover
    S sathesh pandian

    you have to add some event handler for 'onhover' then you have to write the functionality in the javascript. In that code, you have to call the xmlHttp object. This object will be used to retrieve the data from the server. refer the following article http://www.codeproject.com/Ajax/dropdown_box_using_ajax.asp[^]

    All The Best Sathesh Pandian

    ASP.NET question help career

  • Sorting Data of Data Grid Control
    S sathesh pandian

    you can use dataview to sort the records. assign the table.defaultview with the dataview. Then you can sort it with the column name. dim dtview as new dataview=table.defaultview dtview.sort(columnName)

    All The Best Sathesh Pandian

    ASP.NET csharp css asp-net algorithms

  • Frames in HTML
    S sathesh pandian

    :rose: he only needs it. see the question.

    All The Best Sathesh Pandian

    Web Development html question

  • Create xml file
    S sathesh pandian

    you can use xmldocument to create the xml file.

    All The Best Sathesh Pandian

    XML / XSL html xml question

  • help me in creating a web page using asp/vbscript [modified]
    S sathesh pandian

    mention your problem. if you want to learn asp then go to http://www.w3schools.com/asp/default.asp[^] otherwise http://www.learnasp.com/learnasp/[^]

    All The Best Sathesh Pandian

    Web Development xml html database sysadmin windows-admin

  • string.replace
    S sathesh pandian

    hi, try to use / instead of \ otherwise use @"\". \ is a new line character in C# and your code will work only in vb.net. So it is better to avoid it.

    All The Best Sathesh Pandian

    ASP.NET help tutorial

  • sessions again
    S sathesh pandian

    //Dim uname As String = txtUserName.Text //Session("username") = uname Check the uname is empty or not. i think you are trying to use the querystring value to set it in username. so check whether the username is empty or not. //Dim username As String //username = Request.QueryString.Get("username") //lblUsername.Text = username IF everything is ok ,then it will surely work.

    All The Best Sathesh Pandian

    ASP.NET help

  • web form closing event.
    S sathesh pandian

    you can catch that event only using javascript.

    All The Best Sathesh Pandian

    ASP.NET question

  • The HTTP verb POST
    S sathesh pandian

    hi, copy that file and put it in the same web application path. Then give the link. it will work. i think you gave the physical path of the web application so it gave the access error. try this.

    All The Best Sathesh Pandian

    ASP.NET help csharp html

  • about the stored procedure
    S sathesh pandian

    @companyname varchar(120) is the parameter which value will be sent by the user input. declare @companyname varchar(120) is the variable declared inside the procedure. if you are passing some arguments in the procedure, then you will never needed it to redeclare.

    All The Best Sathesh Pandian

    ASP.NET question database

  • StyleSheet - CSS, examples?
    S sathesh pandian

    you can try http://www.csszengarden.com/[^]

    All The Best Sathesh Pandian

    ASP.NET css question

  • Ad/ Banner Management System
    S sathesh pandian

    try hotscripts.com

    All The Best Sathesh Pandian

    ASP.NET csharp asp-net com

  • Drag and Drop control in asp.net
    S sathesh pandian

    its possible. you can try ajaxcontrol toolkit in ajaxasp.net or you can write your own code for drag and drop of the div elements. images must be with in the div element. search the web for div drag and drop. you will get lot of resources for it.

    All The Best Sathesh Pandian

    ASP.NET csharp asp-net question

  • body unload issue
    S sathesh pandian

    hi, you can try to use the meta http-equiv like it will get refreshed for every 2 seconds if you want some other method send your code.

    All The Best Sathesh Pandian

    Web Development help question

  • Gridbox With CheckBox ? Where is it
    S sathesh pandian

    In the properties, Columns-->collections-->select checkbox field..

    All The Best Sathesh Pandian

    ASP.NET css hardware question

  • Gridbox With CheckBox ? Where is it
    S sathesh pandian

    you can use gridview in VS2005. it contains checkbox control

    All The Best Sathesh Pandian

    ASP.NET css hardware question

  • Adding Image to ASP button
    S sathesh pandian

    hi, you can use image tag and give the option to handle the clicked event. That will help u.

    All The Best Sathesh Pandian

    ASP.NET question

  • Launch myprogram with another at same time
    S sathesh pandian

    hi, you can use process.start("notes.exe")

    All The Best Sathesh Pandian

    Visual Basic 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