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
T

tejas_chonkar

@tejas_chonkar
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Re: How to put checkbox in datagrid through DataGridColoumnStyle(windows)
    T tejas_chonkar

    use ASP.Net Template column... right click the grid and select edit template column in item template drag drop a checkbox from the toolbox

    Some People succeed because they are Destined to, but most people succeed because they are Determined to

    ASP.NET tutorial

  • Installing Font on Client Machines
    T tejas_chonkar

    Hi, Does anyone knows how to create a setup package that will install a custom font into the clients windows\fonts directory without prompting him. Some People succeed because they are Destined to, but most people succeed because they are Determined to

    Visual Basic tutorial workspace

  • ASP.NET 2 windows
    T tejas_chonkar

    Hi Timothy, regarding getting B.aspx as a popup its simple : use window.open() instead of response.redirect("page.aspx"); and for the button on page A.aspx in it's A.aspx.cs file add the following line in the Page load Event ButtonName.Attributes.Add("onclick","callB()"); and add the following script in the html head block as shown. function callB() { window.open("B.aspx","Title",config='height=300,width=650'); } it will open B.aspx in seperate window. :) and regarding to get the picture name in A.aspx page textbox you can use session variable for e.g. use an image button from toolbar use image url to get the picture in it use alternative text to specify the image name (! you can use it later) then on image button click event write the following code Session["picName"] = ImageButton.AlternateText.ToString(); so now the image name is with you in the session variable picName write close event for page B.aspx now in !postback write code to get session variable text in textbox textbox.text = session["picName"].toString(); !remember you need to do error handling when using session else you'll get all those creepy errors on your browser. Some People succeed because they are Destined to, but most people succeed because they are Determined to

    ASP.NET question help csharp asp-net

  • ASP.NET Sessions
    T tejas_chonkar

    Hello everybody, Can anyone tell me is there any way to maintain the same session within two applications, on a single or multiple server in .NET framework 1.1 so that the user can switch between the two applications without having him relogging. Some People succeed because they are Destined to, but most people succeed because they are Determined to

    ASP.NET csharp asp-net dotnet sysadmin

  • Scanning files
    T tejas_chonkar

    Hi, Can anyone tell me how to implement virus scan in a web application when user loads file on server to share, is there any api that needs to be called, any sort of information may be helpful so please reply promptly to this message. Some People succeed because they are Destined to, but most people succeed because they are Determined to

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