Click here to Skip to main content
15,893,266 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionC# 2.0 ASP.NET Postback & ObjectDataSource Pin
kselman6-Nov-06 19:46
kselman6-Nov-06 19:46 
Questionissue of implementing Single Sign-on between the ASP.NET applications. Pin
Vijay Bhasker Reddy CH6-Nov-06 19:41
Vijay Bhasker Reddy CH6-Nov-06 19:41 
AnswerRe: issue of implementing Single Sign-on between the ASP.NET applications. Pin
coolestCoder6-Nov-06 20:10
coolestCoder6-Nov-06 20:10 
QuestionDrag and Drop Extender in ajax Pin
Rucha Nitnavare6-Nov-06 19:40
Rucha Nitnavare6-Nov-06 19:40 
AnswerRe: Drag and Drop Extender in ajax Pin
Rucha Nitnavare7-Nov-06 17:35
Rucha Nitnavare7-Nov-06 17:35 
QuestionHow to get Primary Key of Record Pin
Khan.Bangash6-Nov-06 19:04
Khan.Bangash6-Nov-06 19:04 
AnswerRe: How to get Primary Key of Record Pin
Khan.Bangash6-Nov-06 19:35
Khan.Bangash6-Nov-06 19:35 
GeneralRe: How to get Primary Key of Record Pin
varun_khanna176-Nov-06 22:28
varun_khanna176-Nov-06 22:28 
In datagrid ItemDatabound() event
Write this code:

dim dgitem as datagriditem
dim ddl as dropdownlist
for each dgitem in dg1.items
ddl=ctype(dgitem.findcontrol("ddlid"),dropdownlist)

---------here ddlid is name of dropdownlist--------------

ddl.selecteditem.value ---to get value of dropdown
QuestionValues Interchanging Pin
Khan.Bangash6-Nov-06 18:27
Khan.Bangash6-Nov-06 18:27 
QuestionHow to call page directives Pin
Sam.M6-Nov-06 18:25
Sam.M6-Nov-06 18:25 
Questionget all .aspx files from the project Pin
yesu prakash6-Nov-06 18:16
yesu prakash6-Nov-06 18:16 
AnswerRe: get all .aspx files from the project Pin
CWIZO6-Nov-06 20:51
CWIZO6-Nov-06 20:51 
GeneralRe: get all .aspx files from the project Pin
yesu prakash6-Nov-06 21:23
yesu prakash6-Nov-06 21:23 
GeneralRe: get all .aspx files from the project Pin
CWIZO6-Nov-06 21:58
CWIZO6-Nov-06 21:58 
GeneralRe: get all .aspx files from the project Pin
yesu prakash7-Nov-06 0:41
yesu prakash7-Nov-06 0:41 
GeneralRe: get all .aspx files from the project Pin
CWIZO7-Nov-06 1:11
CWIZO7-Nov-06 1:11 
QuestionWhich one is the best? Pin
srilu nagalla6-Nov-06 17:57
srilu nagalla6-Nov-06 17:57 
QuestionHow to call page directives Pin
Sam.M6-Nov-06 17:45
Sam.M6-Nov-06 17:45 
AnswerRe: How to call page directives Pin
dj.rock6-Nov-06 18:08
dj.rock6-Nov-06 18:08 
GeneralRe: How to call page directives Pin
Sam.M6-Nov-06 18:53
Sam.M6-Nov-06 18:53 
QuestionBased on Javascript Pin
sudidelaravindra6-Nov-06 17:38
sudidelaravindra6-Nov-06 17:38 
AnswerRe: Based on Javascript Pin
RichardGrimmer7-Nov-06 5:48
RichardGrimmer7-Nov-06 5:48 
QuestionEditable DropDownList Pin
manish246-Nov-06 17:24
manish246-Nov-06 17:24 
QuestionDynamically adding webpart properties Pin
robert1106-Nov-06 16:17
robert1106-Nov-06 16:17 
QuestionCreating a folder for a user when they register Pin
sp2774036-Nov-06 13:51
sp2774036-Nov-06 13:51 

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.