Click here to Skip to main content
15,917,793 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Export to excel Pin
Sathesh Sakthivel27-Apr-07 3:15
Sathesh Sakthivel27-Apr-07 3:15 
QuestionTextBox.text as parameter in query Pin
kallileo27-Apr-07 2:08
kallileo27-Apr-07 2:08 
AnswerRe: TextBox.text as parameter in query Pin
szukuro27-Apr-07 2:24
szukuro27-Apr-07 2:24 
AnswerRe: TextBox.text as parameter in query Pin
Mayank Parmar27-Apr-07 2:25
professionalMayank Parmar27-Apr-07 2:25 
GeneralRe: TextBox.text as parameter in query Pin
kallileo27-Apr-07 2:51
kallileo27-Apr-07 2:51 
GeneralRe: TextBox.text as parameter in query Pin
Mayank Parmar27-Apr-07 19:16
professionalMayank Parmar27-Apr-07 19:16 
QuestionDouble Request Pin
Tristan Rhodes27-Apr-07 1:18
Tristan Rhodes27-Apr-07 1:18 
AnswerRe: Double Request Pin
N a v a n e e t h27-Apr-07 2:54
N a v a n e e t h27-Apr-07 2:54 
This is the common problem happens with ASP.NET. If I understood your question properly then I think you might have pressed Refresh button after the first postback. When you press refresh button form will be again posted and data will be added again. You can solve this by redirecting to the same page after doing the process. Assume you have a button click event some think like

button1_click()
{
//do processing
Redirect("currentpage.aspx");

}


This will add data and redirect to the same page. All postback data will be cleared and data won't be replicated on refreshing. Confused | :confused:



printf("Navaneeth!!")

www.w3hearts.com

GeneralRe: Double Request Pin
Tristan Rhodes27-Apr-07 4:06
Tristan Rhodes27-Apr-07 4:06 
AnswerRe: Double Request Pin
DavidNohejl27-Apr-07 4:52
DavidNohejl27-Apr-07 4:52 
AnswerRe: Double Request Pin
Paddy Boyd27-Apr-07 6:03
Paddy Boyd27-Apr-07 6:03 
Question.swf file is not getting refreshed when browser is refreshed Pin
yogita charhate27-Apr-07 1:09
yogita charhate27-Apr-07 1:09 
AnswerRe: .swf file is not getting refreshed when browser is refreshed Pin
Mayank Parmar27-Apr-07 20:29
professionalMayank Parmar27-Apr-07 20:29 
QuestionDatagrid Pin
A kamath27-Apr-07 1:02
A kamath27-Apr-07 1:02 
AnswerRe: Datagrid Pin
Deepml27-Apr-07 1:05
Deepml27-Apr-07 1:05 
GeneralRe: Datagrid Pin
A kamath27-Apr-07 1:10
A kamath27-Apr-07 1:10 
GeneralRe: Datagrid Pin
Chetan Ranpariya27-Apr-07 1:52
Chetan Ranpariya27-Apr-07 1:52 
GeneralRe: Datagrid Pin
A kamath27-Apr-07 1:56
A kamath27-Apr-07 1:56 
GeneralRe: Datagrid Pin
Chetan Ranpariya27-Apr-07 2:00
Chetan Ranpariya27-Apr-07 2:00 
GeneralRe: Datagrid Pin
A kamath27-Apr-07 2:03
A kamath27-Apr-07 2:03 
GeneralRe: Datagrid Pin
Chetan Ranpariya27-Apr-07 2:08
Chetan Ranpariya27-Apr-07 2:08 
GeneralRe: Datagrid Pin
A kamath27-Apr-07 2:34
A kamath27-Apr-07 2:34 
GeneralRe: Datagrid Pin
Chetan Ranpariya29-Apr-07 20:03
Chetan Ranpariya29-Apr-07 20:03 
GeneralRe: Datagrid Pin
A kamath30-Apr-07 1:40
A kamath30-Apr-07 1:40 
QuestionHow to export crystal report to excel in asp.net 1.0 Pin
Deepml27-Apr-07 0:55
Deepml27-Apr-07 0:55 

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.