Click here to Skip to main content
15,922,584 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb service problem Pin
-Yoyosh-26-Aug-06 0:13
-Yoyosh-26-Aug-06 0:13 
QuestionReorder the rows in datagrid Pin
Amit Agarrwal26-Aug-06 0:02
Amit Agarrwal26-Aug-06 0:02 
AnswerRe: Reorder the rows in datagrid [modified] Pin
Jakob Farian Krarup26-Aug-06 1:44
Jakob Farian Krarup26-Aug-06 1:44 
Questiondynamically adding webparts [modified] Pin
ketan.raval25-Aug-06 23:30
ketan.raval25-Aug-06 23:30 
Questionmultiline text box in grid on edit command Pin
Arch22k25-Aug-06 22:44
Arch22k25-Aug-06 22:44 
AnswerRe: multiline text box in grid on edit command Pin
MIHAI_MTZ26-Aug-06 3:18
MIHAI_MTZ26-Aug-06 3:18 
AnswerRe: multiline text box in grid on edit command Pin
postmaster@programmingknowledge.com26-Aug-06 7:26
postmaster@programmingknowledge.com26-Aug-06 7:26 
Questionhow to refresh list in dropdownlist Pin
Kissy1625-Aug-06 20:18
Kissy1625-Aug-06 20:18 
When i am trying to update values in dropdownlist programmatically,and if more taht one value in the list as same,all the values should be updated.my code is

strUpdate = "Update Division Set Divi_name='" & nameBox.Text & "' where Divi_name='" & DivList.SelectedItem.Text & "' "
cmdUpdate = New SqlCommand(strUpdate, dbConn)
cmdUpdate.ExecuteNonQuery()
Lblmess.Text = "Record Updated"
DivList.SelectedItem.Text = nameBox.Text


But when i run the webpage it is updating only one value,not all the values.
If i click on refresh button,it doesnt give any change in the list,but records are updated in the database.
how to solve,urgent

kissy

AnswerRe: how to refresh list in dropdownlist Pin
postmaster@programmingknowledge.com26-Aug-06 7:31
postmaster@programmingknowledge.com26-Aug-06 7:31 
Questionconversion from one language to another Pin
chippu25-Aug-06 18:55
chippu25-Aug-06 18:55 
AnswerRe: conversion from one language to another Pin
Guffa25-Aug-06 21:07
Guffa25-Aug-06 21:07 
GeneralRe: Translation from one language to another Pin
chippu27-Aug-06 7:41
chippu27-Aug-06 7:41 
QuestionWeb Scanning in ASP.NET [modified] Pin
ajlaluan25-Aug-06 17:21
ajlaluan25-Aug-06 17:21 
QuestionTEXT Box and Label Allign question Pin
kalyanPaladugu25-Aug-06 11:01
kalyanPaladugu25-Aug-06 11:01 
QuestionFetch web page programatically. Pin
eggsovereasy25-Aug-06 8:38
eggsovereasy25-Aug-06 8:38 
AnswerRe: Fetch web page programatically. Pin
Not Active25-Aug-06 8:51
mentorNot Active25-Aug-06 8:51 
GeneralRe: Fetch web page programatically. Pin
eggsovereasy25-Aug-06 10:32
eggsovereasy25-Aug-06 10:32 
QuestionData Controls and CSS Styles Pin
packerfan190425-Aug-06 8:05
packerfan190425-Aug-06 8:05 
AnswerRe: Data Controls and CSS Styles Pin
Guffa25-Aug-06 8:52
Guffa25-Aug-06 8:52 
GeneralRe: Data Controls and CSS Styles Pin
packerfan190425-Aug-06 8:56
packerfan190425-Aug-06 8:56 
AnswerRe: Data Controls and CSS Styles Pin
playout25-Aug-06 10:34
playout25-Aug-06 10:34 
Questionadd dataset to sql database Pin
playout25-Aug-06 7:32
playout25-Aug-06 7:32 
AnswerRe: add dataset to sql database Pin
Ramasubramaniam25-Aug-06 7:50
Ramasubramaniam25-Aug-06 7:50 
GeneralRe: add dataset to sql database Pin
Not Active25-Aug-06 8:50
mentorNot Active25-Aug-06 8:50 
AnswerRe: add dataset to sql database Pin
Not Active25-Aug-06 8:47
mentorNot Active25-Aug-06 8:47 

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.