Click here to Skip to main content
15,904,156 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSetting master page values Pin
Brendan Vogt11-Apr-07 22:05
Brendan Vogt11-Apr-07 22:05 
Questionhow to set the width of a label webcontrol at runtime Pin
MissionSuccess11-Apr-07 21:43
MissionSuccess11-Apr-07 21:43 
AnswerRe: how to set the width of a label webcontrol at runtime [modified] Pin
thomasa12-Apr-07 0:04
thomasa12-Apr-07 0:04 
QuestionNeed help in DropDownList in Grid View Pin
Jia Fang11-Apr-07 21:30
Jia Fang11-Apr-07 21:30 
AnswerRe: Need help in DropDownList in Grid View Pin
gauthee11-Apr-07 22:40
gauthee11-Apr-07 22:40 
AnswerRe: Need help in DropDownList in Grid View Pin
thomasa11-Apr-07 22:49
thomasa11-Apr-07 22:49 
QuestionTree view remove child node Pin
J Liang11-Apr-07 20:39
J Liang11-Apr-07 20:39 
AnswerRe: Tree view remove child node Pin
Naveed Kamboh11-Apr-07 22:37
Naveed Kamboh11-Apr-07 22:37 
Hi Mr. J.

I am using follwoing code for this purpsoe

if (Session["User_Role"].ToString() != "Administrator" )
{
this.TreeView1.Nodes[0].ChildNodes.RemoveAt(0);
}

Tip.
Bind Treeview on load event using code not in design time.




GeneralRe: Tree view remove child node Pin
J Liang11-Apr-07 22:50
J Liang11-Apr-07 22:50 
QuestionScreenscraping Real Time Stock Quotes ?? Pin
vivek_r11-Apr-07 20:16
vivek_r11-Apr-07 20:16 
AnswerRe: Screenscraping Real Time Stock Quotes ?? Pin
Paddy Boyd11-Apr-07 23:07
Paddy Boyd11-Apr-07 23:07 
QuestionHelp Me soon Pin
Mkanchha11-Apr-07 19:53
Mkanchha11-Apr-07 19:53 
AnswerRe: Help Me soon Pin
Sophia Rekhi11-Apr-07 22:47
Sophia Rekhi11-Apr-07 22:47 
QuestionImport from excell to SQL 2005 Pin
samerh11-Apr-07 19:53
samerh11-Apr-07 19:53 
AnswerRe: Import from excell to SQL 2005 Pin
Mayank Parmar12-Apr-07 0:26
professionalMayank Parmar12-Apr-07 0:26 
QuestionI will created dynamic check boxes in panel but it losing the checked values when i reloads Pin
haneef111-Apr-07 19:49
haneef111-Apr-07 19:49 
Questionfull text search Pin
Utkarsh sharma11-Apr-07 18:17
Utkarsh sharma11-Apr-07 18:17 
AnswerRe: full text search Pin
thomasa11-Apr-07 23:01
thomasa11-Apr-07 23:01 
QuestionHow to import Excel file to mySQL ? Pin
cheeken2u11-Apr-07 16:04
cheeken2u11-Apr-07 16:04 
AnswerRe: How to import Excel file to mySQL ? Pin
Naveed Kamboh11-Apr-07 22:35
Naveed Kamboh11-Apr-07 22:35 
QuestionArabic or Non-English Language in ASP.NET Pin
ahmed hakem11-Apr-07 15:50
ahmed hakem11-Apr-07 15:50 
AnswerRe: Arabic or Non-English Language in ASP.NET Pin
Paddy Boyd11-Apr-07 23:15
Paddy Boyd11-Apr-07 23:15 
QuestionOn click event Pin
hadad11-Apr-07 12:35
hadad11-Apr-07 12:35 
AnswerRe: On click event Pin
Elina Blank11-Apr-07 13:16
sitebuilderElina Blank11-Apr-07 13:16 
GeneralRe: On click event Pin
hadad11-Apr-07 13:29
hadad11-Apr-07 13:29 

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.