Click here to Skip to main content
15,896,154 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: access key in datagrid Pin
_AK_15-Oct-06 21:20
_AK_15-Oct-06 21:20 
QuestioneBooks Pin
sivakumar ramachandran15-Oct-06 19:41
sivakumar ramachandran15-Oct-06 19:41 
AnswerRe: eBooks Pin
Sathesh Sakthivel15-Oct-06 21:39
Sathesh Sakthivel15-Oct-06 21:39 
Questionviewstate Pin
amaneet15-Oct-06 19:40
amaneet15-Oct-06 19:40 
AnswerRe: viewstate Pin
_AK_15-Oct-06 20:48
_AK_15-Oct-06 20:48 
Questionsysdate,oracle,dataset,store procedure Pin
JernejR15-Oct-06 19:26
JernejR15-Oct-06 19:26 
Questionnew page in server side Pin
m.rastgar15-Oct-06 19:23
m.rastgar15-Oct-06 19:23 
AnswerRe: new page in server side Pin
Guffa15-Oct-06 23:16
Guffa15-Oct-06 23:16 
Either you don't want what you asked for, or you have some very unusal reason for wanting it.

If you open a new page in server side, it will be opened on the server, and it won't be available to the user.

If you don't want to open it in server side at all, but on the client side, you have to do that from the browser. You can use Javascript to do that:

window.open('PageToOpen.aspx', '_blank');

---
b { font-weight: normal; }

GeneralRe: new page in server side Pin
m.rastgar16-Oct-06 20:20
m.rastgar16-Oct-06 20:20 
GeneralRe: new page in server side Pin
prakash_21017-Oct-06 1:11
prakash_21017-Oct-06 1:11 
GeneralRe: new page in server side Pin
m.rastgar17-Oct-06 19:45
m.rastgar17-Oct-06 19:45 
QuestionRead data from Web in HTML file Pin
leanhsang15-Oct-06 17:32
leanhsang15-Oct-06 17:32 
Questionneed example navigations pls Pin
neodeaths15-Oct-06 14:41
neodeaths15-Oct-06 14:41 
AnswerRe: need example navigations pls Pin
Mike Ellison15-Oct-06 16:20
Mike Ellison15-Oct-06 16:20 
AnswerRe: need example navigations pls Pin
Faisal Khatri15-Oct-06 18:39
Faisal Khatri15-Oct-06 18:39 
GeneralRe: need example navigations pls Pin
neodeaths16-Oct-06 5:38
neodeaths16-Oct-06 5:38 
QuestionDATA LIST PROBLEM IN ASP.NET ver 1.1 Pin
Faisal Khatri15-Oct-06 10:20
Faisal Khatri15-Oct-06 10:20 
AnswerRe: DATA LIST PROBLEM IN ASP.NET ver 1.1 Pin
Mike Ellison15-Oct-06 16:04
Mike Ellison15-Oct-06 16:04 
GeneralRe: DATA LIST PROBLEM IN ASP.NET ver 1.1 Pin
Faisal Khatri15-Oct-06 18:37
Faisal Khatri15-Oct-06 18:37 
QuestionAccess Function in Page from App_Code??? Pin
code-frog15-Oct-06 8:00
professionalcode-frog15-Oct-06 8:00 
AnswerRe: Access Function in Page from App_Code??? Pin
Mike Ellison15-Oct-06 9:12
Mike Ellison15-Oct-06 9:12 
GeneralRe: Access Function in Page from App_Code??? Pin
code-frog15-Oct-06 9:21
professionalcode-frog15-Oct-06 9:21 
GeneralRe: Access Function in Page from App_Code??? Pin
Mike Ellison15-Oct-06 9:33
Mike Ellison15-Oct-06 9:33 
QuestionRefresh? Pin
drc_no115-Oct-06 7:43
drc_no115-Oct-06 7:43 
AnswerRe: Refresh? Pin
Guffa15-Oct-06 16:52
Guffa15-Oct-06 16:52 

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.