1
Answer

Add New Row

Ramesh Sahu

Ramesh Sahu

16y
2.7k
1

Dear Friends,

Here I have a grid which was filled only two column Item and subItem as dropdown and then other columns will come from database(SQL) as user has number of distributor Name as Dynamic Template Columns created in Grid and Then added text and textboxes ids created at runtime as the "dist" and number of distributor he has like "Dist1" , "Dist2" , "Dist3".

This create ok after that when I clicked on AddRow Button which is outside of the grid and I have created a loop for getting all dropdown as well as textboxes created inside grid but could not getting.

 

My think is that after filling of 10 record user will click on addrow to add new record.

Here I am not getting ID of textbox on the time of loop.

Please give me a good example how to solve this problem.

Thanks in advance

Friend....

Answers (1)
0
Celldet

Celldet

NA 59 0 16y
I am sure my issue is taking the ASCII for the textbox string and sending to the created temp file as ascii.  What I need to do is interpret the string entered by the user in the textbox as individual hex characters  ie. 08 39 01 62 30 21 12 69 09 as individual bytes.  Then send the hex to the binary file as 9 byte file.  Then hash the temp file created via SHA1.

                                                                                                                                                                
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 16y
Can you more clarify your problem plz . i dont under stand what u exactly want to do .