I have Id As string
it Consits of String and Inter value ..her i want increment only Int value
i can incremrnt those value please Give Me Solutions....
First increment only integer value and then concatenate the two value using + operator
Convert.ToInt32(yourStringId)+1;
Or
Convert.ToInt32(yourStringId)++;
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.