User Profile

Collapse

Profile Sidebar

Collapse
xpertbyshishir
xpertbyshishir
Last Activity: Jun 23 '08, 01:46 PM
Joined: Apr 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ClientID of dynamically added dropdownlists

    hi,
    i am creating a asp.net website in VB.net where i am generating dropdownlists for each row dynamically. When i am accessing this created controls in client side for handling, i am not able to get the clientid of each dropdown list.

    One way i know is to get the client id by view source, but that does not solve the problem.Is there any way that i can get the client id of each dropdown using some simple javascript because...
    See more | Go to post

  • xpertbyshishir
    replied to Adding controls row wise
    in .NET
    Actually i am new to this asp.net . so i havent tried any code yet because i am not clear with my approach. if anyone can just give an idea of how to go about it, that would be great......
    See more | Go to post

    Leave a comment:


  • xpertbyshishir
    started a topic Adding controls row wise
    in .NET

    Adding controls row wise

    I am working on a Asp.Net project where i want to add controls with each row that i add to the design . i'l explain with an example..

    suppose i have student name as my main fieldname, whose information needs to be displayed or updated.When i retreive a user name, i want that controls corresponding to it should also be added, like checkbox to be added, if he's a science student, radio button to show how his marks should be displayed(total ,...
    See more | Go to post

  • xpertbyshishir
    replied to Constructing color histogram!!
    in Java
    I am intending to divide the image region into equal size boxes ..(prob 256)
    Each region will have a max value of hsv for the region , that is computed by the algo.. sample space would contain images with 256 regions and value of each region being set to highest value of hsv for that region.. now i would like to compare query image with sample space for corr. values .. so for this i want to store hsv information in histogram .. how should...
    See more | Go to post

    Leave a comment:


  • xpertbyshishir
    started a topic Constructing color histogram!!
    in Java

    Constructing color histogram!!

    I am trying to make a hsv histogram for storing different values.. It will will give me the max value for a pixel region in the image.. how do i go abt making a histogram.. so that i can compare values?
    See more | Go to post

  • xpertbyshishir
    started a topic Output of a simple c++ code?
    in C

    Output of a simple c++ code?

    void main()
    {
    int x=5;
    int y;

    y=++x*++x;

    printf("%d,%d" ,x,y);
    }

    This was a simple ques i was asked in the Written test.. But i couldnt get exact answer..
    See more | Go to post

  • xpertbyshishir
    started a topic Asp error: object is no longer valid

    Asp error: object is no longer valid

    i m trying to execute a simple code which uses login information ..and after validating data (ie username and password) it stores these values in session objects and redirects to a different page where it confirms the session name before continuing..pro blem is when data is validated and redirection is done to different page,it gives an error that object is no longer valid..
    some part of code...

    login.asp:::

    ...
    See more | Go to post
No activity results to display
Show More
Working...