Hey guys,
Im having a little problem with adding textbox.Im generating unique key with OrderNumber+ProductId+Series.
OrderNumber:18501
ProductId:2100
SeriesNumber:01
Series starts at "01" and gets added one everytime I hit button1,so next time I press button1,it will be "02".When I add them up this is the result I get:
Result:18501-2100-1
But I want the result to be like this:
Result:18501-2100-01
I want the series number to be a two digit value.How can I make this happen?Do I look