Click here to Skip to main content
15,920,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDownloading Open office documents from ASP.Net Applciaiton Pin
M. J. Jaya Chitra22-May-08 18:38
M. J. Jaya Chitra22-May-08 18:38 
QuestionShowing PPT in Webpage Pin
Tiger45622-May-08 18:28
Tiger45622-May-08 18:28 
AnswerRe: Showing PPT in Webpage Pin
Vasudevan Deepak Kumar22-May-08 20:15
Vasudevan Deepak Kumar22-May-08 20:15 
GeneralRe: Showing PPT in Webpage Pin
Anish Gopi23-May-08 0:43
sitebuilderAnish Gopi23-May-08 0:43 
QuestionGridView add a row at end Pin
mpavas22-May-08 8:41
mpavas22-May-08 8:41 
AnswerRe: GridView add a row at end Pin
gnjunge22-May-08 20:27
gnjunge22-May-08 20:27 
QuestionSQLdatareader problem Pin
defreek22-May-08 8:27
defreek22-May-08 8:27 
AnswerRe: SQLdatareader problem Pin
keyboard warrior22-May-08 9:03
keyboard warrior22-May-08 9:03 
hey what you need to do is in the Page_Load add an "if block"

if (!Page.IsPostBack) 
{
put page load code here
}

this will check to make sure the page is loading for the first time or not essentially.

what's happening is when the button is pushed the page "reloads" because of the post back and then it runs that code again and replaces the fields.

-----------------------------------------------------------
"When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford

GeneralRe: SQLdatareader problem Pin
defreek22-May-08 9:47
defreek22-May-08 9:47 
AnswerRe: SQLdatareader problem Pin
Krazy Programmer22-May-08 20:15
Krazy Programmer22-May-08 20:15 
QuestionGridView Pin
kpg12322-May-08 6:46
kpg12322-May-08 6:46 
AnswerRe: GridView Pin
keyboard warrior22-May-08 7:22
keyboard warrior22-May-08 7:22 
QuestionC# & ASp.Net writing to Excel Files Pin
Jacob Dixon22-May-08 6:23
Jacob Dixon22-May-08 6:23 
AnswerRe: C# & ASp.Net writing to Excel Files Pin
Christian Graus22-May-08 13:43
protectorChristian Graus22-May-08 13:43 
QuestionHow do i Print and Export Crystal Report??? Pin
keroed_edmond22-May-08 5:26
keroed_edmond22-May-08 5:26 
AnswerRe: How do i Print and Export Crystal Report??? Pin
keyboard warrior22-May-08 6:05
keyboard warrior22-May-08 6:05 
GeneralRe: How do i Print and Export Crystal Report??? Pin
keroed_edmond22-May-08 7:38
keroed_edmond22-May-08 7:38 
GeneralRe: How do i Print and Export Crystal Report??? [modified] Pin
keyboard warrior22-May-08 7:46
keyboard warrior22-May-08 7:46 
QuestionASP.net calendar control questions? Pin
pankazmittal22-May-08 5:05
pankazmittal22-May-08 5:05 
AnswerRe: ASP.net calendar control questions? Pin
Laddie22-May-08 18:12
Laddie22-May-08 18:12 
Question[Message Deleted] Pin
Saba0222-May-08 4:26
Saba0222-May-08 4:26 
AnswerRe: How i can Compare date for new releases ? Pin
eyeseetee22-May-08 4:34
eyeseetee22-May-08 4:34 
AnswerRe: How i can Compare date for new releases ? Pin
N a v a n e e t h22-May-08 4:52
N a v a n e e t h22-May-08 4:52 
GeneralRe: How i can Compare date for new releases ? [modified] Pin
Saba0222-May-08 4:59
Saba0222-May-08 4:59 
QuestionCheckBoxList: which checkbox selection unselection triggered my event? Pin
Herman<T>.Instance22-May-08 3:16
Herman<T>.Instance22-May-08 3:16 

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.