I am sharing 2 videos to you - please have a look you would get the concept. ruclips.net/video/yTiti6vTTko/видео.html ruclips.net/video/WQtBXlWhGpo/видео.html
Is there anyway, Instead of getting children, can I write the items of dropdown in an excel and then somehow make the dropdown select different item on each loop. Your reply will be much appreciated.
@@Akashislive90 The DropDownList is a collection of Item so the best ay is to get it using the find children as it returns List .... One other way could be to usescreen scraping / get Text - get all data is string variable and then separate them
Excel maintains the notepad , Then in the Notepad - You need to maintain the index separately - also you can convert the notepad to excel and then use this
Excellent point to point explanation. I have a qn that if we have records in excel btwn 10k and 1 lakh.. if I want to make some cells of a column as empty(unwanted data so) using this is taking much more time.. is there any other solution for this which executes within few minutes. Your response is more precious to me. Thanks
1. If the task task is just to remove the values from column , you can directly remove the column itself. 2. Other option could be using a linq query and update the dataTable 3. Also , we can use Queues to have the transaction where we upload everything to the queue and then we use multiple robots to process the records .
Yet another awesome Video!!!
Thanks a lot Mukesh!!!
Cheers @Purushotham 🤓
Superb Mukesh !!!!. Your video helped me a lot. Thank you very much!!
Happy to help !
Excellent brother that same question I was asked during my interview.thanks
Always welcome !
Awesome video..! :)
Thank you 😊
Very Nice
Thank you 😊
Thanks for the video. Helped a lot.
Perfect 👍 Thank you for the Feedback
can you please make a tutorial to select the next item from a dropdown after each loop on a webform. ps - your tutorials are awesome.
I am sharing 2 videos to you - please have a look you would get the concept.
ruclips.net/video/yTiti6vTTko/видео.html
ruclips.net/video/WQtBXlWhGpo/видео.html
Is there anyway, Instead of getting children, can I write the items of dropdown in an excel and then somehow make the dropdown select different item on each loop. Your reply will be much appreciated.
@@Akashislive90 The DropDownList is a collection of Item so the best ay is to get it using the find children as it returns List .... One other way could be to usescreen scraping / get Text - get all data is string variable and then separate them
Can we do this increment for Colum, example I2,J2,K2….
Yes absolutely, we just need to write a logic to increment the alphabetical letters
U showed this in Excel, how can we do this through notepad or text file, i.e if the input is notepad (instead of Excel) and output is also notepad
Excel maintains the notepad , Then in the Notepad - You need to maintain the index separately - also you can convert the notepad to excel and then use this
Excellent point to point explanation. I have a qn that if we have records in excel btwn 10k and 1 lakh.. if I want to make some cells of a column as empty(unwanted data so) using this is taking much more time.. is there any other solution for this which executes within few minutes. Your response is more precious to me. Thanks
1. If the task task is just to remove the values from column , you can directly remove the column itself.
2. Other option could be using a linq query and update the dataTable
3. Also , we can use Queues to have the transaction where we upload everything to the queue and then we use multiple robots to process the records .
can u please tell me what is the difference of select item and find children
ruclips.net/video/yTiti6vTTko/видео.html
Have a look at this , let me know your feedback