Hi,
I do not have a problem with connection to the DB and reteriving data. What i want to do is reterieve the data so for example 10 rows and then hide 9 and display 1 then once that has b...
How can I disable the DataReceived event of the SerialPort class in .NET 2.0 (VB or C#)? I don't want it to fire. Even if bytes arrive into the serial port buffer, I don't want this event trig...
I have 2 flash movies (swf) embedded in an aspx page.
I have 2 buttons. When button1 is clicked I want to play the first flash movie.
When button2 is clicked I want to play second flash mo...
hi,
I have encrypted the password doing the following
MD5CryptoServiceProvider md5Hasher = new MD5CryptoServiceProvider();
byte[] hashedBytes;
UTF8Encodin...
If I build a query in VS 2008, is there any way to store the output (short of cut/paste) into an Excel file (or any other file type)?
I am just how I would extract the following results from this website -http://estibot.com/
I would like to search a domain name, for example www.google.com, then take the results from the ...
Can anybody help me on automating the UI testing using the .net framework?
hi, is it possible to combine multiple statements in firebird without using procedures?
using FirebirdClient.FbCommand.ExecuteNonQuery()
When people enable large fonts (windows sometimes prompts for this with certain LCD monitors...
The problem is that it makes many of my buttons unreadable because it cuts letters off.
Th...
Is it possible to pass values from a variable of java program to a variable of .net program? I tried intermediator as xml files, but the writing and reading procedure is very slow at time of p...
hi,
i have a gridview in my web page where it would contain huge records of data. so i am using paging for each 50 records or so...
now i have button at the bottom of the page to proce...
I need to run a query on a database to return all rows where the timestamp column has repeated entries.
In the table, the timestamp column should always have a unique timestamp which is inc...
Dea all,
I need to develop my flowchart for managment where I have table have parent and child
parent child
0 1 Manager1
1 2 Officer1
2 3 ...
I have two 'forms' on an asp.net page and am trying to validate one of them with the jquery validation plugin. However, because we can only have one actual form on the page, it attempts valida...
Hi,
I think I'm missing something small here. I'm trying to run a delete statement via ODBC. I have the below code. No error is thrown but nothing is deleted in the DB either.
Thanks
...
My page doesn't always contain a querystring in the url.
So, I sometimes have
mypage.aspx
or
mypage.aspx?id=234
IF my page has the id in querystring, I'm doing a response.redirect in ...
Hi
I would like to do it the following way using nodes.
What I m getting is:
<document verification_doc_id="2" page_number="1" />
<document_name>documentname</document_name>
<filena...
Could any one please guide me what is the basic requirement in architeture design level to create very fast , smooth page rendering web application pages. for a social networking site.I just a...
We're developing a kiosk application that needs to be aware of when the printers attached to it (two laser printers connected directly by USB and a tractor feed printer that will be shared on ...
Folks,
I'm trying to use the 64-bit version of MsBuild to build some projects, many of which target AnyCPU, but some of which target 32-bit platform. Is this possible? I keep getting warn...
Hi,
Looking for a way to detect if a textbox runs out of space so that I can automatically increase the size of the textbox to accomodate the increase size??
A bit like after clicking th...
I am developing a VB.NET web application and making heavy use of GridViews bound to SqlDataSources. I'm generally very pleased with the functionality, BUT I'm running into problems with refre...
I have configured a new TS Remote App on my server. After installed the application on the client computer, If I run under de server local administrator user the application works fine.
If...
Hey everyone
I'm trying to create a richtextbox in a dll file.
and I seem to have a problem with rendering an embedded resource in my dll.
My default namespace in properties is "RichTex...
All -
I am attempting to navigate through a listbox with the use of a button. I have a counter which tracks the button clicks and it is working fine. The navigation will work as follows:...