Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLet my support users log on as they where a regular customer user Pin
anderslundsgard5-Sep-12 5:53
anderslundsgard5-Sep-12 5:53 
Questiongrid view Pin
Member 93914185-Sep-12 3:09
Member 93914185-Sep-12 3:09 
AnswerRe: grid view Pin
Sandeep Mewara5-Sep-12 4:48
mveSandeep Mewara5-Sep-12 4:48 
QuestionProblem in property grid Pin
Soni_moni4-Sep-12 18:11
Soni_moni4-Sep-12 18:11 
AnswerRe: Problem in property grid Pin
Sandeep Mewara4-Sep-12 19:05
mveSandeep Mewara4-Sep-12 19:05 
Questioncan one asp custom validator control be used for multiple controls Pin
PP from bangalore4-Sep-12 9:06
PP from bangalore4-Sep-12 9:06 
QuestionLabel Value Using JavaScript Pin
pknarun4-Sep-12 3:22
pknarun4-Sep-12 3:22 
AnswerRe: Label Value Using JavaScript Pin
Sandeep Mewara4-Sep-12 19:28
mveSandeep Mewara4-Sep-12 19:28 
Not too clear on what is the issue and what you seek!

Try:
C#
vimage.Attributes.Add("OnMouseOver", "divimgcomments('" + divcmdstext + "');");

JavaScript
function divimgcomments(imgcmds) {
var _vlblmoimgcmnds = window.document.getElementById("<%=lblmoimgcmnds.ClientID%>");
_vlblmoimgcmnds.InnerHTML = imgcmds;
}

Sandeep Mewara
Microsoft ASP.NET MVP

[My latest Article]: Server side Delimiters in ASP.NET[^]

QuestionRdlc Pin
ashwani Kumar Una3-Sep-12 22:27
ashwani Kumar Una3-Sep-12 22:27 
AnswerRe: Rdlc Pin
Sandeep Mewara4-Sep-12 19:31
mveSandeep Mewara4-Sep-12 19:31 
Questionupdating multiple tables,dataadapter,transaction Pin
SaturnPlanet3-Sep-12 6:54
SaturnPlanet3-Sep-12 6:54 
QuestionCrystal Report Pin
ashwani Kumar Una3-Sep-12 4:10
ashwani Kumar Una3-Sep-12 4:10 
AnswerRe: Crystal Report Pin
Wes Aday3-Sep-12 5:07
professionalWes Aday3-Sep-12 5:07 
GeneralRe: Crystal Report Pin
ashwani Kumar Una6-Oct-12 3:32
ashwani Kumar Una6-Oct-12 3:32 
GeneralRe: Crystal Report Pin
Wes Aday6-Oct-12 3:37
professionalWes Aday6-Oct-12 3:37 
AnswerRe: Crystal Report Pin
Sandeep Mewara3-Sep-12 19:09
mveSandeep Mewara3-Sep-12 19:09 
QuestionDetailed progress report question... Pin
JD862-Sep-12 16:18
JD862-Sep-12 16:18 
AnswerRe: Detailed progress report question... Pin
jkirkerx2-Sep-12 17:58
professionaljkirkerx2-Sep-12 17:58 
GeneralRe: Detailed progress report question... Pin
JD869-Sep-12 7:53
JD869-Sep-12 7:53 
GeneralRe: Detailed progress report question... Pin
jkirkerx9-Sep-12 11:25
professionaljkirkerx9-Sep-12 11:25 
GeneralRe: Detailed progress report question... Pin
JD869-Sep-12 15:31
JD869-Sep-12 15:31 
GeneralRe: Detailed progress report question... Pin
jkirkerx9-Sep-12 17:52
professionaljkirkerx9-Sep-12 17:52 
QuestionSetting the height of an textarea on the fly Pin
PP from bangalore2-Sep-12 2:54
PP from bangalore2-Sep-12 2:54 
GeneralRe: Setting the height of an textarea on the fly Pin
jkirkerx2-Sep-12 9:47
professionaljkirkerx2-Sep-12 9:47 
QuestionURL or goto.aspx?URL Pin
Jassim Rahma1-Sep-12 3:15
Jassim Rahma1-Sep-12 3:15 

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.