Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JeetSingh
  • Content: Threads
  • Order by date
  1. JeetSingh

    Bind only few porperties of an object to datagrid.

    Hi, I have an object with 15 properties and i want to bind only 5 of them to various ccolumns in a datagrid. How can i do that. right now when i bind the object to the grid , it shows all the 15 colummns. i need only 5 and the columns to be displayed are known at design time. Any code snippet...
  2. JeetSingh

    how to create DataGrid user control?

    Hi, I need to create a datagrid user control which will have the same columns whenver its used and its binded to a datasource which is an object. Now the customization to be done is that it should allow only 3 out of 7 columns to be editable( the columns need to be editable are known at design...
  3. JeetSingh

    Infragistics control javascript client side

    Hi, I am using third party controls in my asp.net page. They are infragistics controls and i need to validate the choosen date on a webdatechooser on client side and dont know how to get the chosen date ont eh clietn side without postback. any suggestiosn???
  4. JeetSingh

    how to attach CSS to HTML control in asp.net

    Hi! Probably its a silly question but i have been struggling for a while i need to do two things 1. i have both server controls and html controls (<input type=button name="Button1">) now for server control to attach a css i used cssclass attribute for html control what shoudl be i using because...

Part and Inventory Search

Back
Top