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!

Recent content by JeetSingh

  1. JeetSingh

    Bind only few porperties of an object to datagrid.

    Guys i am not getting the columns as resultset or dataset I have an object which has 15 properties and i am binding that object to the grid so there is no question of SQL.... OK let me put it this way. the only place the sql is used is when i get the cursor with 5 columsn once i get these 5...
  2. JeetSingh

    Bind only few porperties of an object to datagrid.

    how do i do that ? because i pull back 5 columns in a datareader and then update the properties of the boject (only 5 of them) and then bind the object to grid. so where i shoudl take care of that could you please elaborate thanks
  3. JeetSingh

    Bind only few porperties of an object to datagrid.

    I could hide the columns but the problem is if i do that i have more than 400 rows and the page would be really heavy plus i have viewstate on so.. want to avoid that any otehr solution.....
  4. 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...
  5. 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...
  6. 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???
  7. 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