Click here to Skip to main content
16,005,169 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp Pin
Tad McClellan15-Oct-06 17:24
professionalTad McClellan15-Oct-06 17:24 
QuestionGood solution to updating site in ASP.NET 2.0 ??? Pin
devboycpp14-Oct-06 8:41
devboycpp14-Oct-06 8:41 
AnswerRe: Good solution to updating site in ASP.NET 2.0 ??? Pin
Tad McClellan15-Oct-06 17:22
professionalTad McClellan15-Oct-06 17:22 
Questionget value as a number Pin
TheEagle14-Oct-06 8:31
TheEagle14-Oct-06 8:31 
AnswerRe: get value as a number Pin
Guffa14-Oct-06 10:08
Guffa14-Oct-06 10:08 
GeneralRe: get value as a number Pin
TheEagle14-Oct-06 17:33
TheEagle14-Oct-06 17:33 
QuestionLinking data inside datagrid using ASP.net and VB scripting Pin
MohamedRadhi14-Oct-06 7:08
MohamedRadhi14-Oct-06 7:08 
AnswerRe: Linking data inside datagrid using ASP.net and VB scripting Pin
TheEagle14-Oct-06 8:51
TheEagle14-Oct-06 8:51 
You can make in the data grid item template a hyperlink control that has a command arg and command name and then handle the command using a method like this:

public void hyperlink_Click(object sender,CommandEventArgs e)
{
if(e.CommandName=="MyCommand")
ExecuteMyProcedure();
}
Where ExecuteMyProcedure() is the method that you should design to execute the stored procedure and you can use the results in QueryString to be redirected to the page as you wish.

I have wrote the code from my memory so you should check it to be shoor using good refrences.

I am too late but i will never give up

Questionhow to call code behind using javascript Pin
max_dev2006@yahoo.com14-Oct-06 2:03
max_dev2006@yahoo.com14-Oct-06 2:03 
QuestionCrystal report Pin
SysJey14-Oct-06 1:05
SysJey14-Oct-06 1:05 
Questionupload gif/doc file to database Pin
Nizha J14-Oct-06 1:01
Nizha J14-Oct-06 1:01 
AnswerRe: upload gif/doc file to database Pin
Parwej Ahamad14-Oct-06 1:09
professionalParwej Ahamad14-Oct-06 1:09 
AnswerRe: upload gif/doc file to database Pin
postmaster@programmingknowledge.com15-Oct-06 2:23
postmaster@programmingknowledge.com15-Oct-06 2:23 
QuestionDisplaying the image in Image Control when it is selected using browser button Pin
Soniya_k14-Oct-06 0:49
Soniya_k14-Oct-06 0:49 
AnswerRe: Displaying the image in Image Control when it is selected using browser button Pin
Parwej Ahamad14-Oct-06 1:08
professionalParwej Ahamad14-Oct-06 1:08 
AnswerRe: Displaying the image in Image Control when it is selected using browser button Pin
Parwej Ahamad14-Oct-06 1:08
professionalParwej Ahamad14-Oct-06 1:08 
GeneralRe: Displaying the image in Image Control when it is selected using browser button Pin
Soniya_k14-Oct-06 1:34
Soniya_k14-Oct-06 1:34 
GeneralRe: Displaying the image in Image Control when it is selected using browser button Pin
Parwej Ahamad15-Oct-06 19:38
professionalParwej Ahamad15-Oct-06 19:38 
GeneralRe: Displaying the image in Image Control when it is selected using browser button Pin
Soniya_k15-Oct-06 19:58
Soniya_k15-Oct-06 19:58 
GeneralRe: Displaying the image in Image Control when it is selected using browser button Pin
Parwej Ahamad15-Oct-06 20:31
professionalParwej Ahamad15-Oct-06 20:31 
QuestionPlease help me....... Pin
choorakkuttyil14-Oct-06 0:37
choorakkuttyil14-Oct-06 0:37 
AnswerRe: Please help me....... Pin
Parwej Ahamad14-Oct-06 0:59
professionalParwej Ahamad14-Oct-06 0:59 
GeneralRe: Please help me....... Pin
choorakkuttyil14-Oct-06 1:37
choorakkuttyil14-Oct-06 1:37 
GeneralRe: Please help me....... Pin
Guffa14-Oct-06 2:56
Guffa14-Oct-06 2:56 
GeneralRe: Useless subject Pin
Guffa14-Oct-06 2:55
Guffa14-Oct-06 2:55 

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.