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 dencom 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: sajidi99
  • Content: Threads
  • Order by date
  1. sajidi99

    how to filter a gridview

    Just to know some other ways of doing this ... can you please tell me how you would filter a gridview attached to linqdatasource? i.e. -> There is a gridview displaying Orders. -> There is a text box for user to enter Order number and a button to search gridview by the Order Number How...
  2. sajidi99

    gridview not filtering properly

    Hello experts, I have a LinqDataSource bound to ASP.Net GridView which simple displays a table's data in the grid. I have a search button and its code behind like this: protected void search_Click(object sender, EventArgs e) { if (textOrderNumber.Text.Trim() != "") {...
  3. sajidi99

    find in files has gone slow in .NET

    Hello all, (CTL + F) I have noticed in my VS.NET 2005, the "Find in All Solution" function has gone really slow for past few days. What can be wrong? Cheers Ch Saj www.shopandsmile.co.uk
  4. sajidi99

    Error when building in VS.Net

    Hello, When I try to build my solution I get following error: Error 165 Unable to copy file "<dll name>". The process cannot access the file 'bin\Debug\"<dll name>" because it is being used by another process. The <dll name> is a project dll of the solution that I am trying to build. The...
  5. sajidi99

    attaching a template with word

    Hello experts, I am trying to attached a template (.dot file) using the following code below in C#, but its not working as expected. if (Doc != null && sTemplateFile != "") { object CustomizationContext =...
  6. sajidi99

    changing Property Description at runtime

    Hello, I have a property ColorOfCar on the property grid as follows: [ Category("Car Body"), Description("The color of the car"), ] public string ColorOfCar { get { return...
  7. sajidi99

    change color of a combo box ITEM on hover

    Hello, Can someone tell me how to change the text color of a combo box item when mouse hovers on it? Thanks
  8. sajidi99

    importing menus and macros from one document to another

    Hi, I have a word document 'A' and inside it, I have my own menu item 'XYZ'. This menu item provides the merge fields, say 'merge field 1', 'merge field 2' ... etc etc The merge fields come from the macros i have written. I have a lot of documents like 'A' and whenver I need to add a new merge...
  9. sajidi99

    extra column headers on top of grid

    Hi, I need to show extra column headers in the datagrid. Can someone help me ... how to do that? Datagrid should be something like this:- Original New -------- --- Week Date Week Date : ...
  10. sajidi99

    displaying tooltips on pie chart slice

    Hi, Does anybody know how to display tootips on each pie chart's slice? Thanx Sajid
  11. sajidi99

    .NET compatiblity?

    Hi, Can we run C#.NET applications on other Operating Systems like LINUX, UNIX, MAC?? Thanx
  12. sajidi99

    Cant Step into the project while debugging

    hi, I have several projects in a C# windows application. The problem is that i when i try to debug, I cant step into the projects other than the main project. These projects consists of simple C# classes. any ideas?
  13. sajidi99

    books and online tutorials abt C# Graphs and Charts

    Hi, I want to learn how to make Graphs and Charts for my computerized cricket system in C# ... can anybody recommend me any good book names for this? and also let me know of some online tutorials as well, if u can. Thanx in advance Saj
  14. sajidi99

    selecting a drop down list on a webpage

    Hi, Does anyone know how to select (or Activate/Highlight) a Drop Down List in the C # code behind? Thx Saj

Part and Inventory Search

Back
Top