text of label in grid view is changed to hexadecimal when button command is...

viradiya sagar

New member
...called in asp.net? i have button in data grid and i set command name to "edit" when i click it i find label which contains customerid by Label lbl=(Label)e.item.findcontrol("lblCustId")
when i pass it as parameter in function of select quary its text is converted to hexadecimal and i want to pass it in function as integer but it is hex,what should i do?
plzz give me answer quickly...
thanks....
 
Back
Top