Click here to Skip to main content
16,011,436 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCodeBehind VS WebService Pin
Harvey Saayman19-Mar-09 0:42
Harvey Saayman19-Mar-09 0:42 
AnswerRe: CodeBehind VS WebService [modified] Pin
Vimalsoft(Pty) Ltd19-Mar-09 0:54
professionalVimalsoft(Pty) Ltd19-Mar-09 0:54 
GeneralRe: CodeBehind VS WebService Pin
Abhijit Jana19-Mar-09 2:18
professionalAbhijit Jana19-Mar-09 2:18 
GeneralRe: CodeBehind VS WebService Pin
Vimalsoft(Pty) Ltd19-Mar-09 2:30
professionalVimalsoft(Pty) Ltd19-Mar-09 2:30 
AnswerRe: CodeBehind VS WebService Pin
N a v a n e e t h19-Mar-09 7:06
N a v a n e e t h19-Mar-09 7:06 
QuestionResponse.Redirect()... Pin
Sr...Frank19-Mar-09 0:18
Sr...Frank19-Mar-09 0:18 
AnswerRe: Response.Redirect()... Pin
Abhishek Sur19-Mar-09 0:31
professionalAbhishek Sur19-Mar-09 0:31 
AnswerRe: Response.Redirect()... Pin
Abhijit Jana19-Mar-09 2:21
professionalAbhijit Jana19-Mar-09 2:21 
Sr...Frank wrote:
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.Cells.Count > 0)
{
strGridValue = e.Row.Cells[0].Text;
if (strGridValue != "ID")
{
e.Row.Attributes.Add("ondblclick", "javascript:alert('" + strGridValue + "')");
Session.Add("Value", strGridValue);//This Line of code will work here?
Response.Redirect("Default.aspx");//This Line of code will work here?
}
}
}


Did you tried to debug it? Unsure | :~

cheers,
Abhijit
CodeProject MVP

AnswerRe: Response.Redirect()... Pin
kumar_k50819-Mar-09 21:10
kumar_k50819-Mar-09 21:10 
QuestionRefresh problem in ShowModalDialog() Popup Pin
bikash pattanayak19-Mar-09 0:07
bikash pattanayak19-Mar-09 0:07 
AnswerRe: Refresh problem in ShowModalDialog() Popup Pin
Christian Graus19-Mar-09 0:15
protectorChristian Graus19-Mar-09 0:15 
Questionmenu problem Pin
naveen attri18-Mar-09 23:58
naveen attri18-Mar-09 23:58 
AnswerRe: menu problem Pin
Christian Graus19-Mar-09 0:14
protectorChristian Graus19-Mar-09 0:14 
GeneralRe: menu problem Pin
naveen attri20-Mar-09 19:59
naveen attri20-Mar-09 19:59 
QuestionFiltered numeric textbox with comma seperator on thousands Pin
samerh18-Mar-09 23:55
samerh18-Mar-09 23:55 
AnswerRe: Filtered numeric textbox with comma seperator on thousands Pin
Yusuf19-Mar-09 0:00
Yusuf19-Mar-09 0:00 
QuestionFontInfo to Font Pin
thomasa18-Mar-09 23:36
thomasa18-Mar-09 23:36 
AnswerRe: FontInfo to Font Pin
Christian Graus18-Mar-09 23:45
protectorChristian Graus18-Mar-09 23:45 
QuestionAlternate solution for pop-up Pin
ashwinibhalerao18-Mar-09 22:49
ashwinibhalerao18-Mar-09 22:49 
AnswerRe: Alternate solution for pop-up Pin
Abhijit Jana18-Mar-09 22:59
professionalAbhijit Jana18-Mar-09 22:59 
AnswerRe: Alternate solution for pop-up Pin
_Maxxx_18-Mar-09 23:00
professional_Maxxx_18-Mar-09 23:00 
AnswerRe: Alternate solution for pop-up Pin
Abhishek Sur18-Mar-09 23:42
professionalAbhishek Sur18-Mar-09 23:42 
GeneralRe: Alternate solution for pop-up Pin
ashwinibhalerao19-Mar-09 0:46
ashwinibhalerao19-Mar-09 0:46 
GeneralRe: Alternate solution for pop-up Pin
ashwinibhalerao31-Mar-09 1:56
ashwinibhalerao31-Mar-09 1:56 
QuestionHow i change the index of gridview using java script Pin
Ravindra Bisen18-Mar-09 22:14
Ravindra Bisen18-Mar-09 22:14 

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.