Click here to Skip to main content
15,891,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to make the content Fixed Pin
the exile27-Mar-11 22:28
the exile27-Mar-11 22:28 
GeneralRe: How to make the content Fixed Pin
msqar28-Mar-11 1:16
msqar28-Mar-11 1:16 
AnswerRe: How to make the content Fixed Pin
Dalek Dave26-Mar-11 7:21
professionalDalek Dave26-Mar-11 7:21 
GeneralRe: How to make the content Fixed Pin
the exile26-Mar-11 22:31
the exile26-Mar-11 22:31 
Questionnand_bca@rediffmail.com Pin
Nand Kishor Chaudhary26-Mar-11 3:43
Nand Kishor Chaudhary26-Mar-11 3:43 
AnswerRe: change your subject Pin
Ravi Sant26-Mar-11 6:36
Ravi Sant26-Mar-11 6:36 
QuestionProblem updating DetailsView when added DropDownList Pin
kbalias24-Mar-11 23:39
kbalias24-Mar-11 23:39 
AnswerRe: Problem updating DetailsView when added DropDownList Pin
Cnu5555526-Mar-11 2:15
Cnu5555526-Mar-11 2:15 
You are connected the Dropdownlist by automatically by Database connection wizard. When program starts running the values in Database which you specified is loaded Dropdownlist. Again it will not goto database to retive the values for dropdownlist. So you can't get updated values.

Instaed of that you will write the code in separate method RetriveData() to retive the data from database and add the SqlDataReader values to Dropdownlist.

Call thet method when page load and update button click methods . Take another connection object to for RetriveData() method Open the connection when RetriveData() is called and Close at the method end.

U will get updated list evrytime.
Hope you can do the coding simple try it..
Questionhow to copy row from one gridview to another,each time a new row is added........ Pin
Seema Rayat24-Mar-11 22:02
Seema Rayat24-Mar-11 22:02 
AnswerRe: how to copy row from one gridview to another,each time a new row is added........ Pin
Not Active25-Mar-11 1:23
mentorNot Active25-Mar-11 1:23 
GeneralRe: how to copy row from one radgrid to another,each time a new row is added........ Pin
Seema Rayat25-Mar-11 1:30
Seema Rayat25-Mar-11 1:30 
GeneralRe: how to copy row from one radgrid to another,each time a new row is added........ Pin
Not Active25-Mar-11 2:22
mentorNot Active25-Mar-11 2:22 
QuestionHow can i input "&" in the html code? Pin
buffering8324-Mar-11 15:13
buffering8324-Mar-11 15:13 
AnswerRe: How can i input "&" in the html code? Pin
GlobX24-Mar-11 15:52
GlobX24-Mar-11 15:52 
GeneralRe: How can i input "&" in the html code? Pin
Pravin Patil, Mumbai25-Mar-11 2:04
Pravin Patil, Mumbai25-Mar-11 2:04 
AnswerRe: How can i input "&" in the html code? Pin
Dalek Dave26-Mar-11 3:39
professionalDalek Dave26-Mar-11 3:39 
Questionfile download in mvc 2.0 Pin
rudra prasanna biswal24-Mar-11 11:45
rudra prasanna biswal24-Mar-11 11:45 
QuestionDataList web user control Pin
De_Novice24-Mar-11 6:12
De_Novice24-Mar-11 6:12 
AnswerRe: DataList web user control Pin
Sandeep Mewara26-Mar-11 21:46
mveSandeep Mewara26-Mar-11 21:46 
QuestionLog messages in event viewer Pin
berba24-Mar-11 0:24
berba24-Mar-11 0:24 
AnswerRe: Log messages in event viewer Pin
Pete O'Hanlon24-Mar-11 3:28
mvePete O'Hanlon24-Mar-11 3:28 
QuestionSSRS page break problem Pin
rahul.net1123-Mar-11 23:49
rahul.net1123-Mar-11 23:49 
AnswerRe: SSRS page break problem Pin
Sandeep Mewara26-Mar-11 21:45
mveSandeep Mewara26-Mar-11 21:45 
Questionregular expression validator Pin
Satish_S23-Mar-11 21:21
Satish_S23-Mar-11 21:21 
AnswerRe: regular expression validator Pin
thatraja23-Mar-11 23:12
professionalthatraja23-Mar-11 23:12 

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.