Click here to Skip to main content
15,890,947 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Question About Storing Objects in the Session Variable Pin
MarkMokris6-Sep-09 3:36
MarkMokris6-Sep-09 3:36 
Questiongridview buttons and client side scripting Pin
compninja254-Sep-09 9:28
compninja254-Sep-09 9:28 
AnswerRe: gridview buttons and client side scripting Pin
Abhishek Sur4-Sep-09 9:48
professionalAbhishek Sur4-Sep-09 9:48 
GeneralRe: gridview buttons and client side scripting Pin
compninja254-Sep-09 9:50
compninja254-Sep-09 9:50 
GeneralRe: gridview buttons and client side scripting Pin
Abhishek Sur4-Sep-09 11:16
professionalAbhishek Sur4-Sep-09 11:16 
GeneralRe: gridview buttons and client side scripting Pin
compninja258-Sep-09 3:29
compninja258-Sep-09 3:29 
GeneralRe: gridview buttons and client side scripting Pin
Abhishek Sur8-Sep-09 10:59
professionalAbhishek Sur8-Sep-09 10:59 
GeneralRe: gridview buttons and client side scripting Pin
compninja259-Sep-09 10:19
compninja259-Sep-09 10:19 
Hi Abhishek,

Actually, I believe I spoke too soon! Turns out it fixed the post back problem but broke the rest of my server side asp.Button controls on this page (after I issue the very first javascript command that is). I was playing around with one of my other sites and tried using a server side button that calls a validation javascript function. I got it to call the function but it acted quite similar to this issue in that it would either call the function but still issue the post back to the server each time (without having button.postbackurl="javascript:;";) or would call the function but then never actually post back once the validation boolean was set to true (button.postbackurl="javascript:;"; The only way I've found around this so far is to not use an asp.net button control and just create the <input type="button" value="submit" onclick="validateForm();" />, but that only works with the static pages. I've been googling it for the past day now, but any documentation or references I find give me the impresion that it should just work. Have you ever run into an issue like this? I'm thinking there's a parameter that I'm overlooking, but I can't find it. I've tried setting button.UseSubmitBehavior = true; and / or button.CausesValidation = false; but they just end up causing required validation problems.

Knowledge is not power, however, the acquisition and appropriate application of knowledge can make you a very powerful individual.

GeneralRe: gridview buttons and client side scripting Pin
Abhishek Sur10-Sep-09 0:39
professionalAbhishek Sur10-Sep-09 0:39 
GeneralRe: gridview buttons and client side scripting Pin
compninja2510-Sep-09 2:51
compninja2510-Sep-09 2:51 
QuestionDocument elements have no IDs Pin
Lonnie Raffray4-Sep-09 8:04
Lonnie Raffray4-Sep-09 8:04 
AnswerRe: Document elements have no IDs Pin
Abhishek Sur4-Sep-09 9:35
professionalAbhishek Sur4-Sep-09 9:35 
GeneralRe: Document elements have no IDs Pin
Lonnie Raffray4-Sep-09 9:37
Lonnie Raffray4-Sep-09 9:37 
GeneralRe: Document elements have no IDs Pin
Abhishek Sur4-Sep-09 9:39
professionalAbhishek Sur4-Sep-09 9:39 
QuestionLink button inside the Gridview Pin
Vimalsoft(Pty) Ltd4-Sep-09 4:13
professionalVimalsoft(Pty) Ltd4-Sep-09 4:13 
AnswerRe: Link button inside the Gridview Pin
Blue_Boy4-Sep-09 5:45
Blue_Boy4-Sep-09 5:45 
GeneralRe: Link button inside the Gridview Pin
Vimalsoft(Pty) Ltd6-Sep-09 20:12
professionalVimalsoft(Pty) Ltd6-Sep-09 20:12 
AnswerRe: Link button inside the Gridview Pin
Abhijit Jana4-Sep-09 6:59
professionalAbhijit Jana4-Sep-09 6:59 
GeneralRe: Link button inside the Gridview Pin
Vimalsoft(Pty) Ltd6-Sep-09 20:13
professionalVimalsoft(Pty) Ltd6-Sep-09 20:13 
AnswerRe: Link button inside the Gridview Pin
Abhishek Sur4-Sep-09 8:02
professionalAbhishek Sur4-Sep-09 8:02 
GeneralRe: Link button inside the Gridview Pin
Vimalsoft(Pty) Ltd6-Sep-09 20:13
professionalVimalsoft(Pty) Ltd6-Sep-09 20:13 
AnswerRe: Link button inside the Gridview Pin
CrazyCoder265-Sep-09 0:31
CrazyCoder265-Sep-09 0:31 
GeneralRe: Link button inside the Gridview Pin
Vimalsoft(Pty) Ltd6-Sep-09 20:14
professionalVimalsoft(Pty) Ltd6-Sep-09 20:14 
QuestionUser visit stats... Pin
Abbas_here4-Sep-09 3:20
Abbas_here4-Sep-09 3:20 
AnswerRe: User visit stats... Pin
Blue_Boy4-Sep-09 5:55
Blue_Boy4-Sep-09 5: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.