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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
I

Irshad Ahmad Sulaimani

@Irshad Ahmad Sulaimani
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to fire query on dataset?
    I Irshad Ahmad Sulaimani

    Dear Mate:) Msdn is the good place to learn about dataset. U can also search dot net sites under ADO.NET section to read articles about dataset. Regards:-O, Irshad Ahmad Irshad A Sulaimani

    ASP.NET css database xml performance help

  • How to fire query on dataset?
    I Irshad Ahmad Sulaimani

    Dear Sachin:) You can do this simply by using Data table's select m,ethod. By specifying the condition u'll be returned with the required rows. for example: DataSet ds ; ------// Get the dataset from XML File or from From Database as needed ------ ----- ds.Tables[0].TableName = "Table1"; // It will return all rows in which value in the salary column >=5000 DataRow[] dr=ds.Tables[0].Select("Salary >=5000 "); Hope it works.:rose: Bye, Irshad Ahmad Irshad A Sulaimani

    ASP.NET css database xml performance help

  • get values with javascript
    I Irshad Ahmad Sulaimani

    Ok.... It works fine if it is an input field with value attribute. but how to achieve this functionality if i've to pass data from popup window to an Infragistics WebEditText control. If any body has worked on it, please reply. Looking impatiently for reply... :sigh: :rolleyes: Irshad A Sulaimani:mad:

    ASP.NET question javascript

  • Client side event handlers in Custom Control
    I Irshad Ahmad Sulaimani

    Hi Thank you for your reply. But my problem is that i don't want to write this code in the page where it is consumed. Actually, I want to add this functionality in the custom control's coding itself. on getting focus, i want my Custom text box to fire an event without postback on server. Hope I'm able to explain my problem. Looking for more help. Thanks n Regards, Irshad Irshad A Sulaimani

    ASP.NET tutorial question

  • Client side event handlers in Custom Control
    I Irshad Ahmad Sulaimani

    I have created a custom control CustomTextBox. I want to attach client side event handlers like onfocus, onblur etcs to it. How To raise this event and capture it.? Thanks in Advance.:rose: Irshad Ahmad

    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