Click here to Skip to main content
15,888,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Personal Inbox in Asp.net Pin
yogesh_kumar_agarwal14-Nov-09 5:32
yogesh_kumar_agarwal14-Nov-09 5:32 
QuestionTypeAhead [modified] Pin
sparlay_pk13-Nov-09 20:35
sparlay_pk13-Nov-09 20:35 
AnswerRe: TypeAhead Pin
Gamzun13-Nov-09 20:56
Gamzun13-Nov-09 20:56 
GeneralRe: TypeAhead [modified] Pin
sparlay_pk13-Nov-09 23:26
sparlay_pk13-Nov-09 23:26 
GeneralRe: TypeAhead Pin
saini arun14-Nov-09 0:20
saini arun14-Nov-09 0:20 
GeneralRe: TypeAhead Pin
sparlay_pk14-Nov-09 0:51
sparlay_pk14-Nov-09 0:51 
GeneralRe: TypeAhead Pin
Dave Kreskowiak14-Nov-09 1:41
mveDave Kreskowiak14-Nov-09 1:41 
QuestionGrid Delete is not working(DeleteCommandType="StoredProcedure") plz Help? Pin
alaminfad13-Nov-09 20:31
alaminfad13-Nov-09 20:31 
i got SP that is working fine ,i checked it in the SQL serever ,but it is not working with the Grid ,i tried changing the parameter name but it didnt work , here is the ASP code

--------------------------------------------------------------------------

<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:APServerConnectionString1 %>"

DeleteCommand="Multiple_Delete" SelectCommand="SELECT PROC_INST_ID, PROC_INST_NAME, DEF_NAME FROM WF_PROC_INSTS" DeleteCommandType="StoredProcedure">

<DeleteParameters>
<asp:Parameter Name="_PROC_INST_ID" />
</DeleteParameters>

</asp:SqlDataSource>


-----------------------------------------------------------------------
is there anything wrong here?

ThnX

AnswerRe: Grid Delete is not working(DeleteCommandType="StoredProcedure") plz Help? Pin
Gamzun13-Nov-09 20:46
Gamzun13-Nov-09 20:46 
GeneralRe: Grid Delete is not working(DeleteCommandType="StoredProcedure") plz Help? Pin
alaminfad13-Nov-09 21:09
alaminfad13-Nov-09 21:09 
QuestionIs it possible to get propertyname by its attributename Pin
mmdullah13-Nov-09 17:10
mmdullah13-Nov-09 17:10 
Questioncommunication between two web application in asp.net Pin
noo.dyab13-Nov-09 9:39
noo.dyab13-Nov-09 9:39 
AnswerRe: communication between two web application in asp.net Pin
Gamzun13-Nov-09 9:43
Gamzun13-Nov-09 9:43 
AnswerRe: communication between two web application in asp.net Pin
Abhishek Sur13-Nov-09 11:08
professionalAbhishek Sur13-Nov-09 11:08 
QuestionReflection Pin
Monin D.13-Nov-09 9:32
Monin D.13-Nov-09 9:32 
AnswerRe: Reflection Pin
Gamzun13-Nov-09 9:37
Gamzun13-Nov-09 9:37 
AnswerRe: Reflection Pin
Abhishek Sur13-Nov-09 11:02
professionalAbhishek Sur13-Nov-09 11:02 
QuestionASP.NET web project -&gt; native DLL -&gt; write failure to hdd Pin
Chesnokov Yuriy13-Nov-09 9:16
professionalChesnokov Yuriy13-Nov-09 9:16 
AnswerRe: ASP.NET web project -&gt; native DLL -&gt; write failure to hdd Pin
Gamzun13-Nov-09 9:53
Gamzun13-Nov-09 9:53 
AnswerRe: ASP.NET web project -&gt; native DLL -&gt; write failure to hdd Pin
Chesnokov Yuriy13-Nov-09 18:56
professionalChesnokov Yuriy13-Nov-09 18:56 
QuestionHow to register a click event when clicking on a node of a treeview that is already selected Pin
Man Pang13-Nov-09 5:22
Man Pang13-Nov-09 5:22 
AnswerRe: How to register a click event when clicking on a node of a treeview that is already selected Pin
Gamzun13-Nov-09 9:40
Gamzun13-Nov-09 9:40 
QuestionAccess specifier for method Pin
sris 42613-Nov-09 2:37
sris 42613-Nov-09 2:37 
AnswerRe: Access specifier for method Pin
Abhishek Sur13-Nov-09 4:10
professionalAbhishek Sur13-Nov-09 4:10 
AnswerRe: Access specifier for method Pin
Gamzun13-Nov-09 10:42
Gamzun13-Nov-09 10:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.