Click here to Skip to main content
15,880,608 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPassing values in asp.net function from javascript Pin
needhi_p20-Jun-08 20:27
needhi_p20-Jun-08 20:27 
AnswerRe: Passing values in asp.net function from javascript Pin
Abhijit Jana20-Jun-08 21:05
professionalAbhijit Jana20-Jun-08 21:05 
Questionactivate submenu on page load Pin
ashok@techxygen20-Jun-08 20:01
ashok@techxygen20-Jun-08 20:01 
QuestionHow to restrict the data in drop down list control Pin
BalasubramanianK20-Jun-08 19:21
BalasubramanianK20-Jun-08 19:21 
AnswerRe: How to restrict the data in drop down list control Pin
Abhijit Jana20-Jun-08 21:13
professionalAbhijit Jana20-Jun-08 21:13 
GeneralRe: How to restrict the data in drop down list control Pin
BalasubramanianK20-Jun-08 22:06
BalasubramanianK20-Jun-08 22:06 
QuestionRe: How to restrict the data in drop down list control Pin
Abhijit Jana20-Jun-08 22:10
professionalAbhijit Jana20-Jun-08 22:10 
AnswerRe: How to restrict the data in drop down list control Pin
BalasubramanianK20-Jun-08 22:20
BalasubramanianK20-Jun-08 22:20 
I fill the data in to my dataset(dsCode) and then add in to dropdownlist (ddlCode).

strsql = "Select Code, Name From UsersList"

ddlCode.DataValueField = "Code"
ddlCode.DataTextField = "Name"
ddlCode.DataBind()

By this way only, I can bind the data in to drop down list.

Balasubramanian K.

GeneralRe: How to restrict the data in drop down list control Pin
Abhijit Jana20-Jun-08 22:26
professionalAbhijit Jana20-Jun-08 22:26 
GeneralRe: How to restrict the data in drop down list control Pin
BalasubramanianK20-Jun-08 22:32
BalasubramanianK20-Jun-08 22:32 
Questionwhat is the use of this statement FormsAuthentication.SetAuthCookie(oUserID, False)........ Pin
Shaik Haneef20-Jun-08 18:23
Shaik Haneef20-Jun-08 18:23 
AnswerRe: what is the use of this statement FormsAuthentication.SetAuthCookie(oUserID, False)........ Pin
Sathesh Sakthivel20-Jun-08 19:00
Sathesh Sakthivel20-Jun-08 19:00 
QuestionDreaded "Operation Aborted" on IE7 but not IE6 Pin
astanton197820-Jun-08 10:22
astanton197820-Jun-08 10:22 
QuestionShare session variables between projects Pin
Asha100920-Jun-08 9:54
Asha100920-Jun-08 9:54 
AnswerRe: Share session variables between projects Pin
Abhijit Jana20-Jun-08 21:37
professionalAbhijit Jana20-Jun-08 21:37 
AnswerRe: Share session variables between projects Pin
Abhijit Jana20-Jun-08 23:20
professionalAbhijit Jana20-Jun-08 23:20 
GeneralRe: Share session variables between projects Pin
Asha100922-Jun-08 5:26
Asha100922-Jun-08 5:26 
QuestionRefactoring our security - need feedback Pin
gantww20-Jun-08 8:43
gantww20-Jun-08 8:43 
QuestionCreating A Web From with database back-end Pin
ferronrsmith20-Jun-08 8:17
ferronrsmith20-Jun-08 8:17 
AnswerRe: Creating A Web From with database back-end Pin
SomeGuyThatIsMe20-Jun-08 8:34
SomeGuyThatIsMe20-Jun-08 8:34 
Questionpage_load for user control not firing when address is typed in browser window Pin
chacimulch20-Jun-08 8:06
chacimulch20-Jun-08 8:06 
AnswerRe: page_load for user control not firing when address is typed in browser window Pin
Shaik Haneef20-Jun-08 18:18
Shaik Haneef20-Jun-08 18:18 
GeneralRe: page_load for user control not firing when address is typed in browser window Pin
chacimulch23-Jun-08 4:16
chacimulch23-Jun-08 4:16 
GeneralRe: page_load for user control not firing when address is typed in browser window Pin
chacimulch23-Jun-08 5:40
chacimulch23-Jun-08 5:40 
Questionhandling dynamically generated controls Pin
Balram Watwani20-Jun-08 7:49
Balram Watwani20-Jun-08 7:49 

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.