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
F

firefeet

@firefeet
About
Posts
12
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • jquery live method doubt
    F firefeet

    i found out the mistake..... live method is included only in jquery-1.3.2..... $("div.newdiv").live("click", newdivclick); this works......

    C# question javascript help

  • jquery live method doubt
    F firefeet

    hi all, $("div.newdiv").bind("click", newdivclick); i know this will bind the click event of all div having cssclass 'newdiv' to the function 'newdivclick'. My doubt is can i do a similar thing with .live method? $("div.newdiv").live("click", newdivclick); this din work for me. i want to bind all divs with a specific class to a function on click or any other event. and i will be creating dynamic divs too which should also be binded to that function. thats y looking for live method.How can i do it. can anyone help me.

    C# question javascript help

  • ReportViewer control problem
    F firefeet

    ya thanks abishek it works:)

    C# help question

  • ReportViewer control problem
    F firefeet

    Hi, I am new to report control. i have just started to learn about it. i just started with a simple report. i just created a dataset and a table inside it containing few columns. i created a RDLC file and dragged and dropped the columns from the table onto the report. I get textboxes and the value is automatically set to "Fields!.Value"..... when i preview i am getting only the last row in the data table. there are more than 50 rows in the table. I am not able to find what is that i am missing. can anyone pls help me.

    C# help question

  • modify a css property in code behind
    F firefeet

    there is no way to change a single attribute in a css class in code behind. how u can do it is either giv another css class or set a particular style attribute in code behind

    C# question css

  • modify a css property in code behind
    F firefeet

    hi all, i hav a css class which i hav applied to 4 elements. i want to change the width property od the css class alone in code behind. how do i do it? thanks in advance

    C# question css

  • write at a particular position in a text document
    F firefeet

    ya i already looked it up. but it doesnt write to file right? or does it?

    C# help

  • write at a particular position in a text document
    F firefeet

    i have x and y in pixels only. i get that x and y from a xml. this xml is generated from a web application which contains many dynamically created 'div's. user will be able be move these div s around. on clicking save i store their pixel positions as attribute in xml. now i need to write the value associated with each div s( which are again saved as an attribute) in their corresponding positions( ie x and y position).... can anyone help me... pls

    modified on Thursday, August 20, 2009 7:43 AM

    C# help

  • write at a particular position in a text document
    F firefeet

    luc i am sorry i am not able to understand u... can u pls explain me more

    C# help

  • write at a particular position in a text document
    F firefeet

    thank u i will try it

    C# help

  • write at a particular position in a text document
    F firefeet

    thank u..... actually i have to create a new file and write the text at a particular X and y position. how do i do that? i have the position X and Y in pixels.

    C# help

  • write at a particular position in a text document
    F firefeet

    hi everyone. i am looking for some help with my project. i have x and y position and a string. i want to write that string in a text document at that x and y position. can anyone pls help me

    C# help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups