how do I get the drop down list selected value to register the first time a page / drop list is loaded ...
as when you select an item within the dropdown menu post's back and updates its va...
attached is the script I use to open respective document.
this replaces the current .aspx file and opens the doc.
would like to open the doc in a different browser window (or tab) -- ini...
Hi, I am reading data from serial port (GPS) in a windows application. I have a main form and other child forms. When I am using only one form I can read data from GPS easily. But when using ...
have created a database bound gridview fine etc.
when using the rowcommand (i.e. pressing the select link button) and collecting the row selected...I can only select from visible columns? ...
Can anyone recomend a C# Win Form graph component?
I don't want to spend any money as it's just a hobby project.
Hi,
I'm creating a windows application using C#.NET, and I need the application to automatically get the username of the logged in user of that machine.
So basically, someone logging int...
How to hide / show taskbar using C# ?
Hi
How do i get a list with all active window handles and can i get the window handles by a name i give to match the window caption of all the active windows?
And then
If im intressted in a...
e.Row.Cells[1].Text value comes from the a datagrid (datetime formatted column)
trying to compare serverDateTime the datagrid datetime value --
if (e.Row.Cells[1].Text <= serverDateTime)...
Using C#.NET VS2005, I have a background worker object. I want to use it to update GUI componets (say a textbox). However, I want to pass that textbox a string parameter from the DoWorkEventHa...
Hi fellow Xperts!
I'm trying to populate a listview control with files selected by the user. The application will use
SHGetFileInfo Interop routine to get its native windows icon. But when I...
using a grideview format to display databound information...this is working fine etc.
what I am wanting to know is how do I change a gridview row dynamically -- I understand about the gener...
I have developed many image processing functions in matlab..
I wanna integrate matlab in c# so I can use the functions that I have developed in matlab in c#.
any ideas how to do this ( or sn...
I need to insert 10 records into a table. They are all slightly different.
What would be the best way?
Table
ID int (autonumber)
Person varchar(50)
Amount money
DateInserted...
My ASP.net application resides on a server with central time. from the same server I am pushing a web service request to another application. Now in that web service I am asked to send time ...
working with grideview data -- can get to work with a sql select statement and then view the relevant column data as it pulled direclty from the db table etc.
what I am asking for assistanc...
I am looking for source code in C# of a good example of a messenger project. The example should show how to do something like this:
Have one server and send messages to MULTIPLE clients.
This is the first installation of a new project onto the live Exchange Server.
The project was developed on a stand alone exchange system and runs successfully. When it is installed on the ...
I wanna develop canny edge detector using C#, so does any one have tutorials how to do it ? or sample code in C# ?
I have an autocomplete textbox. When i press a certain key , it lists out several items.
But i have to scroll down the list to see all the items.What i want to know is that how can we increas...
I want to disable the minimize button in the window.open()...I have done it for maximize button but noway i can get it for minimize button using javascript.
I can retrieve an OLE Object from Northwind database and change it to a c# Bitmap object.
I used an offset of 78 when reading the byte array. (see code snippet)
But I can't convert the OLE...
Hi,
We have a notifyIcon with a context menu which happily gets shown when the user right-clicks it but we would like to extend this to any click (right or left).
How do we make the cont...
I have a table that I am building dynamically depending on a specified number of rows set by the user. What I want to do is to add more rows if they need more. For example I will have a button...
c#
I have a string that includes \" I want to replace it so I just have a " how do I do that