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
P

Priyagdpl

@Priyagdpl
About
Posts
16
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Data Passing between two different Application
    P Priyagdpl

    Hi All, I have two website 1. ABC 2. Xyz. And i want to transfer data from one site (i.e ABC site) to another site (Xyz site). Example: ABC site have data (name , surname) => Pass this data to => Xyz site. so, How can i pass this data.. Any Idea?? Thanks & Regards, Priyanka

    C# question tutorial

  • XML Query in C#
    P Priyagdpl

    Hi All, Please tell me how to write XML query in Asp.net. I hav temple.xml file which contain data of temple. now i want to apply search on it.

    C# csharp asp-net database xml tutorial

  • Update the node value of XML file
    P Priyagdpl

    excellent Links. Thanx.

    ASP.NET xml announcement

  • XML Query in asp.net
    P Priyagdpl

    Hi All, Please tell me how to write XML query in Asp.net. I hav temple.xml file which contain data of temple. now i want to apply search on it.

    ASP.NET csharp asp-net database xml tutorial

  • Validation Without Page Refresh .
    P Priyagdpl

    Hi All, I would like to perform some validation on an entry into a text box in the TextChanged event without causing the entire page to refresh. In a Email-ID TextBox m checking whether that mailid is duplicate or not. I want to prevent user by entering duplicate mail-id. I used Update Panel, still it get refresh. any solution ??

    ASP.NET question announcement

  • How to get Mac Address. ??
    P Priyagdpl

    Hi, anybody know that , How to get Mac Address ? Thanx in Advance.

    ASP.NET tutorial question

  • use of session in aspx file.
    P Priyagdpl

    In aspx file, function PikCode(textid) { String myval = document.getElementById(textid).value; <%=Session["code"]%> = myval; } in the cs file, if (!IsPostBack) { txtcode.Attributes["onblur"] = "PikCode('ctl00_ContentPlaceHolder1_txtcode')"; } in the user control i m accessing this session, code is, if (FileUpload1.FileBytes.Length > 0) { if (FileUpload1.HasFile == true) { string txtcode1 = Convert.ToString(Session["code"].ToString()); FileUpload1.SaveAs(Server.MapPath ("~/AdminSection/Products/Chemicals/"+txtcode1+FileUpload1.FileName.ToString())); } } This is my code.

    ASP.NET javascript tools

  • use of session in aspx file.
    P Priyagdpl

    No, its not working. still session is null. :(

    ASP.NET javascript tools

  • use of session in aspx file.
    P Priyagdpl

    <%=Session("txtcode")%> = myval; This statement gives error like, 'System.Web.UI.Page.Session' is a 'property' but is used like a 'method'

    ASP.NET javascript tools

  • use of session in aspx file.
    P Priyagdpl

    function PikCode(textid) { String myval = document.getElementById(textid).value; alert('myval'); Session["txtcode"] = myval; } In cs file: string txtcode = Convert.ToString(Session["txtcode"].ToString());

    ASP.NET javascript tools

  • use of session in aspx file.
    P Priyagdpl

    hi, plz, tell me, can we use session in source (javascript function in aspx file) file. if yes then plz tell me syntax of it. My fun is, function PikCode(textid) { String myval = document.getElementById(textid).value; Session["txtcode"] = myval; } <script> but wen i use session in cs file, it become null. Thanx in Advance.</x-turndown>

    ASP.NET javascript tools

  • while using blank file , fileUpload doesn't work.
    P Priyagdpl

    Really Thanx... Its Work Fine... :)

    ASP.NET sysadmin tutorial

  • while using blank file , fileUpload doesn't work.
    P Priyagdpl

    Hi, if (FileUpload1.HasFile == true) { FileUpload1.SaveAs(Server.MapPath("~/AdminSection/Attachment/Emp/" + FileUpload1.FileName.ToString())); } If file is not blank, then this code work fine. but if the file is blank then it doesn't. Is there any Solution for this. or tell me how to check whether file (File can be of any type) is blank or not. Thanx. :)

    ASP.NET sysadmin tutorial

  • fileupload.hasfile always return false ???
    P Priyagdpl

    Thanx

    ASP.NET sysadmin question

  • problem with fileupload.hasfile
    P Priyagdpl

    if (FileUpload1.HasFile == true) { FileUpload1.SaveAs(Server.MapPath("~/AdminSection/Attachment/"+FileUpload1.FileName.ToString())); } hi, anybody knows, what may be the possibility by which this condition alwz return false.

    C# sysadmin help

  • fileupload.hasfile always return false ???
    P Priyagdpl

    if (FileUpload1.HasFile == true) { FileUpload1.SaveAs(Server.MapPath("~/AdminSection/Attachment/"+FileUpload1.FileName.ToString())); } hi, anybody knows, what may be the possibility by which this condition alwz return false. :)

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