No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hai Friends This is Bency. I need a help for type a word in textbox in tamil word in c#.. Advance thanks
Hai I developed project in visual stdio2005, in this project i used htmlprinter for print a document. using some dlls like Interop.SHDocVw,Interop.DHTMLEDLib, HtmlPrinter, its run well in windows XP. If i will run in windows 7 that make error like **class not registered exception from hresult:0x80040154** I changed target machine …
In general in sql data time s stored mm/dd/yyyy.. you want (dd//mm/yyyy you) like this type of date format ?
Hai friends, I have a table tb_credit fields are credit_id date customer_id account amount current_balance I want to display the current balance of a particular customer in billing form , I wrote stored procedure ALTER PROCEDURE usp_Select_BillNoCredit ( @customer_id bigint, @available float output ) as begin select @available = tb_credit.current_balance …
I have two tables tb_Rnd1 RndId(Pk) RndWood Rndlength RndWindth RndPNo RndConst RndCft Tb_Rnd2 RndId(Fk) RndDate RndName RndTCft RndRCft RndTotalAmt If I click btn_Add Insert Records like this first RndId(Pk) RndWood Rndlength RndWindth RndPNo RndConst RndCft 1 Teakwood 23 12 1 144 X Tb_Rnd2 RndId(Fk) RndDate RndName RndTCft RndRCft RndTotalAmt 1 …
Hai Friends, its me bency. Im newly to c#, I have two tables table name Round fields are Rnd_id, length, width, pno and RndCust is another table RndCustId, RndId, name,date, total but first time i will insert in second table name and date only. can i insert like this, Please …
The End.