blah blah blah is here! blah blah » Close

0
votes
1 answers

help in sql query execution

hi i m trying to add a record in a table an auto serial no is generated for that record i need to add some more records in other table but i need that serial no as reference so after insert i try to read back that value but giving me error ...

0
votes
1 answers

plz help me to use a textbox control id as costume variable deifine in asp.net c#

hi i am add some textbox in a table at run time. i define the id of textbox using loop variable i: like (tb.ID = texbox + i.ToString();. that is ok but i want to use that id in my sql query but the no of textbox is define by user so i don' ...

Feedback