Click to See Complete Forum and Search --> : I need help in C Sharp Web Interface


svgeorge
August 27th, 2007, 10:21 AM
I need help in C Sharp Web Interface ,
I have web pages for making several 9 type of payments.
The data gets loaded on web page from SQL server 2005 database.

Then I have Process payment button(ProcPaymBTM_Click) on the web page(Detail View) on clicking this button all selected (checked) data needs to be stored temperorily and displayed on another page (Review Data) ...Can you help me here with the coding ......please....with

In this page i click confirm payment button to
insert selected data to the SQL Tables.
I need help to get the selected data on Detail View to appear on the next page Review Data.
Also how to insert the data to tables in SQL.
Please help !!
.

Shuja Ali
August 27th, 2007, 10:26 AM
I have already answered thsi in your other thread here (http://www.codeguru.com/forum/showthread.php?t=432547).

Like I mentioned in your other thread, remember you will have to write code yourself. And you are always welcome to post any problems that you face.

svgeorge
August 30th, 2007, 11:21 AM
--------------------------------------------------------------------------------

How TO COLLECT THE ROWS CHECKED IN CHECK BOX IN THE DATASELECTED TO ANOTHER GRID VIEW ON CLICLING BUTTON

I NEED TO COLLECT FROM THE GRIDVIEW(DATASELECTED) IN TO A TABLE(SelectedPayment)

SIMILLAR TO HOTMAIL MODEL.....CHECK THE MAILS AND BRING THE CHECKED DATA TO ANOTHER PAGE

Please help