Click here to Skip to main content
15,886,963 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How does IIS handle multiple file requests? Pin
Nigor18-Apr-07 4:54
Nigor18-Apr-07 4:54 
Questiondropdownlist box problem Pin
kumar bharat bhusanam17-Apr-07 2:37
kumar bharat bhusanam17-Apr-07 2:37 
QuestionPath error Pin
nclauder17-Apr-07 2:21
nclauder17-Apr-07 2:21 
Questioncookies - javascript to asp.net and back Pin
Fred_Smith17-Apr-07 1:27
Fred_Smith17-Apr-07 1:27 
QuestionReg IIS Pin
venkatasivaramaprasad17-Apr-07 0:50
venkatasivaramaprasad17-Apr-07 0:50 
AnswerRe: Reg IIS Pin
Sathesh Sakthivel17-Apr-07 2:18
Sathesh Sakthivel17-Apr-07 2:18 
Questionimage map editor needs testing Pin
c010depunkk17-Apr-07 0:02
c010depunkk17-Apr-07 0:02 
QuestionIssue with browser back button Pin
Nyoti Rukadikar16-Apr-07 23:23
Nyoti Rukadikar16-Apr-07 23:23 
Hi,
I am creating a search utility for my ASP.NET web application. There is a page Search.aspx, which accepts the search criteria and sends the search request to web service, which does the processing of that request and sends back the reply as a dataset.
The search page then binds the dataset to the datagrid and is displayed on the page. When I navigate through various pages of datagrid, I can see the results on the same page (Search.aspx)as paging is applied on the grid. But when I click on browser back button, I want the page load event to be executed, which is not being executed. I tried with following code in Page_Load event of Search.aspx
Response.CacheControl = "no-cache"
Response.AddHeader("pragma", "no-cahe")
Response.Expires = -1
But page load event does not occur. Please let me know the solution for this issue. Thanks in advance.
QuestionStyle Atribute Pin
L Viljoen16-Apr-07 20:45
professionalL Viljoen16-Apr-07 20:45 
AnswerRe: Style Atribute Pin
Guffa16-Apr-07 21:46
Guffa16-Apr-07 21:46 
GeneralRe: Style Atribute Pin
L Viljoen17-Apr-07 1:07
professionalL Viljoen17-Apr-07 1:07 
QuestionImageButton makes a postBack instead of executing command method Pin
subai16-Apr-07 19:07
subai16-Apr-07 19:07 
AnswerRe: ImageButton makes a postBack instead of executing command method Pin
kubben17-Apr-07 2:34
kubben17-Apr-07 2:34 
GeneralRe: ImageButton makes a postBack instead of executing command method Pin
subai21-Apr-07 3:51
subai21-Apr-07 3:51 
QuestionASP checkbox within a checkbox Pin
.NET4Ever16-Apr-07 13:25
.NET4Ever16-Apr-07 13:25 
QuestionASP or PHP files without a server Pin
haggenx16-Apr-07 11:59
haggenx16-Apr-07 11:59 
AnswerRe: ASP or PHP files without a server Pin
Dmitry Khudorozhkov16-Apr-07 12:35
Dmitry Khudorozhkov16-Apr-07 12:35 
GeneralRe: ASP or PHP files without a server Pin
haggenx17-Apr-07 7:35
haggenx17-Apr-07 7:35 
Questionupdate database field from asp form Pin
alxtech16-Apr-07 9:36
alxtech16-Apr-07 9:36 
AnswerRe: update database field from asp form Pin
Steve Echols16-Apr-07 17:42
Steve Echols16-Apr-07 17:42 
GeneralRe: update database field from asp form Pin
alxtech20-Apr-07 5:27
alxtech20-Apr-07 5:27 
Questionhow to retrive data from access databse table to excel sheet Pin
JanapatiBalu16-Apr-07 0:43
JanapatiBalu16-Apr-07 0:43 
AnswerRe: how to retrive data from access databse table to excel sheet Pin
Paddy Boyd16-Apr-07 0:46
Paddy Boyd16-Apr-07 0:46 
GeneralRe: how to retrive data from access databse table to excel sheet Pin
JanapatiBalu16-Apr-07 1:01
JanapatiBalu16-Apr-07 1:01 
GeneralRe: how to retrive data from access databse table to excel sheet Pin
Bradml16-Apr-07 3:34
Bradml16-Apr-07 3:34 

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.