Click here to Skip to main content
15,881,172 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTaking dynamically created Text box id from client Side Pin
sekannak22-Apr-09 1:53
sekannak22-Apr-09 1:53 
AnswerRe: Taking dynamically created Text box id from client Side Pin
Deepak the Cool22-Apr-09 2:02
Deepak the Cool22-Apr-09 2:02 
GeneralRe: Taking dynamically created Text box id from client Side Pin
mr_muskurahat22-Apr-09 2:57
mr_muskurahat22-Apr-09 2:57 
GeneralRe: Taking dynamically created Text box id from client Side Pin
sekannak22-Apr-09 18:18
sekannak22-Apr-09 18:18 
Questionchange an asp label via javascript in web user control Pin
benams22-Apr-09 1:50
benams22-Apr-09 1:50 
AnswerRe: change an asp label via javascript in web user control Pin
DoctorMick22-Apr-09 2:52
DoctorMick22-Apr-09 2:52 
GeneralRe: change an asp label via javascript in web user control Pin
benams22-Apr-09 19:21
benams22-Apr-09 19:21 
GeneralRe: change an asp label via javascript in web user control Pin
DoctorMick22-Apr-09 21:49
DoctorMick22-Apr-09 21:49 
If you're adding a user control with embedded javascript 4 times the same function (change) will be added to the page 4 times so when you click the label the browser won't know which one to call so is using the last one. You can either change the user control so that the function name is different each time (by appending the ClientID of the control possibly) or change the function so that it accepts the label object as a parameter (as in my previous example) so it won't matter which function is called.
QuestionFile Upload control problem Pin
Niungareamit22-Apr-09 1:30
Niungareamit22-Apr-09 1:30 
AnswerRe: File Upload control problem Pin
mr_muskurahat22-Apr-09 3:11
mr_muskurahat22-Apr-09 3:11 
GeneralRe: File Upload control problem Pin
Niungareamit22-Apr-09 3:14
Niungareamit22-Apr-09 3:14 
GeneralRe: File Upload control problem Pin
Deshbir Singh22-Apr-09 6:12
Deshbir Singh22-Apr-09 6:12 
QuestionHtml Tags in .net Pin
samsonx22-Apr-09 1:27
samsonx22-Apr-09 1:27 
AnswerRe: Html Tags in .net Pin
SeMartens22-Apr-09 1:39
SeMartens22-Apr-09 1:39 
Questionrdlc report dependacies Pin
nikhil123422-Apr-09 1:05
nikhil123422-Apr-09 1:05 
AnswerRe: rdlc report dependacies Pin
SeMartens22-Apr-09 1:36
SeMartens22-Apr-09 1:36 
QuestionMicrosoft.Office.Interop.PowerPoint in asp.net? Pin
Piyush Vardhan Singh21-Apr-09 23:35
Piyush Vardhan Singh21-Apr-09 23:35 
AnswerRe: Microsoft.Office.Interop.PowerPoint in asp.net? Pin
SeMartens22-Apr-09 3:18
SeMartens22-Apr-09 3:18 
QuestionThe Server Tag Is Not Well Formed Pin
CodingLover21-Apr-09 23:30
CodingLover21-Apr-09 23:30 
AnswerRe: The Server Tag Is Not Well Formed Pin
Paddy Boyd22-Apr-09 2:02
Paddy Boyd22-Apr-09 2:02 
QuestionSMTP Pin
comet agrawal21-Apr-09 23:28
comet agrawal21-Apr-09 23:28 
AnswerRe: SMTP Pin
Abhijit Jana22-Apr-09 1:09
professionalAbhijit Jana22-Apr-09 1:09 
Questionoracle report with asp.net Pin
sulimanpasha21-Apr-09 23:04
sulimanpasha21-Apr-09 23:04 
QuestionHow to Get Global Variable Value in DLL Pin
jkshetty21-Apr-09 22:27
jkshetty21-Apr-09 22:27 
AnswerRe: How to Get Global Variable Value in DLL Pin
Abhishek Sur21-Apr-09 22:40
professionalAbhishek Sur21-Apr-09 22:40 

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.