Click here to Skip to main content
15,867,488 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Attach an editor in as aspx page Pin
MalarGayu11-Dec-11 14:02
MalarGayu11-Dec-11 14:02 
QuestionAmbiguous propertiy Pin
treuveni8-Dec-11 2:54
treuveni8-Dec-11 2:54 
AnswerRe: Ambiguous propertiy Pin
R. Giskard Reventlov8-Dec-11 3:31
R. Giskard Reventlov8-Dec-11 3:31 
GeneralRe: Ambiguous propertiy Pin
treuveni11-Dec-11 22:14
treuveni11-Dec-11 22:14 
QuestionProblem in filling drop down list Pin
Jain Vijay7-Dec-11 19:38
Jain Vijay7-Dec-11 19:38 
AnswerRe: Problem in filling drop down list Pin
Blue_Boy7-Dec-11 23:03
Blue_Boy7-Dec-11 23:03 
GeneralRe: Problem in filling drop down list Pin
Jain Vijay7-Dec-11 23:17
Jain Vijay7-Dec-11 23:17 
GeneralRe: Problem in filling drop down list Pin
Blue_Boy7-Dec-11 23:23
Blue_Boy7-Dec-11 23:23 
Did you try to
Bind()
ddlBranch control after you call function which return DropDownList

e.g/

clsDropDownList obj = new clsDropDownList();
 ddlBranch = obj.Bind_DdlBranch(3);
ddlBranch.DataBind();


I Love T-SQL
"VB.NET is developed with C#.NET"
If my post helps you kindly save my time by voting my post.

GeneralRe: Problem in filling drop down list Pin
Jain Vijay7-Dec-11 23:28
Jain Vijay7-Dec-11 23:28 
AnswerRe: Problem in filling drop down list Pin
www.Developerof.NET8-Dec-11 0:24
www.Developerof.NET8-Dec-11 0:24 
QuestionChecking if New or Not? Pin
sk_ko7-Dec-11 19:11
sk_ko7-Dec-11 19:11 
AnswerRe: Checking if New or Not? Pin
Jain Vijay7-Dec-11 21:50
Jain Vijay7-Dec-11 21:50 
QuestionCannot connect to web service in my computer from PDA Pin
biop.codeproject6-Dec-11 23:48
biop.codeproject6-Dec-11 23:48 
AnswerRe: Cannot connect to web service in my computer from PDA Pin
jkirkerx7-Dec-11 7:43
professionaljkirkerx7-Dec-11 7:43 
GeneralRe: Cannot connect to web service in my computer from PDA Pin
biop.codeproject8-Dec-11 5:33
biop.codeproject8-Dec-11 5:33 
AnswerRe: Cannot connect to web service in my computer from PDA Pin
jkirkerx7-Dec-11 10:03
professionaljkirkerx7-Dec-11 10:03 
QuestionPrint option as User Control Pin
Member 32222646-Dec-11 22:27
Member 32222646-Dec-11 22:27 
QuestionNeed Help on Save asp.net from in folder on button click asp.net c# Pin
yrishi6-Dec-11 22:24
yrishi6-Dec-11 22:24 
AnswerRe: Need Help on Save asp.net from in folder on button click asp.net c# Pin
Richard MacCutchan6-Dec-11 23:46
mveRichard MacCutchan6-Dec-11 23:46 
GeneralRe: Need Help on Save asp.net from in folder on button click asp.net c# Pin
yrishi7-Dec-11 1:31
yrishi7-Dec-11 1:31 
GeneralRe: Need Help on Save asp.net from in folder on button click asp.net c# Pin
Not Active7-Dec-11 2:18
mentorNot Active7-Dec-11 2:18 
GeneralRe: Need Help on Save asp.net from in folder on button click asp.net c# Pin
Hum Dum7-Dec-11 22:16
Hum Dum7-Dec-11 22:16 
Questionhow to get the datakey value Pin
MalarGayu6-Dec-11 13:07
MalarGayu6-Dec-11 13:07 
AnswerRe: how to get the datakey value Pin
coded0076-Dec-11 15:22
professionalcoded0076-Dec-11 15:22 
GeneralRe: how to get the datakey value Pin
MalarGayu6-Dec-11 15:27
MalarGayu6-Dec-11 15:27 

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.