Click here to Skip to main content
15,928,207 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How do i create chat for customer support on my website? Pin
coolestCoder6-Nov-06 20:14
coolestCoder6-Nov-06 20:14 
GeneralRe: How do i create chat for customer support on my website? Pin
Imran Khan Pathan6-Nov-06 20:53
Imran Khan Pathan6-Nov-06 20:53 
GeneralRe: How do i create chat for customer support on my website? Pin
coolestCoder6-Nov-06 21:05
coolestCoder6-Nov-06 21:05 
GeneralRe: How do i create chat for customer support on my website? Pin
Imran Khan Pathan6-Nov-06 21:38
Imran Khan Pathan6-Nov-06 21:38 
GeneralRe: How do i create chat for customer support on my website? Pin
coolestCoder6-Nov-06 22:43
coolestCoder6-Nov-06 22:43 
QuestionPlease Help ME....................... Pin
choorakkuttyil6-Nov-06 19:53
choorakkuttyil6-Nov-06 19:53 
QuestionPlease Help ME....................... Pin
choorakkuttyil6-Nov-06 19:53
choorakkuttyil6-Nov-06 19:53 
QuestionC# 2.0 ASP.NET Postback & ObjectDataSource Pin
kselman6-Nov-06 19:46
kselman6-Nov-06 19:46 
I think this is an easy question.. (2nd try)

I have a DataList displaying data from a ObjectDataSource and below that an input form that inserts data into the same table. When the user clicks submit, upon postback the DataList is showing the data prior to the submit.

How do I refill the data on postback?

Id post some code but filling of dataset and databind is 2005 "magic".. here is the code Im using in the ButtonClick function:

NewsDataSetTableAdapters.CommentsTableAdapter commentsTable = new NewsDataSetTableAdapters.CommentsTableAdapter();
commentsTable.Insert(newsID, subjectTextBox.Text, commentTextBox.Text, ipAddress, DateTime.Now, emailTextBox.Text);
Questionissue of implementing Single Sign-on between the ASP.NET applications. Pin
Vijay Bhasker Reddy CH6-Nov-06 19:41
Vijay Bhasker Reddy CH6-Nov-06 19:41 
AnswerRe: issue of implementing Single Sign-on between the ASP.NET applications. Pin
coolestCoder6-Nov-06 20:10
coolestCoder6-Nov-06 20:10 
QuestionDrag and Drop Extender in ajax Pin
Rucha Nitnavare6-Nov-06 19:40
Rucha Nitnavare6-Nov-06 19:40 
AnswerRe: Drag and Drop Extender in ajax Pin
Rucha Nitnavare7-Nov-06 17:35
Rucha Nitnavare7-Nov-06 17:35 
QuestionHow to get Primary Key of Record Pin
Khan.Bangash6-Nov-06 19:04
Khan.Bangash6-Nov-06 19:04 
AnswerRe: How to get Primary Key of Record Pin
Khan.Bangash6-Nov-06 19:35
Khan.Bangash6-Nov-06 19:35 
GeneralRe: How to get Primary Key of Record Pin
varun_khanna176-Nov-06 22:28
varun_khanna176-Nov-06 22:28 
QuestionValues Interchanging Pin
Khan.Bangash6-Nov-06 18:27
Khan.Bangash6-Nov-06 18:27 
QuestionHow to call page directives Pin
Sam.M6-Nov-06 18:25
Sam.M6-Nov-06 18:25 
Questionget all .aspx files from the project Pin
yesu prakash6-Nov-06 18:16
yesu prakash6-Nov-06 18:16 
AnswerRe: get all .aspx files from the project Pin
CWIZO6-Nov-06 20:51
CWIZO6-Nov-06 20:51 
GeneralRe: get all .aspx files from the project Pin
yesu prakash6-Nov-06 21:23
yesu prakash6-Nov-06 21:23 
GeneralRe: get all .aspx files from the project Pin
CWIZO6-Nov-06 21:58
CWIZO6-Nov-06 21:58 
GeneralRe: get all .aspx files from the project Pin
yesu prakash7-Nov-06 0:41
yesu prakash7-Nov-06 0:41 
GeneralRe: get all .aspx files from the project Pin
CWIZO7-Nov-06 1:11
CWIZO7-Nov-06 1:11 
QuestionWhich one is the best? Pin
srilu nagalla6-Nov-06 17:57
srilu nagalla6-Nov-06 17:57 
QuestionHow to call page directives Pin
Sam.M6-Nov-06 17:45
Sam.M6-Nov-06 17:45 

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.