Click here to Skip to main content
15,905,558 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPage.RegisterStartupScript Pin
Member 387988126-Sep-10 19:33
Member 387988126-Sep-10 19:33 
AnswerRe: Page.RegisterStartupScript Pin
Abhijit Jana26-Sep-10 20:50
professionalAbhijit Jana26-Sep-10 20:50 
GeneralRe: Page.RegisterStartupScript Pin
Not Active27-Sep-10 2:40
mentorNot Active27-Sep-10 2:40 
GeneralRe: Page.RegisterStartupScript Pin
Abhijit Jana27-Sep-10 5:50
professionalAbhijit Jana27-Sep-10 5:50 
AnswerRe: Page.RegisterStartupScript Pin
Not Active27-Sep-10 2:38
mentorNot Active27-Sep-10 2:38 
Questionsql update blank when use use with master page Pin
OUCH NIRAN26-Sep-10 18:21
OUCH NIRAN26-Sep-10 18:21 
AnswerRe: sql update blank when use use with master page Pin
Abhijit Jana26-Sep-10 19:24
professionalAbhijit Jana26-Sep-10 19:24 
GeneralRe: sql update blank when use use with master page Pin
OUCH NIRAN3-Oct-10 18:24
OUCH NIRAN3-Oct-10 18:24 
Thanks Abhijit Jana for your reply.
I have 3 textboxes and i try to get this value to update to the exist record.
I use sql update. when i get data from texboxes, it just blank even it really has information.

Sure this technique i successufully test without masterpage but when i try to put
masterpage it just return blank only.

Below is the save button
Please check.


string subject = Request.Form["question"];
string content = Request.Form["answer"];
string faq_date = Request.Form["date"];

string query = "update faq set doc_subject=N'" + subject + "', doc_content=N'" + content + "', doc_date='" + faq_date + "' where doc_id=" + Request.QueryString["doc_id"];


thanks and regards
QuestionDynamic Compilation Pin
Gamzun25-Sep-10 12:10
Gamzun25-Sep-10 12:10 
AnswerRe: Dynamic Compilation Pin
Keith Barrow25-Sep-10 12:13
professionalKeith Barrow25-Sep-10 12:13 
GeneralRe: Dynamic Compilation Pin
Gamzun25-Sep-10 12:26
Gamzun25-Sep-10 12:26 
AnswerRe: Dynamic Compilation Pin
Abhijit Jana25-Sep-10 19:36
professionalAbhijit Jana25-Sep-10 19:36 
GeneralRe: Dynamic Compilation Pin
N a v a n e e t h25-Sep-10 19:50
N a v a n e e t h25-Sep-10 19:50 
GeneralRe: Dynamic Compilation Pin
Abhijit Jana25-Sep-10 20:02
professionalAbhijit Jana25-Sep-10 20:02 
GeneralRe: Dynamic Compilation Pin
Ankur\m/25-Sep-10 23:35
professionalAnkur\m/25-Sep-10 23:35 
GeneralRe: Dynamic Compilation Pin
Abhijit Jana26-Sep-10 6:17
professionalAbhijit Jana26-Sep-10 6:17 
AnswerRe: Dynamic Compilation Pin
N a v a n e e t h25-Sep-10 19:46
N a v a n e e t h25-Sep-10 19:46 
GeneralRe: Dynamic Compilation Pin
Gamzun25-Sep-10 21:24
Gamzun25-Sep-10 21:24 
QuestionCode for creating trial version of software created in VB.Net 2005? [modified] Pin
MohanMbnr25-Sep-10 2:59
MohanMbnr25-Sep-10 2:59 
AnswerRe: Code for creating trial version of software created in ASP.Net 2005? Pin
Sandeep Mewara25-Sep-10 8:50
mveSandeep Mewara25-Sep-10 8:50 
AnswerRe: Code for creating trial version of software created in ASP.Net 2005? Pin
Not Active25-Sep-10 9:42
mentorNot Active25-Sep-10 9:42 
Questionx.co service [modified] Pin
Jassim Rahma24-Sep-10 12:36
Jassim Rahma24-Sep-10 12:36 
AnswerRe: x.com service Pin
Luc Pattyn24-Sep-10 12:39
sitebuilderLuc Pattyn24-Sep-10 12:39 
Questionweb.config problem Pin
Jassim Rahma24-Sep-10 11:49
Jassim Rahma24-Sep-10 11:49 
AnswerRe: web.config problem Pin
Not Active25-Sep-10 9:38
mentorNot Active25-Sep-10 9:38 

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.