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...
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() != "")
{...
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
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...
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 =...
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...
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...
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
: ...
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?
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.