How to Update Multiple table records using table alias???
I create two table..create table stupersonal (stuid varchar(20) primary key,stuaddress varchar(20),stufname varchar(20));create table stuclass (stuid varchar(20) primary key,stuclass varchar(20),stusec...
View Articlenavigate IE and capture html events By using c#
Hi,I want to navigate IE and capture html events By using c# standalone project. Please help me.
View ArticleImage Color Picker
I saw the sample of the c4fToolkit:ColorPicker but I would like to be able to get the color information out of an image (RGB or HEX) any clues?
View ArticleProblem In Accessing Web Service
Dears,I'm accessing a web service using C# (thru visual studio) , which has several parameters in it. Two of them called "Insured Type", "Insured ID". Scenario I If "Insured Type" value is "1" then...
View ArticleProblem with topcoder
Hi,I recently found TopCoder site,and yesterday tried to solve one of the problems in SRMs section of TopCoder Arena (Practice room).The problem name is (srm 144 div 1).When i tried to compile it,it...
View Articlefilter datagridview
Hello :) I have a column in my datagridview named perioada(datatype: string) which has values of this form: 10/3/2012-10/2/2013. Then, I have two datetimepikers and I want to filter my dgv like...
View ArticleUsing countdown timer on gridview row
Hi,I want to use a Count Down Timer at grid view rows like Help Desk Project. But I don't know how do it.When The time is over basically label color will be changed as according. Have I use Multiple...
View Articleinsert delete update options in c#.net and sql server 2008
hi..I had done with an application which is hosted in main server, but the problem is when I want to select/insert/update/delete some data in my table I need to connect to the server every time which...
View ArticleSQL Connection Error when run application(Production Server)
Hi Everyone I'm getting the follwoing error when I configure my Application in the production server It's working perfect in my machine :A network-related or instance-specific error occurred while...
View Articlefingerprint attendance system in c#
I want make fingerprint attendance system in c# .. I really don't know how to do it & its requirements..Is their any one who can able give any idea or direction to me..Please Help me...
View ArticleLoading DLL files on the go --- and initializing them
Hello there,I'll try to explain this the best I can. I have two projects, my 'main' project that handles the general stuff, and a 'mod' project. What the mod project will do is it will be a...
View ArticleWrite code for inserting & updating............
Write a code for inserting and updating records in sql server database using Connected architecture & records should displayed in grid view .
View ArticleWrite code for inserting & updating.......
Write a code for inserting and updating records in sql server database using Disconnected architecture & records should displayed in grid view
View ArticleAdd Class with following attribute
Add Class with following attribute Emp_1d .Emp_Name ,Emp_designation Emp__ dispaly using constructor.
View ArticleDesign form having textbox and 2 listbox and...
Design form having textbox and 2 listbox Accept item from textbox and add into IistboxI.Transfer item from list! to Iist2 and reverse.ok above question is already answered to link below till accept...
View ArticleHow to slide page in WPF like mobile screen slide?
I want to slide page in WPF form. It should be slide like mobile screen slide. Actually i made a SW it is touch enable SW but requirement is form should be slide like mobile left to right.
View ArticleYour system is running in low-graphics mode" error on Ubuntu
"Your system is running in low-graphics mode" error on Ubuntu12.04 How to solve it?please evaluate response for this post of error code
View ArticleHow todisplay pdf file in the footer section of rdlc report.
Hi, I am developing rdlc reports in windows application under VS 2008,kindly inform me how to display pdf file in the footer section of rdlc report as soon as possible.Thanks in advance.
View Article