Click here to Skip to main content
15,921,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to fix the header in gridview Pin
Abhishek Sur29-Oct-09 7:15
professionalAbhishek Sur29-Oct-09 7:15 
QuestionDynamically opening new excel file via a link in another excel file? Pin
Goalie3529-Oct-09 3:48
Goalie3529-Oct-09 3:48 
AnswerRe: Dynamically opening new excel file via a link in another excel file? Pin
Kannan Ar29-Oct-09 4:58
professionalKannan Ar29-Oct-09 4:58 
GeneralRe: Dynamically opening new excel file via a link in another excel file? Pin
Goalie3529-Oct-09 7:48
Goalie3529-Oct-09 7:48 
GeneralRe: Dynamically opening new excel file via a link in another excel file? Pin
Kannan Ar29-Oct-09 16:46
professionalKannan Ar29-Oct-09 16:46 
QuestionHow to redirect to previous usercontrol when clicked on a "Back" Button Pin
getaccessyr29-Oct-09 3:41
getaccessyr29-Oct-09 3:41 
AnswerRe: How to redirect to previous usercontrol when clicked on a "Back" Button Pin
dan!sh 29-Oct-09 3:58
professional dan!sh 29-Oct-09 3:58 
AnswerRe: How to redirect to previous usercontrol when clicked on a "Back" Button Pin
Abhishek Sur29-Oct-09 7:24
professionalAbhishek Sur29-Oct-09 7:24 
You can use button onclick="javascript:history.go(-1)" to work the same way as your back button.

But I personally suggest not to rely too much on history object. If user deletes cache.. back will not work. Rather implement back button to point to the location just prior to it so that it calls the proper page rather than using Cached page of the browser. Smile | :)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords
/xml>

Questiontextbox : textmode = password Pin
Hemant Thaker29-Oct-09 3:29
Hemant Thaker29-Oct-09 3:29 
AnswerRe: textbox : textmode = password Pin
Not Active29-Oct-09 3:42
mentorNot Active29-Oct-09 3:42 
AnswerRe: textbox : textmode = password Pin
Oakman29-Oct-09 3:53
Oakman29-Oct-09 3:53 
AnswerRe: textbox : textmode = password Pin
Nishant Singh29-Oct-09 7:09
Nishant Singh29-Oct-09 7:09 
GeneralRe: textbox : textmode = password Pin
Oakman29-Oct-09 7:59
Oakman29-Oct-09 7:59 
QuestionHow to implement SMS API Pin
farogh haider29-Oct-09 3:29
farogh haider29-Oct-09 3:29 
AnswerRe: How to implement SMS API Pin
dan!sh 29-Oct-09 3:55
professional dan!sh 29-Oct-09 3:55 
AnswerRe: How to implement SMS API Pin
Christian Graus29-Oct-09 12:03
protectorChristian Graus29-Oct-09 12:03 
AnswerRe: How to implement SMS API Pin
Anindita Basak 198612-Dec-11 1:41
Anindita Basak 198612-Dec-11 1:41 
Questionfile upload Pin
m@dhu29-Oct-09 2:51
m@dhu29-Oct-09 2:51 
AnswerRe: file upload Pin
sashidhar29-Oct-09 5:12
sashidhar29-Oct-09 5:12 
AnswerRe: file upload Pin
SayreCC29-Oct-09 14:44
SayreCC29-Oct-09 14:44 
Questionhow to get checkbox checked in a grid view after page post Pin
santu32129-Oct-09 2:08
santu32129-Oct-09 2:08 
AnswerRe: how to get checkbox checked in a grid view after page post Pin
Abhishek Sur29-Oct-09 2:23
professionalAbhishek Sur29-Oct-09 2:23 
GeneralRe: how to get checkbox checked in a grid view after page post Pin
souravghosh1829-Oct-09 17:43
souravghosh1829-Oct-09 17:43 
QuestionAbout MS Application Block Pin
Ha_8029-Oct-09 2:03
Ha_8029-Oct-09 2:03 
AnswerRe: About MS Application Block Pin
Abhishek Sur29-Oct-09 2:18
professionalAbhishek Sur29-Oct-09 2:18 

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.