Click here to Skip to main content
15,887,848 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView Pin
Soumini Ramakrishnan10-Apr-08 0:51
Soumini Ramakrishnan10-Apr-08 0:51 
GeneralRe: GridView Pin
Vijayitsb10-Apr-08 1:23
Vijayitsb10-Apr-08 1:23 
GeneralQuestion Pin
nithydurai9-Apr-08 23:41
nithydurai9-Apr-08 23:41 
GeneralRe: Question Pin
bigphish9-Apr-08 23:59
bigphish9-Apr-08 23:59 
GeneralRe: Question Pin
eyeseetee9-Apr-08 23:59
eyeseetee9-Apr-08 23:59 
GeneralRe: Question [modified] Pin
Darsh_310-Apr-08 8:27
Darsh_310-Apr-08 8:27 
Questionhow to redirect in to a perticular panel Pin
bigphish9-Apr-08 23:21
bigphish9-Apr-08 23:21 
AnswerRe: how to redirect in to a perticular panel Pin
Jesse Squire10-Apr-08 2:50
Jesse Squire10-Apr-08 2:50 
Lets assume that your panel2's id is "panel2". If you formatted your link as default.aspx#panel2 when redirecting, the browser will attempt to jump to that element. If there is enough content, the browser will scroll so that the element with "panel2" is the element at the top of the page. If there is not enough content, it will scroll "panel2" as close to the top as possible.

One thing to keep in mind with ASP.NET and server controls is that the id that you assign may not be the id that the browser receives. Be sure to use the ClientID property of panel2 to ensure the id is fully formed.

Hope that helps. Smile | :)

  --Jesse
"... the internet's just a big porn library with some useful articles stuck in." - Rob Rodi

GeneralRe: how to redirect in to a perticular panel Pin
bigphish10-Apr-08 23:53
bigphish10-Apr-08 23:53 
GeneralQuestion Pin
nithydurai9-Apr-08 22:40
nithydurai9-Apr-08 22:40 
GeneralRe: Question Pin
eyeseetee9-Apr-08 22:47
eyeseetee9-Apr-08 22:47 
General[Message Deleted] Pin
Deepak Nigam9-Apr-08 22:29
Deepak Nigam9-Apr-08 22:29 
GeneralRe: dropdown can not be selected Pin
eyeseetee9-Apr-08 22:32
eyeseetee9-Apr-08 22:32 
QuestionRegarding menu dynamic generation in asp.net Pin
vijay kanth9-Apr-08 22:25
vijay kanth9-Apr-08 22:25 
GeneralRe: Regarding menu dynamic generation in asp.net Pin
N a v a n e e t h9-Apr-08 22:31
N a v a n e e t h9-Apr-08 22:31 
QuestionCould not load the assembly "Microsoft.Web.Preview" in Ajax, please somebody help me ? Pin
RichardBlare9-Apr-08 22:11
RichardBlare9-Apr-08 22:11 
AnswerRe: Could not load the assembly "Microsoft.Web.Preview" in Ajax, please somebody help me ? Pin
Pankaj Shrama13-Jul-08 1:08
Pankaj Shrama13-Jul-08 1:08 
Generallistbox values Pin
eyeseetee9-Apr-08 22:11
eyeseetee9-Apr-08 22:11 
GeneralRe: listbox values Pin
N a v a n e e t h9-Apr-08 22:23
N a v a n e e t h9-Apr-08 22:23 
GeneralRe: listbox values Pin
eyeseetee9-Apr-08 22:30
eyeseetee9-Apr-08 22:30 
GeneralRe: listbox values Pin
N a v a n e e t h9-Apr-08 22:32
N a v a n e e t h9-Apr-08 22:32 
GeneralRe: listbox values Pin
eyeseetee9-Apr-08 22:52
eyeseetee9-Apr-08 22:52 
GeneralRe: listbox values Pin
N a v a n e e t h9-Apr-08 23:11
N a v a n e e t h9-Apr-08 23:11 
GeneralRe: listbox values Pin
Darsh_310-Apr-08 8:30
Darsh_310-Apr-08 8:30 
GeneralUnable to get text from textbox Pin
Deepak Nigam9-Apr-08 22:04
Deepak Nigam9-Apr-08 22:04 

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.