Click here to Skip to main content
16,006,442 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: set position of output Pin
Bino B22-Oct-07 20:30
Bino B22-Oct-07 20:30 
QuestionDebug the Javascript???? Pin
Aavesh Agarwal22-Oct-07 19:45
Aavesh Agarwal22-Oct-07 19:45 
AnswerRe: Debug the Javascript???? Pin
Bino B22-Oct-07 19:53
Bino B22-Oct-07 19:53 
GeneralRe: Debug the Javascript???? Pin
Aavesh Agarwal22-Oct-07 20:23
Aavesh Agarwal22-Oct-07 20:23 
AnswerRe: Debug the Javascript???? Pin
N a v a n e e t h22-Oct-07 19:58
N a v a n e e t h22-Oct-07 19:58 
AnswerRe: Debug the Javascript???? Pin
Christian Graus22-Oct-07 23:04
protectorChristian Graus22-Oct-07 23:04 
QuestionThe Blog is "posted", but how to navigate to it? Pin
deostroll22-Oct-07 19:36
deostroll22-Oct-07 19:36 
AnswerRe: The Blog is "posted", but how to navigate to it? Pin
N a v a n e e t h22-Oct-07 20:02
N a v a n e e t h22-Oct-07 20:02 
deostroll wrote:
Find the new ID of the post (Any suitable logic used here, but I plan to definitely query my database for it!)


I'd prefer using an output variable and returning the id inserted. Assign this id to a public variable, and can be used in javascript for redirection.

var BlogId = <% =PublicVaribleForBlogId %>;
window.location.href = "ViewPost.aspx?blogID=" + BlogId 



GeneralRe: The Blog is "posted", but how to navigate to it? Pin
deostroll22-Oct-07 20:21
deostroll22-Oct-07 20:21 
GeneralRe: The Blog is "posted", but how to navigate to it? Pin
N a v a n e e t h22-Oct-07 20:24
N a v a n e e t h22-Oct-07 20:24 
GeneralRe: The Blog is "posted", but how to navigate to it? Pin
deostroll22-Oct-07 20:32
deostroll22-Oct-07 20:32 
GeneralRe: The Blog is "posted", but how to navigate to it? Pin
N a v a n e e t h22-Oct-07 20:35
N a v a n e e t h22-Oct-07 20:35 
GeneralRe: The Blog is "posted", but how to navigate to it? Pin
deostroll23-Oct-07 1:16
deostroll23-Oct-07 1:16 
AnswerRe: The Blog is "posted", but how to navigate to it? Pin
deostroll24-Oct-07 20:44
deostroll24-Oct-07 20:44 
QuestionGridview Pin
kiran@p2softech22-Oct-07 19:20
kiran@p2softech22-Oct-07 19:20 
AnswerRe: Gridview Pin
squattyarun22-Oct-07 19:32
squattyarun22-Oct-07 19:32 
AnswerRe: Gridview Pin
Bino B22-Oct-07 19:33
Bino B22-Oct-07 19:33 
AnswerRe: Gridview Pin
firozu22-Oct-07 20:03
firozu22-Oct-07 20:03 
AnswerRe: Gridview Pin
M LN Rao22-Oct-07 20:47
M LN Rao22-Oct-07 20:47 
Questionpage load and back to same position Pin
yesu prakash22-Oct-07 19:14
yesu prakash22-Oct-07 19:14 
AnswerRe: page load and back to same position Pin
N a v a n e e t h22-Oct-07 19:18
N a v a n e e t h22-Oct-07 19:18 
GeneralRe: page load and back to same position Pin
yesu prakash22-Oct-07 19:35
yesu prakash22-Oct-07 19:35 
GeneralRe: page load and back to same position Pin
Sathesh Sakthivel22-Oct-07 19:37
Sathesh Sakthivel22-Oct-07 19:37 
AnswerRe: page load and back to same position Pin
firozu22-Oct-07 20:06
firozu22-Oct-07 20:06 
QuestionattachEvent method in Javascript Pin
Bino B22-Oct-07 18:36
Bino B22-Oct-07 18:36 

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.