I have sqldatasource which is type store procedure and I want to passing parameters into it but using javascript
" SelectCommandType="StoredProcedure" SelectCommand="sp_GetEmployeeByRoleId">
up vote
0
down vote
favorite
|
I have sqldatasource which is type store procedure and I want to passing parameters into it but using javascript
|
|||
|
up vote
0
down vote
|
I have never seen a database connection directly established from javascript, I rather suspect it isn't possible. |
||
|