Click here to Skip to main content
15,887,214 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: URL rewritting c#.net 2.0 Pin
Dotnetkanna27-Apr-08 23:41
Dotnetkanna27-Apr-08 23:41 
GeneralRe: URL rewritting c#.net 2.0 Pin
N a v a n e e t h28-Apr-08 0:26
N a v a n e e t h28-Apr-08 0:26 
QuestionHow to open only 1 node of treeview and expand the node by clicking on the node labels along with the exsisting method.?? Pin
biswa4727-Apr-08 21:28
biswa4727-Apr-08 21:28 
AnswerRe: How to open only 1 node of treeview and expand the node by clicking on the node labels along with the exsisting method.?? Pin
Abhijit Jana27-Apr-08 21:49
professionalAbhijit Jana27-Apr-08 21:49 
GeneralRe: How to open only 1 node of treeview and expand the node by clicking on the node labels along with the exsisting method.?? Pin
biswa4727-Apr-08 21:54
biswa4727-Apr-08 21:54 
QuestionSame selectedvalue in dropdownlist?? Pin
Karan_TN27-Apr-08 21:15
Karan_TN27-Apr-08 21:15 
GeneralRe: Same selectedvalue in dropdownlist?? Pin
eyeseetee27-Apr-08 21:39
eyeseetee27-Apr-08 21:39 
GeneralRe: Same selectedvalue in dropdownlist?? Pin
Karan_TN27-Apr-08 21:44
Karan_TN27-Apr-08 21:44 
Thanks for replying....

public void fxn()
{
MyLib.conn.Open();
MyLib.sqlda = new SqlDataAdapter("select TEXT,VALUE from tbl_test where criteria=hello", conn);
sqlda.Fill(MyLib.ds);
cbovalue1.DataValueField = "VALUE";
cbovalue1.DataTextField = "TEXT";
cbovalue1.DataSource = MyLib.ds;
cbovalue1.DataBind();
cbovalue1.Items.Insert(0, new ListItem("", ""));
ds.Reset();
ds.Clear();
ds.Dispose();
sqlda.Dispose();
conn.Close();
}

by using the above coding i m binding the VALUE,TEXT to cbovalue1 dropdownlist box. when i m changing the value its not reflecting (as mentioned in my previous scrap).
help me...
GeneralRe: Same selectedvalue in dropdownlist?? Pin
eyeseetee27-Apr-08 21:58
eyeseetee27-Apr-08 21:58 
GeneralRe: Same selectedvalue in dropdownlist?? Pin
Karan_TN28-Apr-08 21:41
Karan_TN28-Apr-08 21:41 
GeneralRe: Same selectedvalue in dropdownlist?? [modified] Pin
trish_27-Apr-08 23:52
trish_27-Apr-08 23:52 
GeneralRe: Same selectedvalue in dropdownlist?? Pin
Karan_TN28-Apr-08 21:37
Karan_TN28-Apr-08 21:37 
GeneralRe: Same selectedvalue in dropdownlist?? Pin
trish_28-Apr-08 22:26
trish_28-Apr-08 22:26 
GeneralProfile can not be identified Pin
jason_mf27-Apr-08 20:42
jason_mf27-Apr-08 20:42 
Questionhow to use login Pin
salil_k_singh27-Apr-08 20:28
salil_k_singh27-Apr-08 20:28 
GeneralRe: how to use login Pin
Christian Graus27-Apr-08 21:04
protectorChristian Graus27-Apr-08 21:04 
GeneralRe: how to use login Pin
eyeseetee27-Apr-08 21:37
eyeseetee27-Apr-08 21:37 
GeneralPROBLEM : Ttwice the dropdown function calling Pin
Karan_TN27-Apr-08 20:15
Karan_TN27-Apr-08 20:15 
GeneralRe: PROBLEM : Ttwice the dropdown function calling Pin
Christian Graus27-Apr-08 21:05
protectorChristian Graus27-Apr-08 21:05 
GeneralRe: PROBLEM : Ttwice the dropdown function calling Pin
trish_28-Apr-08 1:17
trish_28-Apr-08 1:17 
QuestionI want a gridview to edit a single column in edit mode Pin
G Nathan27-Apr-08 20:02
G Nathan27-Apr-08 20:02 
GeneralRe: I want a gridview to edit a single column in edit mode Pin
Christian Graus27-Apr-08 21:06
protectorChristian Graus27-Apr-08 21:06 
GeneralRe: I want a gridview to edit a single column in edit mode Pin
G Nathan28-Apr-08 1:27
G Nathan28-Apr-08 1:27 
QuestionHow to fine the length of array if it dosenot contain any value. [modified] (Solved) Pin
rahul.net1127-Apr-08 19:49
rahul.net1127-Apr-08 19:49 
AnswerRe: How to fine the length of array if it dosenot contain any value. [modified] (Solved) Pin
Christian Graus27-Apr-08 19:57
protectorChristian Graus27-Apr-08 19:57 

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.