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

ps srinivasan

@ps srinivasan
About
Posts
46
Topics
23
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • onclick event for data grid
    P ps srinivasan

    John Prabhu wrote:

    'on the click of a particular record on the DataGrid you want to display the details in the TextBoxes?

    Yes.

    John Prabhu wrote:

    f yes then You can write the code on the ItemCommand event of the DataGrid which will be fired

    I am fresher for asp.net plz give some sample code

    ASP.NET csharp css asp-net learning

  • onclick event for data grid
    P ps srinivasan

    Hello frnd I displayed my mark list table in data grid.if i click the roll number cell i want to display the corresponding value (like name ,class) in text box,i am using asp.net 1.1.i am MCA student,beginner in asp.net,so please any one give some code or link or idea plz urgent this.

    ASP.NET csharp css asp-net learning

  • Removing Items from Cookie
    P ps srinivasan

    coooooooooooooollllllllllllllllllMindddddddddd wrote:

    I want to removie only usb from that cookie.

    hello frnd try this Dim mycookie As HttpCookie = New HttpCookie("example")'create object mycookie.Values.Add(" router", "10")'assign value mycookie.Values.Add(" modem", "8")'assign value mycookie.Values.Add(" usb", "5")'assign value mycookie.Values.Remove("usb")'remove cookie -- modified at 1:10 Saturday 17th November, 2007

    ASP.NET csharp asp-net help tutorial

  • onclick event in data grid
    P ps srinivasan

    Hello frnd I displayed my mark list table in data grid.if i click the roll number cell i want to display the corresponding value (like name ,class) in text box,i am using asp.net 1.1.i am MCA student,beginner in asp.net,so please any one give some code or link or idea plz urgent this.

    ASP.NET csharp css asp-net learning

  • DATA GRID
    P ps srinivasan

    frnd i want to write the code in click event. at same time i want to display only one person details.

    ASP.NET csharp css asp-net question

  • DATA GRID
    P ps srinivasan

    Hello frnd I displayed my mark list table in data grid.if i click the roll number cell i want to display the corresponding value (like name ,class) in text box,i am using asp.net 1.1. Last three days i am asking this question,but i didn't get result for this.i am MCA student, so please any one give some code or link or idea plz urgent this.

    ASP.NET csharp css asp-net question

  • Variable Declaration
    P ps srinivasan

    N a v a n e e t h wrote:

    Public Class Form1 Inherits System.Windows.Forms.Form

    sorry frnd my question for web from not window form Public Class WebForm2 Inherits System.Web.UI.Page Dim Myvar As Int16 = 0'this code is executing when ever i click the button. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Myvar = 1 End Sub Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Myvar = 2 End Sub End Class

    ASP.NET help tutorial question

  • Variable Declaration
    P ps srinivasan

    N a v a n e e t h wrote:

    Static Myvar As Integer = 1

    I declared the variable like that.

    N a v a n e e t h wrote:

    I don't think that declaring variable into static won't solve the problem.

    so how i want to solve that problem.my question is simple if i click different button i want to assign different value for variable. Where i want declare that variable?,how i want to declare that varible?

    ASP.NET help tutorial question

  • Variable Declaration
    P ps srinivasan

    I declared the static variable in declaration part like " static num as int16=10" but is showing error,if i declare that variable inside function means that not showing error.how i want to declare static variable in declaration part.

    ASP.NET help tutorial question

  • Variable Declaration
    P ps srinivasan

    hi frnd i didn't declare the variable inside function,i declared that variable ,variable declaration part.

    ASP.NET help tutorial question

  • Variable Declaration
    P ps srinivasan

    Hello frnd I declared one variable(like dim num as integer=0),if i click the button1 i want to assign 1(num=1) if i click button2 i want to assign 2(num=2),but every time if i click the button the value is assigned properly but immedialy leaving that function again that variable value is zero,how to solve this problem?

    ASP.NET help tutorial question

  • ON CLICK EVENT IN Data grid
    P ps srinivasan

    I have a requirement: If i click on a datagrid(cell),the data's corresponding to that particular data grid has to be displayed in a text box('s). I mean, if i click a roll number, corresponding data's like marks, class etc has to be displayed in a text box. Please suggest me a solution ASAP.

    ASP.NET css

  • DATA GRID
    P ps srinivasan

    thank u for replay. frnd i have one doubt how to find selected row? and how to write onclick event for data grid?

    ASP.NET csharp css asp-net database

  • DATA GRID
    P ps srinivasan

    Hello frnd I displayed database(student marklist) value in data grid,if i click the cell value(like roll number) i want to display all the detail about that cell(roll number,mark,name) in text box.I am new for asp.net plz any one give come sample coding for this.I am using ASP.net 1.1

    ASP.NET csharp css asp-net database

  • Form unload
    P ps srinivasan

    rnd my requirement is simple,if any one open one form i don't want to allow other person open that same form,how to write code for this scenario?

    ASP.NET question

  • Form unload
    P ps srinivasan

    frnd my requirement is simple,if any one open one form i don't want to allow other person open that same form,how to write code for this scenario?

    ASP.NET question

  • Form unload
    P ps srinivasan

    Hello frnd I Declared one global variable.if i open the webform1 i want to set the variable true.(so i wrote the code in form load varname=true).if i am going the webform1 to webform2 i want to set that variable false.in which event i want to write the code?(i wrote the code varname=false in form_unload but before moving other form that code executed)

    ASP.NET question

  • Drop down list box [modified]
    P ps srinivasan

    hello frnd I have some value in drop down list box(like 1,2,3,4). if i change the selected text value i want to show month (like jan,feb,..) value in text box,which event i want to write code?

    ASP.NET question

  • click event in datagrid
    P ps srinivasan

    Jan Feb .... Dic John 10 5 7 Greg 9 6 9 Mary 10 4 8 I need select the value from Greg in Feb with a click in my datagrid, and i´d like to display the value in text box,how can i do it?

    ASP.NET question

  • how to use data grid in asp.net
    P ps srinivasan

    thank u for reply I want to retrive cell Value

    ASP.NET csharp css asp-net tutorial 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