3
Answers

How to implement custom extensions in C#

Photo of Austin Mudadi

Austin Mudadi

8y
205
1
I have a register page where a person enters his personal details like name ,age ,username etc.How can i implement custom extensions.It is in C#.

Answers (3)

0
Photo of Joginder Banger
NA 10k 490.8k 10y
first of all make a store procedure well format. if you want debug the store procedure then just select the store procedure like this way.


create proc procedureName
()
as 
begin


end


if you want debug any store procedure select the procedureName and press the CTRL+F5. your studio convert to in debug. 
0
Photo of Manish Kumar Choudhary
NA 14.3k 2.2m 10y