Click here to Skip to main content
16,004,806 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to - server control Pin
Abhijit Jana11-Jan-08 23:11
professionalAbhijit Jana11-Jan-08 23:11 
GeneralRe: How to - server control Pin
simsen12-Jan-08 0:10
simsen12-Jan-08 0:10 
GeneralRe: How to - server control Pin
simsen12-Jan-08 0:29
simsen12-Jan-08 0:29 
QuestionConnectivity issue Pin
v1i9n6o7d11-Jan-08 21:11
v1i9n6o7d11-Jan-08 21:11 
AnswerRe: Connectivity issue Pin
Pankaj Garg11-Jan-08 23:23
Pankaj Garg11-Jan-08 23:23 
QuestionHow to call Dot net WebServices in php/Java Pin
alisolution11-Jan-08 21:08
alisolution11-Jan-08 21:08 
GeneralRe: How to call Dot net WebServices in php/Java Pin
Mike Ellison14-Jan-08 14:17
Mike Ellison14-Jan-08 14:17 
Generalcreate a simple tree view Pin
ptvce11-Jan-08 20:56
ptvce11-Jan-08 20:56 
i want to create a tree view but i have a problem in lines ****. what should i do? dose any body know?


TreeNode nodeProdDetail, nodeProdMaster;
nodeProdMaster = new TreeNode();
nodeProdMaster.Text = "Master1";
nodeProdMaster.Value = "1";

nodeProdDetail = new TreeNode();
nodeProdDetail.Text = "Detail1";
nodeProdDetail.Value = "1.1";
nodeProdDetail.NavigateUrl = "SomePage.aspx";
nodeProdMaster.Nodes.Add(nodeProdDetail); ****

TreeMenu.Nodes.Add(nodeProdMaster);
nodeProdMaster.Target = "main";
nodeProdMaster = new TreeNode();
nodeProdMaster.Text = "Master2";
nodeProdMaster.Value = "2";

nodeProdDetail = new TreeNode();
nodeProdDetail.Text = "Detail2";
nodeProdDetail.Value = "2.1";
nodeProdDetail.NavigateUrl = "SomeOtherPage.aspx";
nodeProdMaster.Nodes.Add(nodeProdDetail);****

TreeMenu.Nodes.Add(nodeProdMaster);
GeneralRe: create a simple tree view Pin
sepel11-Jan-08 21:49
sepel11-Jan-08 21:49 
QuestionFlash File? Pin
Kasi Viswanathan11-Jan-08 20:54
Kasi Viswanathan11-Jan-08 20:54 
GeneralRe: Flash File? Pin
Mike Ellison14-Jan-08 14:18
Mike Ellison14-Jan-08 14:18 
Generallinklabel control in web control library project Pin
Krupa11-Jan-08 20:48
Krupa11-Jan-08 20:48 
QuestionHow Drawing on Panle Pin
sepel11-Jan-08 20:36
sepel11-Jan-08 20:36 
QuestionDatagrid Link Button Pin
Shajeel11-Jan-08 20:33
Shajeel11-Jan-08 20:33 
GeneralRe: Datagrid Link Button Pin
sepel11-Jan-08 22:03
sepel11-Jan-08 22:03 
QuestionRe: Datagrid Link Button Pin
Shajeel11-Jan-08 22:07
Shajeel11-Jan-08 22:07 
GeneralRe: Datagrid Link Button Pin
sepel11-Jan-08 22:10
sepel11-Jan-08 22:10 
GeneralRe: Datagrid Link Button Pin
Shajeel11-Jan-08 22:13
Shajeel11-Jan-08 22:13 
GeneralUsing Ajax Pin
Member 387988111-Jan-08 19:55
Member 387988111-Jan-08 19:55 
Questionhow can i retreive the login name programically? Pin
neodeaths11-Jan-08 19:41
neodeaths11-Jan-08 19:41 
GeneralRe: how can i retreive the login name programically? Pin
pmarfleet11-Jan-08 22:13
pmarfleet11-Jan-08 22:13 
Questionhow the dataset data is converted into Pin
jagan12311-Jan-08 19:06
jagan12311-Jan-08 19:06 
AnswerRe: how the dataset data is converted into Pin
pmarfleet11-Jan-08 22:10
pmarfleet11-Jan-08 22:10 
GeneralProblem to read Excel worksheet Pin
Elena200611-Jan-08 18:40
Elena200611-Jan-08 18:40 
Generallabel control alignment Pin
Pankaj Garg11-Jan-08 18:30
Pankaj Garg11-Jan-08 18:30 

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.